svn commit: r203595 - user/kmacy/head_flowtable_v6/sys/amd64/conf

Kip Macy kmacy at FreeBSD.org
Sun Feb 7 03:58:32 UTC 2010


Author: kmacy
Date: Sun Feb  7 03:58:32 2010
New Revision: 203595
URL: http://svn.freebsd.org/changeset/base/203595

Log:
  - remove wireless
  - set printf buffer size

Modified:
  user/kmacy/head_flowtable_v6/sys/amd64/conf/GENERIC

Modified: user/kmacy/head_flowtable_v6/sys/amd64/conf/GENERIC
==============================================================================
--- user/kmacy/head_flowtable_v6/sys/amd64/conf/GENERIC	Sun Feb  7 02:04:58 2010	(r203594)
+++ user/kmacy/head_flowtable_v6/sys/amd64/conf/GENERIC	Sun Feb  7 03:58:32 2010	(r203595)
@@ -25,10 +25,8 @@ makeoptions	DEBUG=-g		# Build kernel wit
 
 options 	SCHED_ULE		# ULE scheduler
 options 	PREEMPTION		# Enable kernel thread preemption
-options 	INET			# InterNETworking
-options 	INET6			# IPv6 communications protocols
-options 	SCTP			# Stream Control Transmission Protocol
 options 	FFS			# Berkeley Fast Filesystem
+options		INET
 options 	SOFTUPDATES		# Enable FFS soft updates support
 options 	UFS_ACL			# Support for access control lists
 options 	UFS_DIRHASH		# Improve performance on big directories
@@ -77,6 +75,9 @@ options 	INVARIANT_SUPPORT	# Extra sanit
 options 	WITNESS			# Enable checks to detect deadlocks and cycles
 options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
 
+
+options		PRINTF_BUFR_SIZE=128
+
 # Make an SMP-capable kernel by default
 options 	SMP			# Symmetric MultiProcessor Kernel
 
@@ -245,23 +246,6 @@ device		fe		# Fujitsu MB8696x based card
 device		sn		# SMC's 9000 series of Ethernet chips
 device		xe		# Xircom pccard Ethernet
 
-# Wireless NIC cards
-device		wlan		# 802.11 support
-options 	IEEE80211_DEBUG	# enable debug msgs
-options 	IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
-options 	IEEE80211_SUPPORT_MESH	# enable 802.11s draft support
-device		wlan_wep	# 802.11 WEP support
-device		wlan_ccmp	# 802.11 CCMP support
-device		wlan_tkip	# 802.11 TKIP support
-device		wlan_amrr	# AMRR transmit rate control algorithm
-device		an		# Aironet 4500/4800 802.11 wireless NICs.
-device		ath		# Atheros pci/cardbus NIC's
-device		ath_hal		# pci/cardbus chip support
-options 	AH_SUPPORT_AR5416	# enable AR5416 tx/rx descriptors
-device		ath_rate_sample	# SampleRate tx rate control for ath
-device		ral		# Ralink Technology RT2500 wireless NICs.
-device		wi		# WaveLAN/Intersil/Symbol 802.11 wireless NICs.
-
 # Pseudo devices.
 device		loop		# Network loopback
 device		random		# Entropy device
@@ -308,11 +292,6 @@ device		cue		# CATC USB Ethernet
 device		kue		# Kawasaki LSI USB Ethernet
 device		rue		# RealTek RTL8150 USB Ethernet
 device		udav		# Davicom DM9601E USB
-# USB Wireless
-device		rum		# Ralink Technology RT2501USB wireless NICs
-device		uath		# Atheros AR5523 wireless NICs
-device		ural		# Ralink Technology RT2500USB wireless NICs
-device		zyd		# ZyDAS zb1211/zb1211b wireless NICs
 
 # FireWire support
 device		firewire	# FireWire bus code


More information about the svn-src-user mailing list