[Midnightbsd-cvs] src: GENERIC: Add firmware, atheros wireless, WEP, WPA to GENERIC

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Jun 27 12:42:15 EDT 2008


Log Message:
-----------
Add firmware, atheros wireless, WEP, WPA to GENERIC

Tags:
----
RELENG_0_2

Modified Files:
--------------
    src/sys/amd64/conf:
        GENERIC (r1.4.2.1 -> r1.4.2.2)

-------------- next part --------------
Index: GENERIC
===================================================================
RCS file: /home/cvs/src/sys/amd64/conf/GENERIC,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -L sys/amd64/conf/GENERIC -L sys/amd64/conf/GENERIC -u -r1.4.2.1 -r1.4.2.2
--- sys/amd64/conf/GENERIC
+++ sys/amd64/conf/GENERIC
@@ -42,7 +42,7 @@
 options 	PROCFS			# Process filesystem (requires PSEUDOFS)
 options 	PSEUDOFS		# Pseudo-filesystem framework
 options 	GEOM_GPT		# GUID Partition Tables.
-options	GEOM_LABEL		# Support for labels with ISO, UFS
+options 	GEOM_LABEL		# Support for labels with ISO, UFS
 options 	COMPAT_43		# Needed by COMPAT_LINUX32
 options 	COMPAT_IA32		# Compatible with i386 binaries
 options 	COMPAT_FREEBSD4		# Compatible with FreeBSD4
@@ -62,7 +62,6 @@
 options 	ADAPTIVE_GIANT		# Giant mutex is adaptive.
 options		SMP			# Support multicore and multiprocessor
 					# systems.
-
 # Workarounds for some known-to-be-broken chipsets (nVidia nForce3-Pro150)
 device		atpic			# 8259A compatability
 
@@ -218,7 +217,13 @@
 
 # Wireless NIC cards
 device		wlan		# 802.11 support
+device		wlan_wep	# 802.11 WEP support
+device		wlan_ccmp	# 802.11 CCMP support
+device		wlan_tkip	# 802.11 TKIP support
 device		an		# Aironet 4500/4800 802.11 wireless NICs.
+device		ath		# Atheros AR5210, AR5211, and AR5212
+device		ath_hal		# Atheros Hardwar Abstraction Layer
+device		ath_rate_sample	# Atheros rate sampling.
 device		awi		# BayStack 660 and others
 device		ral		# Ralink Technology RT2500 wireless NICs.
 device		wi		# WaveLAN/Intersil/Symbol 802.11 wireless NICs.
@@ -234,6 +239,7 @@
 device		md		# Memory "disks"
 device		gif		# IPv6 and IPv4 tunneling
 device		faith		# IPv6-to-IPv4 relaying (translation)
+device		firmware	# firmware module
 
 # The `bpf' device enables the Berkeley Packet Filter.
 # Be aware of the administrative consequences of enabling this!


More information about the Midnightbsd-cvs mailing list