diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2007-03-19 14:33:29 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2007-03-19 14:33:29 +0000 |
commit | 064833876ff1e42207036f9071ff4396cd97fd4f (patch) | |
tree | 4ee7daf46f72f4f1a090678e7ac5286fc7c85289 /sys/arch/i386/conf | |
parent | ed6150a6c21fc42da1a47b01cc465742c0a793fe (diff) |
attach softraid to the root of the device tree in a machine independant
way, rather than requiring some glue in each machines mainbus probe.
it is still commented out.
based on a discussion with miod@ ok marco@ deraadt@
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 5 | ||||
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 7 |
2 files changed, 2 insertions, 10 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index ff895dc9c44..afe9bb4125e 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.550 2007/03/19 03:02:09 marco Exp $ +# $OpenBSD: GENERIC,v 1.551 2007/03/19 14:33:28 dlg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -50,9 +50,6 @@ pcibios0 at bios0 flags 0x0000 # use 0x30 for a total verbose ipmi0 at mainbus? # IPMI esm0 at mainbus? # Dell Embedded Server Management -#softraid0 at mainbus? # Software RAID -#scsibus* at softraid? - isa0 at mainbus0 isa0 at pcib? isa0 at ichpcib? diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index 54a34506343..b659ed772dd 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.156 2007/03/19 09:29:33 art Exp $ +# $OpenBSD: files.i386,v 1.157 2007/03/19 14:33:28 dlg Exp $ # # new style config file for i386 architecture # @@ -414,11 +414,6 @@ include "../../../dev/acpi/files.acpi" file arch/i386/i386/acpi_machdep.c acpi # -# SOFTRAID -# -attach softraid at mainbus - -# # IPMI # attach ipmi at mainbus |