- Timestamp:
- Aug 30, 2015, 1:01:14 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/releng-10/nanobsd/cfg/kernel.wleiden
r12904 r13373 7 7 # http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html 8 8 # 9 # This config is tweaked for ALIX. 2D, Soekris 4521 and Soekris 4801with9 # This config is tweaked for ALIX.APU1C & APU1C4, with 10 10 # Atheros Wireless Cards and meant to run an a remote location. 11 11 # 12 12 13 cpu I486_CPU 14 cpu I586_CPU 13 cpu I486_CPU 14 cpu I586_CPU 15 cpu I686_CPU 15 16 ident WLEIDEN 16 17 … … 21 22 #options STACK # stack(9) support 22 23 23 24 options CPU_ELAN 24 options CPU_ELAN # Soekris support 25 25 options CPU_SOEKRIS # Some units are Soekris Machines. 26 26 options CPU_GEODE # net4801 requirement 27 options HZ=250 # Because ofthe "ELAN" timecounter. 28 29 options DEVICE_POLLING # Make our (old board) sis(4) faster. 27 30 28 31 29 options NO_SWAPPING # Embedded Machines. … … 56 54 options INCLUDE_CONFIG_FILE # Include this file in kernel 57 55 56 # To make an SMP kernel, the next two lines are needed 57 options SMP # Symmetric MultiProcessor Kernel 58 device apic # I/O APIC 59 58 60 # Bus support. 59 61 device eisa 60 62 device pci 63 device acpi 61 64 62 65 # ATA controllers … … 87 90 device vr # VIA Rhine, Rhine II 88 91 device sis # SiS 900/SiS 7016 92 device re # Realtek RTL8169S/8110S/8211 89 93 90 94 # Wireless NIC cards … … 126 130 device usb # USB Bus (required) 127 131 device umass # Disks/Mass storage - Requires scbus and da 132 133 # MMC/SD 134 device mmc # MMC/SD bus 135 device mmcsd # MMC/SD memory card 136 device sdhci # Generic PCI SD Host Controller 137 128 138 # USB Serial devices 129 139 device u3g # USB-based 3G modems (Option, Huawei, Sierra) … … 136 146 device uvisor # Visor and Palm devices 137 147 device uvscom # USB serial support for DDI pocket's PHS 148 138 149 # USB Ethernet, requires miibus 139 150 device aue # ADMtek USB Ethernet … … 145 156 device rue # RealTek RTL8150 USB Ethernet 146 157 device udav # Davicom DM9601E USB 158 147 159 # USB Wireless 148 160 device rum # Ralink Technology RT2501USB wireless NICs … … 154 166 device zyd # ZyDAS zd1211/zd1211b wireless NICs 155 167 156 #157 168 # Authentication, encryption and protection on network layer 158 169 device wlan_xauth #802.11 external authenticator support
Note:
See TracChangeset
for help on using the changeset viewer.