diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2012-04-06 15:10:41 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2012-04-06 15:10:41 +0000 |
commit | e1010a78096f31d0c53ea35757325ed1b5a84e16 (patch) | |
tree | 44585f3dbd50c80f5e68bf890bc9452022f7536d /sys/arch/armish | |
parent | 92354ff0534fb9949db4078bc0060f95da58f558 (diff) |
tedu the raidframe.
ok deraadt@
Diffstat (limited to 'sys/arch/armish')
-rw-r--r-- | sys/arch/armish/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/armish/conf/RAMDISK | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/sys/arch/armish/conf/GENERIC b/sys/arch/armish/conf/GENERIC index 8c5d1b6dd09..a9c60cd9863 100644 --- a/sys/arch/armish/conf/GENERIC +++ b/sys/arch/armish/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.45 2012/01/31 18:12:28 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.46 2012/04/06 15:10:39 jsing Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -207,5 +207,3 @@ owctr* at onewire? # Counter device pseudo-device wsmux 2 pseudo-device crypto 1 pseudo-device hotplug 1 # devices hot plugging -#pseudo-device raid 4 # RAIDframe disk driver - diff --git a/sys/arch/armish/conf/RAMDISK b/sys/arch/armish/conf/RAMDISK index 3f0b0c94caf..0435f19f015 100644 --- a/sys/arch/armish/conf/RAMDISK +++ b/sys/arch/armish/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.23 2012/01/31 18:12:28 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.24 2012/04/06 15:10:39 jsing Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -175,7 +175,6 @@ pseudo-device wsmux 2 pseudo-device crypto 1 pseudo-device bio 1 # ioctl multiplexing device pseudo-device hotplug 1 # devices hot plugging -#pseudo-device raid 4 # RAIDframe disk driver # pseudo-device loop 1 # network loopback |