[PC-BSD Commits] r439 - pcbsd/trunk/system-overlay/PCBSD/conf
svn at pcbsd.org
svn at pcbsd.org
Tue Jul 10 21:03:48 PDT 2007
Author: kris
Date: 2007-07-11 05:03:48 +0100 (Wed, 11 Jul 2007)
New Revision: 439
Modified:
pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD-SMP.i386
pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.i386
Log:
Some kernel build changes, added new ethernet driver, and support for
other wifi cards
Modified: pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD-SMP.i386
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD-SMP.i386 2007-07-09 20:36:51 UTC (rev 438)
+++ pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD-SMP.i386 2007-07-11 04:03:48 UTC (rev 439)
@@ -218,6 +218,7 @@
device sis # Silicon Integrated Systems SiS 900/SiS 7016
device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet
device ste # Sundance ST201 (D-Link DFE-550TX)
+device stge # Sundance/Tamarack TC9021 gigabit Ethernet
device ti # Alteon Networks Tigon I/II gigabit Ethernet
device tl # Texas Instruments ThunderLAN
device tx # SMC EtherPower II (83c170 ``EPIC'')
@@ -239,11 +240,17 @@
device xe # Xircom pccard Ethernet
# Wireless NIC cards
-device wlan # 802.11 support
-device an # Aironet 4500/4800 802.11 wireless NICs.
-device awi # BayStack 660 and others
-device ral # Ralink Technology RT2500 wireless NICs.
-device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
+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 pci/cardbus NIC's
+device ath_hal # Atheros HAL (Hardware Access Layer)
+device ath_rate_sample # SampleRate tx rate control for ath
+device awi # BayStack 660 and others
+device ral # Ralink Technology RT2500 wireless NICs.
+device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
#device wl # Older non 802.11 Wavelan wireless NIC.
device iwi # Intel Wireless Adapters
device firmware # Loads intel firmware for wireless
Modified: pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.i386
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.i386 2007-07-09 20:36:51 UTC (rev 438)
+++ pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.i386 2007-07-11 04:03:48 UTC (rev 439)
@@ -218,6 +218,7 @@
device sis # Silicon Integrated Systems SiS 900/SiS 7016
device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet
device ste # Sundance ST201 (D-Link DFE-550TX)
+device stge # Sundance/Tamarack TC9021 gigabit Ethernet
device ti # Alteon Networks Tigon I/II gigabit Ethernet
device tl # Texas Instruments ThunderLAN
device tx # SMC EtherPower II (83c170 ``EPIC'')
@@ -239,11 +240,17 @@
device xe # Xircom pccard Ethernet
# Wireless NIC cards
-device wlan # 802.11 support
-device an # Aironet 4500/4800 802.11 wireless NICs.
-device awi # BayStack 660 and others
-device ral # Ralink Technology RT2500 wireless NICs.
-device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
+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 pci/cardbus NIC's
+device ath_hal # Atheros HAL (Hardware Access Layer)
+device ath_rate_sample # SampleRate tx rate control for ath
+device awi # BayStack 660 and others
+device ral # Ralink Technology RT2500 wireless NICs.
+device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
#device wl # Older non 802.11 Wavelan wireless NIC.
device iwi # Intel Wireless Adapters
device firmware # Loads intel firmware for wireless
More information about the Commits
mailing list