Get rid of a stray printf on boot. (BRDCTL = ...)

Approved by:	gibbs
This commit is contained in:
Kenneth D. Merry 1999-09-13 16:32:34 +00:00
parent 543992e0df
commit 20d39afec3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51235
2 changed files with 0 additions and 2 deletions

View file

@ -1263,7 +1263,6 @@ ahc_ultra2_term_detect(struct ahc_softc *ahc, int *enableSEC_low,
* BRDDAT3 = Enable Primary low byte termination
*/
brdctl = read_brdctl(ahc);
printf("BRDCTL = 0x%x\n", brdctl);
*eeprom_present = brdctl & BRDDAT7;
*enableSEC_high = (brdctl & BRDDAT6);

View file

@ -1263,7 +1263,6 @@ ahc_ultra2_term_detect(struct ahc_softc *ahc, int *enableSEC_low,
* BRDDAT3 = Enable Primary low byte termination
*/
brdctl = read_brdctl(ahc);
printf("BRDCTL = 0x%x\n", brdctl);
*eeprom_present = brdctl & BRDDAT7;
*enableSEC_high = (brdctl & BRDDAT6);