From e97d8bd28617ef3d74d17ba37b803225bf3b444c Mon Sep 17 00:00:00 2001 From: ken Date: Mon, 13 Sep 1999 16:32:34 +0000 Subject: Get rid of a stray printf on boot. (BRDCTL = ...) Approved by: gibbs --- sys/dev/aic7xxx/ahc_pci.c | 1 - sys/pci/ahc_pci.c | 1 - 2 files changed, 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); -- cgit v1.1