diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 2000-08-04 18:09:56 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 2000-08-04 18:09:56 +0000 |
| commit | 624539bb38654d23a4aefc9ab275695e818b4d9c (patch) | |
| tree | c5466203329fcc8e19665a1078537acafb6db78d | |
| parent | 6c388e8448e930b9b54f18f5f4c46c02b2794e91 (diff) | |
Notes
| -rw-r--r-- | sys/dev/aic7xxx/ahc_pci.c | 7 |
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) |
