Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Sep 2007 18:04:40 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 126606 for review
Message-ID:  <200709191804.l8JI4ewr068295@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=126606

Change 126606 by sam@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709191804.l8JI4ewr068295>