Module Name:    src
Committed By:   nonaka
Date:           Thu Feb  5 14:04:47 UTC 2015

Modified Files:
        src/sys/arch/landisk/conf: GENERIC

Log Message:
Added drvctl.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/landisk/conf/GENERIC

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/landisk/conf/GENERIC
diff -u src/sys/arch/landisk/conf/GENERIC:1.45 src/sys/arch/landisk/conf/GENERIC:1.46
--- src/sys/arch/landisk/conf/GENERIC:1.45	Sun Nov 16 16:01:41 2014
+++ src/sys/arch/landisk/conf/GENERIC	Thu Feb  5 14:04:46 2015
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.45 2014/11/16 16:01:41 manu Exp $
+# $NetBSD: GENERIC,v 1.46 2015/02/05 14:04:46 nonaka Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include		"arch/landisk/conf/std.landisk"
 
 options         INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident          "GENERIC-$Revision: 1.45 $"
+#ident          "GENERIC-$Revision: 1.46 $"
 
 maxusers	16		# estimated number of users
 
@@ -464,6 +464,7 @@ pseudo-device	agr			# IEEE 802.3ad link 
 pseudo-device	pty			# pseudo-terminals
 pseudo-device	sequencer		# MIDI sequencer
 pseudo-device	clockctl		# user control of clock subsystem
+pseudo-device	drvctl			# user control of drive subsystem
 pseudo-device	ksyms			# /dev/ksyms
 pseudo-device	putter			# for puffs and pud
 

Reply via email to