Date: Sun, 19 Apr 2009 23:15:05 +0000 (UTC) From: Oleksandr Tymoshenko <gonzo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r191295 - projects/mips/sys/mips/conf Message-ID: <200904192315.n3JNF5Qx023671@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904192315.n3JNF5Qx023671>