summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2005-11-11 00:05:11 +0000
committerderaadt <deraadt@openbsd.org>2005-11-11 00:05:11 +0000
commit411bd2f7c723ecf08059088ef5abd3669f442e82 (patch)
tree7579e103b6c9cdeca5ad6d98f45a6119e15a8229 /sys
parentbe MI, use atop() (diff)
downloadwireguard-openbsd-411bd2f7c723ecf08059088ef5abd3669f442e82.tar.xz
wireguard-openbsd-411bd2f7c723ecf08059088ef5abd3669f442e82.zip
disable ahc0 at isa until we find the bugs that cause this to blow up
on a few rare machines. of course, by the time we do, they might all have lots their smoke anyways. it is probably because of the vlbus/eisa addressing it tries to do. ok krw
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/i386/conf/GENERIC4
-rw-r--r--sys/arch/i386/conf/RAMDISK4
-rw-r--r--sys/arch/i386/conf/RAMDISK_CD4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC
index 34e7a495c33..30c82d4f501 100644
--- a/sys/arch/i386/conf/GENERIC
+++ b/sys/arch/i386/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.437 2005/10/09 09:19:52 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.438 2005/11/11 00:05:11 deraadt Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -278,7 +278,7 @@ aha* at isapnp?
scsibus* at aha?
ahb* at eisa? # Adaptec 174[024] SCSI controllers
scsibus* at ahb?
-ahc0 at isa? # Adaptec 284x SCSI controllers
+#ahc0 at isa? # Adaptec 284x SCSI controllers
ahc* at eisa? # Adaptec 274x, aic7770 SCSI controllers
ahc* at pci? # Adaptec 2940/3940/78?? SCSI controllers
scsibus* at ahc?
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK
index 164b0237804..7cd18c80676 100644
--- a/sys/arch/i386/conf/RAMDISK
+++ b/sys/arch/i386/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.139 2005/05/27 02:08:14 martin Exp $
+# $OpenBSD: RAMDISK,v 1.140 2005/11/11 00:05:11 deraadt Exp $
machine i386 # architecture, used by config; REQUIRED
@@ -126,7 +126,7 @@ aha* at isapnp?
scsibus* at aha?
ahb* at eisa? # Adaptec 174[024] SCSI controllers
scsibus* at ahb?
-ahc0 at isa? # Adaptec 284x SCSI controllers
+#ahc0 at isa? # Adaptec 284x SCSI controllers
ahc* at eisa? # Adaptec 274x, aic7770 SCSI controllers
ahc* at pci? # Adaptec 2940 SCSI controllers
scsibus* at ahc?
diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD
index b5a030e81cb..0798710e665 100644
--- a/sys/arch/i386/conf/RAMDISK_CD
+++ b/sys/arch/i386/conf/RAMDISK_CD
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK_CD,v 1.105 2005/10/08 23:41:21 brad Exp $
+# $OpenBSD: RAMDISK_CD,v 1.106 2005/11/11 00:05:12 deraadt Exp $
machine i386 # architecture, used by config; REQUIRED
@@ -183,7 +183,7 @@ aha* at isapnp?
scsibus* at aha?
ahb* at eisa? # Adaptec 174[024] SCSI controllers
scsibus* at ahb?
-ahc0 at isa? # Adaptec 284x SCSI controllers
+#ahc0 at isa? # Adaptec 284x SCSI controllers
ahc* at eisa? # Adaptec 274x, aic7770 SCSI controllers
ahc* at pci? # Adaptec 2940/3940/78?? SCSI controllers
scsibus* at ahc?