[Midnightbsd-cvs] src: GENERIC: Add atheros wireless NICs to generic.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Jun 27 12:36:28 EDT 2008


Log Message:
-----------
Add atheros wireless NICs to generic.

Tags:
----
RELENG_0_2

Modified Files:
--------------
    src/sys/i386/conf:
        GENERIC (r1.10.2.2 -> r1.10.2.3)

-------------- next part --------------
Index: GENERIC
===================================================================
RCS file: /home/cvs/src/sys/i386/conf/GENERIC,v
retrieving revision 1.10.2.2
retrieving revision 1.10.2.3
diff -L sys/i386/conf/GENERIC -L sys/i386/conf/GENERIC -u -r1.10.2.2 -r1.10.2.3
--- sys/i386/conf/GENERIC
+++ sys/i386/conf/GENERIC
@@ -60,7 +60,6 @@
 options 	ADAPTIVE_GIANT		# Giant mutex is adaptive.
 options		SMP			# Support Multicore and Multiproccesor
 					# systems.
-
 device		apic			# I/O APIC
 
 # CPU frequency control
@@ -234,6 +233,9 @@
 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.


More information about the Midnightbsd-cvs mailing list