PERFORCE change 139924 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Sat Apr 12 17:54:41 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=139924

Change 139924 by gonzo at 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


More information about the p4-projects mailing list