diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-11 00:05:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-11 00:05:13 +0000 |
commit | 7ee86e5c315e004e4a8146643c6084c8f81f55ec (patch) | |
tree | b78043621b8ec8a2e6cae770b78a689be93f0210 /sys/arch/i386/conf/RAMDISK_CD | |
parent | 0428fc671cd07246f6966d63130f79fb8842acbd (diff) |
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/arch/i386/conf/RAMDISK_CD')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 4 |
1 files changed, 2 insertions, 2 deletions
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? |