Module Name:    src
Committed By:   nonaka
Date:           Thu Feb  5 14:35:50 UTC 2015

Modified Files:
        src/sys/arch/hpcarm/conf: WZERO3

Log Message:
Added drvctl, putter and PUFFS.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/hpcarm/conf/WZERO3

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/hpcarm/conf/WZERO3
diff -u src/sys/arch/hpcarm/conf/WZERO3:1.37 src/sys/arch/hpcarm/conf/WZERO3:1.38
--- src/sys/arch/hpcarm/conf/WZERO3:1.37	Sat Aug 23 20:26:58 2014
+++ src/sys/arch/hpcarm/conf/WZERO3	Thu Feb  5 14:35:50 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: WZERO3,v 1.37 2014/08/23 20:26:58 dholland Exp $
+#	$NetBSD: WZERO3,v 1.38 2015/02/05 14:35:50 nonaka Exp $
 #
 #	WZERO3 -- Sharp Windows Mobile 5 based PDA
 #
@@ -8,7 +8,7 @@ include	"arch/hpcarm/conf/files.wzero3"
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.37 $"
+#ident 		"GENERIC-$Revision: 1.38 $"
 
 # estimated number of users
 maxusers	32
@@ -48,6 +48,7 @@ file-system	FDESC		# /dev/fd
 file-system	KERNFS		# /kern
 file-system	NULLFS		# loopback file system
 #file-system 	OVERLAY		# overlay filesystem
+file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
 file-system	PROCFS		# /proc
 #file-system	UMAPFS		# NULLFS + uid and gid remapping
 file-system	UNION		# union file system
@@ -308,7 +309,9 @@ pseudo-device	biconsdev 1		# build-in co
 
 pseudo-device	md			# Ramdisk driver
 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
 #pseudo-device	bcsp			# BlueCore Serial Protocol
 #pseudo-device	btuart			# Bluetooth HCI UART (H4)
 

Reply via email to