Module Name:    src
Committed By:   martin
Date:           Fri Jan 24 23:59:53 UTC 2014

Modified Files:
        src/sys/arch/alpha/conf: INSTALL

Log Message:
Add raid to the install kernel


To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 src/sys/arch/alpha/conf/INSTALL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/alpha/conf/INSTALL
diff -u src/sys/arch/alpha/conf/INSTALL:1.105 src/sys/arch/alpha/conf/INSTALL:1.106
--- src/sys/arch/alpha/conf/INSTALL:1.105	Wed Jan 22 11:45:16 2014
+++ src/sys/arch/alpha/conf/INSTALL	Fri Jan 24 23:59:53 2014
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.105 2014/01/22 11:45:16 tsutsui Exp $
+# $NetBSD: INSTALL,v 1.106 2014/01/24 23:59:53 martin Exp $
 #
 # Alpha INSTALL kernel.
 
@@ -341,6 +341,9 @@ wsmouse*	at	vsms?
 wskbd*		at	pckbd?
 wsmouse*	at	pms?
 
+pseudo-device	raid			# RAIDframe disk driver
+options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
+
 pseudo-device	bpfilter
 pseudo-device	loop
 pseudo-device	md		

Reply via email to