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

Approved by:	gibbs
This commit is contained in:
ken 1999-09-13 16:32:34 +00:00
parent 613c73e9c6
commit 8e82e44e6e
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);