summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/aic7xxx/ahc_pci.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/dev/aic7xxx/ahc_pci.c b/sys/dev/aic7xxx/ahc_pci.c
index 761ea6b599b1..b74fa5575be0 100644
--- a/sys/dev/aic7xxx/ahc_pci.c
+++ b/sys/dev/aic7xxx/ahc_pci.c
@@ -1143,6 +1143,12 @@ check_extport(struct ahc_softc *ahc, u_int *sxfrctl1)
}
}
+#ifdef 0
+ /*
+ * This code causes a machine with an aic7880 chipset
+ * to reboot spontaneously. Whatever it's supposed to do,
+ * it's doing it wrong. -wpaul
+ */
if (!have_seeprom) {
/*
* Pull scratch ram settings and treat them as
@@ -1168,6 +1174,7 @@ check_extport(struct ahc_softc *ahc, u_int *sxfrctl1)
printf("And it even worked!\n");
}
}
+#endif
if (!have_seeprom) {
if (bootverbose)