[PC-BSD Commits] r3802 - pcbsd/trunk-current/system-overlay/PCBSD/conf
svn at pcbsd.org
svn at pcbsd.org
Tue Apr 14 12:05:23 PDT 2009
Author: kris
Date: 2009-04-14 12:05:22 -0700 (Tue, 14 Apr 2009)
New Revision: 3802
Modified:
pcbsd/trunk-current/system-overlay/PCBSD/conf/PCBSD.amd64
pcbsd/trunk-current/system-overlay/PCBSD/conf/PCBSD.i386
Log:
Updated our kernel config a bit more, removing some old flags
Modified: pcbsd/trunk-current/system-overlay/PCBSD/conf/PCBSD.amd64
===================================================================
--- pcbsd/trunk-current/system-overlay/PCBSD/conf/PCBSD.amd64 2009-04-14 19:01:30 UTC (rev 3801)
+++ pcbsd/trunk-current/system-overlay/PCBSD/conf/PCBSD.amd64 2009-04-14 19:05:22 UTC (rev 3802)
@@ -256,8 +256,6 @@
device wlan_ccmp # 802.11 CCMP support
device wlan_tkip # 802.11 TKIP support
device wlan_amrr # AMRR transmit rate control algorithm
-device wlan_scan_ap # 802.11 AP mode scanning
-device wlan_scan_sta # 802.11 STA mode scanning
device an # Aironet 4500/4800 802.11 wireless NICs.
device ath # Atheros pci/cardbus NIC's
device ath_hal # pci/cardbus chip support
@@ -275,8 +273,6 @@
device loop # Network loopback
device random # Entropy device
device ether # Ethernet support
-device sl # Kernel SLIP
-device ppp # Kernel PPP
device tun # Packet tunnel.
device pty # BSD-style compatibility pseudo ttys
device md # Memory "disks"
@@ -295,7 +291,6 @@
device ehci # EHCI PCI->USB interface (USB 2.0)
device usb # USB Bus (required)
#device udbp # USB Double Bulk Pipe devices
-device ugen # Generic
device uhid # "Human Interface Devices"
device ukbd # Keyboard
device ulpt # Printer
@@ -304,7 +299,6 @@
device ural # Ralink Technology RT2500USB wireless NICs
device rum # Ralink Technology RT2501USB wireless NICs
device urio # Diamond Rio 500 MP3 player
-device uscanner # Scanners
# USB Serial devices
device ucom # Generic com ttys
device uark # Technologies ARK3116 based serial adapters
Modified: pcbsd/trunk-current/system-overlay/PCBSD/conf/PCBSD.i386
===================================================================
--- pcbsd/trunk-current/system-overlay/PCBSD/conf/PCBSD.i386 2009-04-14 19:01:30 UTC (rev 3801)
+++ pcbsd/trunk-current/system-overlay/PCBSD/conf/PCBSD.i386 2009-04-14 19:05:22 UTC (rev 3802)
@@ -265,14 +265,11 @@
device wlan_ccmp # 802.11 CCMP support
device wlan_tkip # 802.11 TKIP support
device wlan_amrr # AMRR transmit rate control algorithm
-device wlan_scan_ap # 802.11 AP mode scanning
-device wlan_scan_sta # 802.11 STA mode scanning
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 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.
@@ -285,8 +282,6 @@
device loop # Network loopback
device random # Entropy device
device ether # Ethernet support
-device sl # Kernel SLIP
-device ppp # Kernel PPP
device tun # Packet tunnel.
device pty # BSD-style compatibility pseudo ttys
device md # Memory "disks"
@@ -305,7 +300,6 @@
device ehci # EHCI PCI->USB interface (USB 2.0)
device usb # USB Bus (required)
#device udbp # USB Double Bulk Pipe devices
-device ugen # Generic
device uhid # "Human Interface Devices"
device ukbd # Keyboard
device ulpt # Printer
@@ -315,7 +309,6 @@
device rum # Ralink Technology RT2501USB wireless NICs
device zyd # ZyDAS zb1211/zb1211b wireless NICs
device urio # Diamond Rio 500 MP3 player
-device uscanner # Scanners
# USB Serial devices
device ucom # Generic com ttys
device u3g # USB-based 3G modems (Option, Huawei, Sierra)
More information about the Commits
mailing list