Get rid of a stray printf on boot. (BRDCTL = ...)
Approved by: gibbs
This commit is contained in:
parent
613c73e9c6
commit
8e82e44e6e
@ -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);
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user