summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>2000-02-16 18:41:00 +0000
committergibbs <gibbs@FreeBSD.org>2000-02-16 18:41:00 +0000
commit48146806a14e6fb2abfc5602a9d9e6d787f44076 (patch)
tree0c93b5f50f0a5291d8d29d1f1cd6cd17c9db268d /sys/dev
parentbe90ff87f364b1ba7de2ef0d814ff95c7b8f5e5e (diff)
downloadFreeBSD-src-48146806a14e6fb2abfc5602a9d9e6d787f44076.zip
FreeBSD-src-48146806a14e6fb2abfc5602a9d9e6d787f44076.tar.gz
Remove a diagnostic printf.
Noticed by: imp@FreeBSD.org
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/aic7xxx/ahc_pci.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/aic7xxx/ahc_pci.c b/sys/dev/aic7xxx/ahc_pci.c
index 44ff93f..b40455b 100644
--- a/sys/dev/aic7xxx/ahc_pci.c
+++ b/sys/dev/aic7xxx/ahc_pci.c
@@ -727,14 +727,11 @@ ahc_pci_attach(device_t dev)
}
if ((ahc->features & AHC_DT) != 0) {
- u_int optionmode;
u_int sfunct;
/* Perform ALT-Mode Setup */
sfunct = ahc_inb(ahc, SFUNCT) & ~ALT_MODE;
ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE);
- optionmode = ahc_inb(ahc, OPTIONMODE);
- printf("OptionMode = %x\n", optionmode);
ahc_outb(ahc, OPTIONMODE, OPTIONMODE_DEFAULTS);
/* Send CRC info in target mode every 4K */
ahc_outb(ahc, TARGCRCCNT, 0);
OpenPOWER on IntegriCloud