summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>2000-08-04 18:17:45 +0000
committerwpaul <wpaul@FreeBSD.org>2000-08-04 18:17:45 +0000
commit53fc8d6ff8bd5095748d8b4fab860b85eb70e33b (patch)
treeb20211e155d06ad8cc6bdda41420243bd21290ea
parentec3a4fd2c3f7358adf3c87f377d76c2d58292c3b (diff)
downloadFreeBSD-src-53fc8d6ff8bd5095748d8b4fab860b85eb70e33b.zip
FreeBSD-src-53fc8d6ff8bd5095748d8b4fab860b85eb70e33b.tar.gz
*smack* #if 0, not #ifdef 0.
-rw-r--r--sys/dev/aic7xxx/ahc_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aic7xxx/ahc_pci.c b/sys/dev/aic7xxx/ahc_pci.c
index b74fa55..5ca35fc 100644
--- a/sys/dev/aic7xxx/ahc_pci.c
+++ b/sys/dev/aic7xxx/ahc_pci.c
@@ -1143,7 +1143,7 @@ check_extport(struct ahc_softc *ahc, u_int *sxfrctl1)
}
}
-#ifdef 0
+#if 0
/*
* This code causes a machine with an aic7880 chipset
* to reboot spontaneously. Whatever it's supposed to do,
OpenPOWER on IntegriCloud