PERFORCE change 126606 for review
Sam Leffler
sam at FreeBSD.org
Wed Sep 19 11:04:41 PDT 2007
http://perforce.freebsd.org/chv.cgi?CH=126606
Change 126606 by sam at sam_ebb on 2007/09/19 18:04:08
update and add bwi
Affected files ...
.. //depot/projects/wifi/sys/i386/conf/WIFI_DEBUG#2 edit
Differences ...
==== //depot/projects/wifi/sys/i386/conf/WIFI_DEBUG#2 (text+ko) ====
@@ -25,7 +25,7 @@
#hints "GENERIC.hints" # Default places to look for devices.
-makeoptions MODULES_OVERRIDE="acpi linprocfs procfs ral ural iwi ndis if_ndis wi linux wlan_scan_sta wlan_scan_ap wlan_ifp wlan wlan_wep wlan_ccmp wlan_tkip ath ath_hal ath_rate_sample"
+makeoptions MODULES_OVERRIDE="acpi linprocfs procfs ral ural iwi ndis if_ndis wi linux wlan_scan_sta wlan_scan_ap wlan wlan_wep wlan_ccmp wlan_tkip ath ath_hal ath_rate_sample bwi"
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
options SCHED_4BSD # 4BSD scheduler
@@ -44,7 +44,7 @@
options CD9660 # ISO 9660 Filesystem
options PROCFS # Process filesystem (requires PSEUDOFS)
options PSEUDOFS # Pseudo-filesystem framework
-options GEOM_GPT # GUID Partition Tables.
+#options GEOM_GPT # GUID Partition Tables.
options COMPAT_43TTY # BSD 4.3 TTY compat [KEEP THIS!]
options COMPAT_FREEBSD4 # Compatible with FreeBSD4
options COMPAT_FREEBSD5 # Compatible with FreeBSD5
@@ -203,6 +203,9 @@
# Wireless NIC cards
+#device bwi
+#device wlan
+
# Pseudo devices.
device loop # Network loopback
device random # Entropy device
More information about the p4-projects
mailing list