From 7ee86e5c315e004e4a8146643c6084c8f81f55ec Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Fri, 11 Nov 2005 00:05:13 +0000 Subject: 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 --- sys/arch/i386/conf/GENERIC | 4 ++-- sys/arch/i386/conf/RAMDISK | 4 ++-- sys/arch/i386/conf/RAMDISK_CD | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'sys/arch') 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? -- cgit v1.2.3