diff options
author | imp <imp@FreeBSD.org> | 2014-03-18 14:41:18 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2014-03-18 14:41:18 +0000 |
commit | ea27b8b5414364301a4616dbd45c6487b2576fed (patch) | |
tree | a52604c57a2c4c999f135e7f0cc4d8a5de448f09 /sys/mips/conf/AR724X_BASE | |
parent | be3902ef94dec213ab9220bd1e709859c6cf5873 (diff) | |
download | FreeBSD-src-ea27b8b5414364301a4616dbd45c6487b2576fed.zip FreeBSD-src-ea27b8b5414364301a4616dbd45c6487b2576fed.tar.gz |
In kernel config files, it is supposed to be 'options<space><tab>' not
'options<tab><tab>', per long standing (but recently not so strictly
enforced) convention.
Diffstat (limited to 'sys/mips/conf/AR724X_BASE')
-rw-r--r-- | sys/mips/conf/AR724X_BASE | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/sys/mips/conf/AR724X_BASE b/sys/mips/conf/AR724X_BASE index 7ffadb1..bec11e2 100644 --- a/sys/mips/conf/AR724X_BASE +++ b/sys/mips/conf/AR724X_BASE @@ -12,8 +12,8 @@ machine mips mips ident AR724X_BASE cpu CPU_MIPS4KC makeoptions KERNLOADADDR=0x80050000 -options HZ=1000 -options HWPMC_HOOKS +options HZ=1000 +options HWPMC_HOOKS files "../atheros/files.ar71xx" @@ -27,24 +27,24 @@ makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols # modules already built. makeoptions MODULES_OVERRIDE="random gpio ar71xx if_gif if_gre if_bridge bridgestp usb wlan wlan_xauth wlan_acl wlan_wep wlan_tkip wlan_ccmp wlan_rssadapt wlan_amrr ath ath_pci hwpmc cam" -options DDB -options KDB +options DDB +options KDB -options SCHED_4BSD #4BSD scheduler -options INET #InterNETworking +options SCHED_4BSD #4BSD scheduler +options INET #InterNETworking #options INET6 # IPv6 #options NFSCL #Network Filesystem Client -options PSEUDOFS #Pseudo-filesystem framework -options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions +options PSEUDOFS #Pseudo-filesystem framework +options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions -#options NFS_LEGACYRPC +#options NFS_LEGACYRPC # Debugging for use in -current -options INVARIANTS -options INVARIANT_SUPPORT -options WITNESS -options WITNESS_SKIPSPIN -options DEBUG_REDZONE -options DEBUG_MEMGUARD +options INVARIANTS +options INVARIANT_SUPPORT +options WITNESS +options WITNESS_SKIPSPIN +options DEBUG_REDZONE +options DEBUG_MEMGUARD # Don't include the SCSI/CAM strings in the default build options SCSI_NO_SENSE_STRINGS @@ -58,18 +58,18 @@ options NO_FFS_SNAPSHOT # options SOFTUPDATES #Enable FFS soft updates support # options UFS_ACL #Support for access control lists # options UFS_DIRHASH #Improve performance on big directories -# options MSDOSFS # Read MSDOS filesystems; useful for USB/CF +# options MSDOSFS # Read MSDOS filesystems; useful for USB/CF device pci device ar724x_pci # 802.11 framework -options IEEE80211_DEBUG -options IEEE80211_ALQ -options IEEE80211_SUPPORT_MESH -options IEEE80211_SUPPORT_SUPERG -options IEEE80211_SUPPORT_TDMA -options IEEE80211_AMPDU_AGE +options IEEE80211_DEBUG +options IEEE80211_ALQ +options IEEE80211_SUPPORT_MESH +options IEEE80211_SUPPORT_SUPERG +options IEEE80211_SUPPORT_TDMA +options IEEE80211_AMPDU_AGE #device wlan # 802.11 support #device wlan_wep # 802.11 WEP support #device wlan_ccmp # 802.11 CCMP support @@ -80,11 +80,11 @@ options IEEE80211_AMPDU_AGE #device ath # Atheros interface support #device ath_pci # Atheros PCI/Cardbus bus options ATH_DEBUG -options ATH_DIAGAPI -options ATH_ENABLE_11N -options AH_DEBUG -options AH_DEBUG_ALQ -options ALQ +options ATH_DIAGAPI +options ATH_ENABLE_11N +options AH_DEBUG +options AH_DEBUG_ALQ +options ALQ #device ath_hal option AH_SUPPORT_AR5416 #device ath_rate_sample @@ -100,9 +100,9 @@ device arge options ARGE_DEBUG # Enable if_arge debugging for now #device usb -options USB_EHCI_BIG_ENDIAN_DESC # handle big-endian byte order -options USB_DEBUG -options USB_HOST_ALIGN=32 # AR724X (MIPS in general?) requires this +options USB_EHCI_BIG_ENDIAN_DESC # handle big-endian byte order +options USB_DEBUG +options USB_HOST_ALIGN=32 # AR724X (MIPS in general?) requires this #device ehci #device umass |