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 | |
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')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 deletions
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? |