Module Name: src
Committed By: kiyohara
Date: Thu Sep 23 07:21:05 UTC 2010
Modified Files:
src/sys/arch/evbarm/conf: GUMSTIX
Log Message:
+ Remove crypto, swcrypto. No need.
+ Enable tap. It needs Bluetooth PAN.
+ Enable bridge for PAN/netDUO.
+ Enable dmoverio.
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/arch/evbarm/conf/GUMSTIX
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/evbarm/conf/GUMSTIX
diff -u src/sys/arch/evbarm/conf/GUMSTIX:1.52 src/sys/arch/evbarm/conf/GUMSTIX:1.53
--- src/sys/arch/evbarm/conf/GUMSTIX:1.52 Sat Aug 28 04:59:22 2010
+++ src/sys/arch/evbarm/conf/GUMSTIX Thu Sep 23 07:21:05 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GUMSTIX,v 1.52 2010/08/28 04:59:22 kiyohara Exp $
+# $NetBSD: GUMSTIX,v 1.53 2010/09/23 07:21:05 kiyohara Exp $
#
# GUMSTIX -- Gumstix. Inc. gumstix platforms kernel
#
@@ -348,9 +348,6 @@
# Pseudo-Devices
-pseudo-device crypto # /dev/crypto device
-pseudo-device swcrypto # software crypto implementation
-
# disk/mass storage pseudo-devices
#pseudo-device bio # RAID control device driver
#pseudo-device ccd 4 # concatenated/striped disk devices
@@ -383,14 +380,14 @@
#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 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
+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
@@ -420,8 +417,8 @@
#pseudo-device wsfont
# data mover pseudo-devices
-#pseudo-device swdmover # softare dmover(9) back-end
-#pseudo-device dmoverio # /dev/dmover dmover(9) interface
+pseudo-device swdmover # softare dmover(9) back-end
+pseudo-device dmoverio # /dev/dmover dmover(9) interface
# userland interface to drivers, including autoconf and properties retrieval
pseudo-device drvctl