diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2009-05-10 00:00:25 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2009-05-10 00:00:25 +0000 |
commit | 9913dad78324dd8bc8da927e4b1d87003ecfe7d9 (patch) | |
tree | 200771cd75bef85df04e89efbd2c006e84a82b8b /sys/mips/conf/IDT | |
parent | eab6ae7b1f135a724251917287e1da0b659b63d3 (diff) | |
download | FreeBSD-src-9913dad78324dd8bc8da927e4b1d87003ecfe7d9.zip FreeBSD-src-9913dad78324dd8bc8da927e4b1d87003ecfe7d9.tar.gz |
- Use "device\t" and "options \t" for consistency.
Diffstat (limited to 'sys/mips/conf/IDT')
-rw-r--r-- | sys/mips/conf/IDT | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/sys/mips/conf/IDT b/sys/mips/conf/IDT index 7848c65..3082d1c 100644 --- a/sys/mips/conf/IDT +++ b/sys/mips/conf/IDT @@ -11,24 +11,24 @@ hints "IDT.hints" #Default places to look for devices. makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols -options DDB -options KDB +options DDB +options KDB -options SCHED_4BSD #4BSD scheduler -options INET #InterNETworking -options NFSCLIENT #Network Filesystem Client -options NFS_ROOT #NFS usable as /, requires NFSCLIENT -options PSEUDOFS #Pseudo-filesystem framework +options SCHED_4BSD #4BSD scheduler +options INET #InterNETworking +options NFSCLIENT #Network Filesystem Client +options NFS_ROOT #NFS usable as /, requires NFSCLIENT +options PSEUDOFS #Pseudo-filesystem framework -options BOOTP -options BOOTP_NFSROOT -options BOOTP_NFSV3 -options BOOTP_WIRED_TO=kr0 -options BOOTP_COMPAT +options BOOTP +options BOOTP_NFSROOT +options BOOTP_NFSV3 +options BOOTP_WIRED_TO=kr0 +options BOOTP_COMPAT # 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 +options INVARIANTS #Enable calls of extra sanity checking +options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS device loop device pci @@ -45,8 +45,8 @@ device wlan_wep # 802.11 WEP support device wlan_tkip # 802.11 TKIP support device ath # Atheros pci/cardbus NIC's device ath_hal # pci/cardbus chip support -options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors +options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors device ath_rate_sample # SampleRate tx rate control for ath -options ATH_DEBUG +options ATH_DEBUG device bpf |