From e9ea4e02d683d2a1d680855ca473f50471440cbe Mon Sep 17 00:00:00 2001 From: dlg Date: Sun, 20 Apr 2014 00:08:26 +0000 Subject: [PATCH] emc on my cx500 works as well as rdac on all my rebadged engenio kit. --- sys/arch/amd64/conf/GENERIC | 4 ++-- sys/arch/hppa/conf/GENERIC | 4 ++-- sys/arch/i386/conf/GENERIC | 4 ++-- sys/arch/macppc/conf/GENERIC | 4 ++-- sys/arch/sparc64/conf/GENERIC | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index cc9e4cede07..07cad3b2b09 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.368 2014/04/07 08:27:23 brad Exp $ +# $OpenBSD: GENERIC,v 1.369 2014/04/20 00:08:26 dlg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -383,7 +383,7 @@ ses* at scsibus? # SCSI enclosure services uk* at scsibus? # unknown SCSI mpath0 at root -#emc* at scsibus? +emc* at scsibus? hds* at scsibus? rdac* at scsibus? sym* at scsibus? diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index e949c2bb941..99b59b24079 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.162 2014/04/08 02:25:32 brad Exp $ +# $OpenBSD: GENERIC,v 1.163 2014/04/20 00:08:26 dlg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -359,7 +359,7 @@ ses* at scsibus? uk* at scsibus? mpath0 at root -#emc* at scsibus? +emc* at scsibus? hds* at scsibus? rdac* at scsibus? sym* at scsibus? diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 07c3dc21850..8e7d2c12b73 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.775 2014/04/07 22:20:43 andre Exp $ +# $OpenBSD: GENERIC,v 1.776 2014/04/20 00:08:26 dlg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -493,7 +493,7 @@ ses* at scsibus? # SCSI enclosure services uk* at scsibus? # unknown SCSI mpath0 at root -#emc* at scsibus? +emc* at scsibus? hds* at scsibus? rdac* at scsibus? sym* at scsibus? diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 5bba0f37da5..3ba036d015a 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.234 2014/04/07 08:27:24 brad Exp $g +# $OpenBSD: GENERIC,v 1.235 2014/04/20 00:08:26 dlg Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -393,7 +393,7 @@ ses* at scsibus? uk* at scsibus? mpath0 at root -#emc* at scsibus? +emc* at scsibus? hds* at scsibus? rdac* at scsibus? sym* at scsibus? diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index da6f581b6c3..854c9e3bb47 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.285 2014/04/07 08:27:24 brad Exp $ +# $OpenBSD: GENERIC,v 1.286 2014/04/20 00:08:26 dlg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -419,7 +419,7 @@ ses* at scsibus? # SCSI enclosure services uk* at scsibus? # unknown SCSI devices mpath0 at root -#emc* at scsibus? +emc* at scsibus? hds* at scsibus? rdac* at scsibus? sym* at scsibus? -- 2.20.1