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 + Remove crypto, swcrypto. No need.
details: https://anonhg.NetBSD.org/src/rev/45573a5b507e
branches: trunk
changeset: 757784:45573a5b507e
user: kiyohara <kiyohara%NetBSD.org@localhost>
date: Thu Sep 23 07:21:05 2010 +0000
description:
+ Remove crypto, swcrypto. No need.
+ Enable tap. It needs Bluetooth PAN.
+ Enable bridge for PAN/netDUO.
+ Enable dmoverio.
diffstat:
sys/arch/evbarm/conf/GUMSTIX | 13 +++++--------
1 files changed, 5 insertions(+), 8 deletions(-)
diffs (47 lines):
diff -r 64e79c9b8853 -r 45573a5b507e sys/arch/evbarm/conf/GUMSTIX
--- a/sys/arch/evbarm/conf/GUMSTIX Thu Sep 23 07:08:57 2010 +0000
+++ b/sys/arch/evbarm/conf/GUMSTIX Thu Sep 23 07:21:05 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index