diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2008-07-02 21:56:29 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2008-07-02 21:56:29 +0000 |
commit | 7b8bcedba96e25279f07d89fda901c3cca5d8cf9 (patch) | |
tree | e430840e48f507367183a2d97c4ed9355ad25141 /sys | |
parent | c00ec0958600b76454b1056aab1e9e4cd8ed2789 (diff) |
add softraid
ok deraadt@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index fda2cf72429..b4b6e830e31 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.87 2008/07/01 04:50:59 brad Exp $ +# $OpenBSD: RAMDISK_CD,v 1.88 2008/07/02 21:56:28 todd Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -197,6 +197,8 @@ pcscp* at pci? # AMD 53c974 PCscsi-PCI SCSI scsibus* at pcscp? #trm* at pci? # Tekram DC-3x5U SCSI Controllers #scsibus* at trm? +softraid0 at root # Software RAID +scsibus* at softraid? # I2O iop* at pci? # I2O processor diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index 19fcdc2ac47..2001c12120a 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.156 2008/07/01 04:50:59 brad Exp $ +# $OpenBSD: RAMDISK_CD,v 1.157 2008/07/02 21:56:28 todd Exp $ machine i386 # architecture, used by config; REQUIRED @@ -252,6 +252,8 @@ scsibus* at uha? wds0 at isa? disable port 0x350 irq 15 drq 6 # WD7000 and TMC-7000 controllers #wds1 at isa? port 0x358 irq 11 drq 5 scsibus* at wds? +softraid0 at root # Software RAID +scsibus* at softraid? # I2O iop* at pci? # I2O processor |