Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Added drvctl, putter and PUFFS.
details: https://anonhg.NetBSD.org/src/rev/6c8304f53fab
branches: trunk
changeset: 335988:6c8304f53fab
user: nonaka <nonaka%NetBSD.org@localhost>
date: Thu Feb 05 14:32:31 2015 +0000
description:
Added drvctl, putter and PUFFS.
diffstat:
sys/arch/hpcarm/conf/WZERO3 | 7 +++++--
sys/arch/zaurus/conf/GENERIC | 5 ++++-
2 files changed, 9 insertions(+), 3 deletions(-)
diffs (63 lines):
diff -r e188b410ee31 -r 6c8304f53fab sys/arch/hpcarm/conf/WZERO3
--- a/sys/arch/hpcarm/conf/WZERO3 Thu Feb 05 14:04:46 2015 +0000
+++ b/sys/arch/hpcarm/conf/WZERO3 Thu Feb 05 14:32:31 2015 +0000
@@ -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 @@
#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 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 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)
diff -r e188b410ee31 -r 6c8304f53fab sys/arch/zaurus/conf/GENERIC
--- a/sys/arch/zaurus/conf/GENERIC Thu Feb 05 14:04:46 2015 +0000
+++ b/sys/arch/zaurus/conf/GENERIC Thu Feb 05 14:32:31 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.65 2014/11/16 16:01:43 manu Exp $
+# $NetBSD: GENERIC,v 1.66 2015/02/05 14:32:31 nonaka Exp $
#
# GENERIC machine description file
#
@@ -60,6 +60,7 @@
file-system KERNFS # /kern
file-system NULLFS # loopback file system
#file-system OVERLAY # overlay file system
+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
@@ -392,7 +393,9 @@
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
# a pseudo device needed for Coda # also needs CODA (above)
#pseudo-device vcoda # coda minicache <-> venus comm.
Home |
Main Index |
Thread Index |
Old Index