Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf Add a bunch of pseudodevices and LOCKDE...
details: https://anonhg.NetBSD.org/src/rev/5fa4206e7982
branches: trunk
changeset: 781852:5fa4206e7982
user: skrll <skrll%NetBSD.org@localhost>
date: Wed Oct 03 20:54:23 2012 +0000
description:
Add a bunch of pseudodevices and LOCKDEBUG. All commented out.
diffstat:
sys/arch/evbarm/conf/RPI | 37 ++++++++++++++++++++++++++++++++-----
1 files changed, 32 insertions(+), 5 deletions(-)
diffs (73 lines):
diff -r 57d27f136589 -r 5fa4206e7982 sys/arch/evbarm/conf/RPI
--- a/sys/arch/evbarm/conf/RPI Wed Oct 03 19:50:43 2012 +0000
+++ b/sys/arch/evbarm/conf/RPI Wed Oct 03 20:54:23 2012 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: RPI,v 1.8 2012/09/11 19:43:10 msaitoh Exp $
+# $NetBSD: RPI,v 1.9 2012/10/03 20:54:23 skrll Exp $
#
# RPi -- Raspberry Pi
#
@@ -135,6 +135,7 @@
#options PERFCTRS # performance counters
options DIAGNOSTIC # internally consistency checks
options DEBUG
+#options LOCKDEBUG
#options IPKDB # remote kernel debugging
options VERBOSE_INIT_ARM # verbose bootstraping messages
options DDB # in-kernel debugger
@@ -215,24 +216,50 @@
options FONT_QVSS8x15
#options FONT_GALLANT12x22 # the console font
-pseudo-device wsmux # mouse & keyboard multiplexor
-pseudo-device wsfont
-
# Pseudo-Devices
# disk/mass storage pseudo-devices
+#pseudo-device fss # file system snapshot device
+
pseudo-device md # memory disk device (ramdisk)
pseudo-device vnd # disk-like interface to files
-#pseudo-device fss # file system snapshot device
#pseudo-device putter # for puffs and pud
# network pseudo-devices
pseudo-device bpfilter # Berkeley packet filter
+#pseudo-device carp # Common Address Redundancy Protocol
+#pseudo-device ipfilter # IP filter (firewall) and NAT
pseudo-device loop # network loopback
#pseudo-device kttcp # network loopback
+#pseudo-device ppp # Point-to-Point Protocol
+#pseudo-device pppoe # PPP over Ethernet (RFC 2516)
+#options PPPOE_SERVER # Enable PPPoE server via link0
+#pseudo-device sl # Serial Line IP
+#pseudo-device strip # Starmode Radio IP (Metricom)
+#pseudo-device irframetty # IrDA frame line discipline
+#pseudo-device tap # virtual Ethernet
+#pseudo-device tun # network tunneling over tty
+#pseudo-device gre # generic L3 over IP tunnel
+#pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC 1933)
+#pseudo-device faith # IPv[46] TCP relay translation i/f
+#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
+#pseudo-device vlan # IEEE 802.1q encapsulation
+#pseudo-device bridge # simple inter-network bridging
+#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
+#pseudo-device agr # IEEE 802.3ad link aggregation
+#pseudo-device pf # PF packet filter
+#pseudo-device pflog # PF log if
# miscellaneous pseudo-devices
pseudo-device pty # pseudo-terminals
#options RND_COM
#pseudo-device clockctl # user control of clock subsystem
pseudo-device ksyms # /dev/ksyms
+
+# wscons pseudo-devices
+pseudo-device wsmux # mouse & keyboard multiplexor
+pseudo-device wsfont
+
+# data mover pseudo-devices
+#pseudo-device swdmover # software dmover(9) back-end
+#pseudo-device dmoverio # /dev/dmover dmover(9) interface
Home |
Main Index |
Thread Index |
Old Index