From owner-p4-projects@FreeBSD.ORG Wed Sep 19 18:04:41 2007 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 81E8316A421; Wed, 19 Sep 2007 18:04:41 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FD5D16A41B for ; Wed, 19 Sep 2007 18:04:41 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2731513C467 for ; Wed, 19 Sep 2007 18:04:41 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8JI4fNY068298 for ; Wed, 19 Sep 2007 18:04:41 GMT (envelope-from sam@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JI4ewr068295 for perforce@freebsd.org; Wed, 19 Sep 2007 18:04:40 GMT (envelope-from sam@freebsd.org) Date: Wed, 19 Sep 2007 18:04:40 GMT Message-Id: <200709191804.l8JI4ewr068295@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to sam@freebsd.org using -f From: Sam Leffler To: Perforce Change Reviews Cc: Subject: PERFORCE change 126606 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2007 18:04:41 -0000 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