svn commit: r191295 - projects/mips/sys/mips/conf

Oleksandr Tymoshenko gonzo at FreeBSD.org
Sun Apr 19 23:15:09 UTC 2009


Author: gonzo
Date: Sun Apr 19 23:15:04 2009
New Revision: 191295
URL: http://svn.freebsd.org/changeset/base/191295

Log:
  - Enable USB and EHCI
  - Include if_arge to build
  - Add NFS root options
  - Disable pci ATM and add stubs for wifi adapter config

Modified:
  projects/mips/sys/mips/conf/AR71XX

Modified: projects/mips/sys/mips/conf/AR71XX
==============================================================================
--- projects/mips/sys/mips/conf/AR71XX	Sun Apr 19 23:08:23 2009	(r191294)
+++ projects/mips/sys/mips/conf/AR71XX	Sun Apr 19 23:15:04 2009	(r191295)
@@ -29,9 +29,36 @@ options		_KPOSIX_PRIORITY_SCHEDULING #Po
 options		INVARIANTS
 options		INVARIANT_SUPPORT
 
-device		pci
+options		BOOTP
+options		BOOTP_NFSROOT
+options		BOOTP_NFSV3
+options		BOOTP_WIRED_TO=arge0 
+options		BOOTP_COMPAT
+options		ROOTDEVNAME=\"nfs:192.168.10.1:/mnt/bsd\"
+
+# device	pci
+# 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
+# option	AH_SUPPORT_AR5416
+# device	ath_hal
+# device	ath_ar5212      # Atheros HAL (Hardware Access Layer)
+# device	ath_rate_sample
+
+device		mii
+device		arge
+
 device		uart
 
+device		usb
+options		USB_EHCI_BIG_ENDIAN_DESC        # handle big-endian byte order
+options		USB_DEBUG
+device		ehci
+
 device		loop
 device		ether
 device		md


More information about the svn-src-projects mailing list