diff --git a/sys/dev/aic7xxx/ahc_pci.c b/sys/dev/aic7xxx/ahc_pci.c index 5e691e240009..fd91f5e1a0dc 100644 --- a/sys/dev/aic7xxx/ahc_pci.c +++ b/sys/dev/aic7xxx/ahc_pci.c @@ -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); diff --git a/sys/pci/ahc_pci.c b/sys/pci/ahc_pci.c index 5e691e240009..fd91f5e1a0dc 100644 --- a/sys/pci/ahc_pci.c +++ b/sys/pci/ahc_pci.c @@ -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);