From 48146806a14e6fb2abfc5602a9d9e6d787f44076 Mon Sep 17 00:00:00 2001 From: gibbs Date: Wed, 16 Feb 2000 18:41:00 +0000 Subject: [PATCH] Remove a diagnostic printf. Noticed by: imp@FreeBSD.org --- sys/dev/aic7xxx/ahc_pci.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys/dev/aic7xxx/ahc_pci.c b/sys/dev/aic7xxx/ahc_pci.c index 44ff93fdc22..b40455b2fb1 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); -- 2.45.2