diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2014-03-28 02:42:19 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2014-03-28 02:42:19 +0000 |
commit | 632af74f50172ae5bbd93feb2bdabfba23da772d (patch) | |
tree | efcdf9349e423c73754587ab2d6892b70ba1dc68 /sys/arch/sparc64 | |
parent | 7cc06d295b880cd9ba268e6801881ea15cef8258 (diff) |
enable mpath plus sym and rdac on some archs so we can learn about what
the effects will be.
sgi will follow after i fix some known fallout first.
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 9aa39c0a4dd..a5f5d647fb9 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.279 2014/03/19 09:07:06 mpi Exp $ +# $OpenBSD: GENERIC,v 1.280 2014/03/28 02:42:18 dlg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -417,6 +417,12 @@ safte* at scsibus? # SCSI accessed fault-tolerant encl ses* at scsibus? # SCSI enclosure services uk* at scsibus? # unknown SCSI devices +mpath0 at root +#emc* at scsibus? +#hds* at scsibus? +rdac* at scsibus? +sym* at scsibus? + # Media Independent Interface (mii) drivers acphy* at mii? # Altima AC101 PHYs exphy* at mii? # 3Com internal PHYs |