diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2011-12-31 17:06:11 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2011-12-31 17:06:11 +0000 |
commit | 4a8ea1cbcedf1fd02dacfffb078d6933c8eb61e3 (patch) | |
tree | 2b86c5b03b517fd070199136059e3c58953c3472 /sys/conf | |
parent | de79dec21ccd7dff0b8ed379e3fbe8df199e4df6 (diff) |
Implement a concatenating discipline for softraid.
Many thanks to Marco Peereboom for his assistance with testing and
debugging. Thanks also to Josh Grosse and Chris Jackman for testing.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 23a57b347ed..5f12fdfdc26 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.532 2011/12/24 04:34:20 guenther Exp $ +# $OpenBSD: files,v 1.533 2011/12/31 17:06:10 jsing Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -491,6 +491,7 @@ file dev/softraid_raidp.c softraid file dev/softraid_crypto.c softraid & crypto file dev/softraid_aoe.c softraid & ether & aoe file dev/softraid_raid6.c softraid +file dev/softraid_concat.c softraid # SPD Memory EEPROM device spdmem |