From owner-p4-projects@FreeBSD.ORG Sat Apr 12 17:54:41 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id D5C01106566C; Sat, 12 Apr 2008 17:54:40 +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 984DB1065675 for ; Sat, 12 Apr 2008 17:54:40 +0000 (UTC) (envelope-from gonzo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 754F48FC2B for ; Sat, 12 Apr 2008 17:54:40 +0000 (UTC) (envelope-from gonzo@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 m3CHseVv096242 for ; Sat, 12 Apr 2008 17:54:40 GMT (envelope-from gonzo@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3CHseN5096240 for perforce@freebsd.org; Sat, 12 Apr 2008 17:54:40 GMT (envelope-from gonzo@FreeBSD.org) Date: Sat, 12 Apr 2008 17:54:40 GMT Message-Id: <200804121754.m3CHseN5096240@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to gonzo@FreeBSD.org using -f From: Oleksandr Tymoshenko To: Perforce Change Reviews Cc: Subject: PERFORCE change 139924 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: Sat, 12 Apr 2008 17:54:41 -0000 http://perforce.freebsd.org/chv.cgi?CH=139924 Change 139924 by gonzo@gonzo_jeeves on 2008/04/12 17:54:21 o Remove dummy option ROOTDEVNAME o Add wlan(4) and ath(4) devices Affected files ... .. //depot/projects/mips2-jnpr/src/sys/mips/conf/IDT#2 edit Differences ... ==== //depot/projects/mips2-jnpr/src/sys/mips/conf/IDT#2 (text+ko) ==== @@ -4,8 +4,6 @@ cpu CPU_MIPS4KC ident RB532 -makeoptions MIPS_LITTLE_ENDIAN=defined - # Don't build any modules yet. makeoptions MODULES_OVERRIDE="" @@ -29,9 +27,6 @@ options BOOTP_WIRED_TO=kr0 options BOOTP_COMPAT -options ROOTDEVNAME=\"nfs:192.168.0.52:/mnt/bsd\" - - # Debugging for use in -current options INVARIANTS #Enable calls of extra sanity checking options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS @@ -48,11 +43,12 @@ device md # Wireless NIC cards -#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 ath # Atheros pci/cardbus NIC's -#device ath_hal # Atheros HAL (Hardware Access Layer) -#device ath_rate_sample # SampleRate tx rate control for ath -#options ATH_DEBUG +device wlan # 802.11 support +device wlan_wep # 802.11 WEP support +device wlan_tkip # 802.11 TKIP support +device wlan_scan_ap #802.11 AP mode scanning +device wlan_scan_sta #802.11 STA mode scanning +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 +options ATH_DEBUG