summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorken <ken@FreeBSD.org>1999-09-13 16:32:34 +0000
committerken <ken@FreeBSD.org>1999-09-13 16:32:34 +0000
commite97d8bd28617ef3d74d17ba37b803225bf3b444c (patch)
treeecf77b3137bb39eba0722bbc1256a0daf2d5ab26 /sys
parentd81166eb853901609bf06cae0a41c1b549e7abe3 (diff)
downloadFreeBSD-src-e97d8bd28617ef3d74d17ba37b803225bf3b444c.zip
FreeBSD-src-e97d8bd28617ef3d74d17ba37b803225bf3b444c.tar.gz
Get rid of a stray printf on boot. (BRDCTL = ...)
Approved by: gibbs
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/aic7xxx/ahc_pci.c1
-rw-r--r--sys/pci/ahc_pci.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/aic7xxx/ahc_pci.c b/sys/dev/aic7xxx/ahc_pci.c
index 5e691e2..fd91f5e 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 5e691e2..fd91f5e 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);
OpenPOWER on IntegriCloud