Changeset 10767 in hybrid
- Timestamp:
- May 10, 2012, 12:18:27 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/releng-9.0/nanobsd/cfg/kernel.wleiden
r10680 r10767 1 1 # 2 # GENERIC -- Generickernel configuration file for FreeBSD/i3862 # WLEIDEN -- Wireless Leiden kernel configuration file for FreeBSD/i386 3 3 # 4 4 # For more information on this file, please read the handbook section on … … 7 7 # http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html 8 8 # 9 # The handbook is also available locally in /usr/share/doc/handbook 10 # if you've installed the doc distribution, otherwise always see the 11 # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the 12 # latest information. 9 # This config is tweaked for ALIX.2D, Soekris 4521 and Soekris 4801 with 10 # Atheros Wireless Cards and meant to run an a remote location. 13 11 # 14 # An exhaustive list of options and more detailed explanations of the15 # device lines is also present in the ../../conf/NOTES and NOTES files.16 # If you are in doubt as to the purpose or necessity of a line, check first17 # in NOTES.18 #19 # $FreeBSD: releng/9.0/sys/i386/conf/GENERIC 227305 2011-11-07 13:40:54Z marius $20 12 21 13 cpu I486_CPU 22 14 cpu I586_CPU 23 cpu I686_CPU24 15 ident WLEIDEN 25 16 … … 28 19 #options KDB # Kernel debugger related code 29 20 #options KDB_TRACE # Print a stack trace for a panic 21 #options STACK # stack(9) support 30 22 31 23 … … 37 29 options DEVICE_POLLING # Make our (old board) sis(4) faster. 38 30 39 options 40 options 31 options NO_SWAPPING # Embedded Machines. 32 options SW_WATCHDOG # Remote emergency reboots. 41 33 42 34 options ROUTETABLES=6 # Multiple routing table support … … 52 44 options FFS # Berkeley Fast Filesystem 53 45 options SOFTUPDATES # Enable FFS soft updates support 54 options NFS_ROOT # Allow NFS to be / mount 46 options NFS_ROOT # Allow NFS to be / mount (testing purposes) 55 47 options NFSCLIENT # Network Filesystem Client 56 #options NFSLOCKD # Network Lock Manager57 48 options PSEUDOFS # Pseudo-filesystem framework 58 49 options GEOM_LABEL # Provides labelization 59 50 options KTRACE # ktrace(1) support 60 #options STACK # stack(9) support61 51 options SYSVSHM # SYSV-style shared memory 62 52 options SYSVMSG # SYSV-style message queues … … 66 56 options INCLUDE_CONFIG_FILE # Include this file in kernel 67 57 68 # To make an SMP kernel, the next two lines are needed69 options SMP # Symmetric MultiProcessor Kernel70 device apic # I/O APIC71 72 # CPU frequency control73 device cpufreq74 75 58 # Bus support. 76 device acpi77 59 device eisa 78 60 device pci … … 154 136 device uvisor # Visor and Palm devices 155 137 device uvscom # USB serial support for DDI pocket's PHS 156 #device urio # Diamond Rio 500 MP3 player157 #device uscanner # Scanners158 138 # USB Ethernet, requires miibus 159 139 device aue # ADMtek USB Ethernet … … 185 165 options IPSEC_FILTERTUNNEL #filter ipsec packets from a tunnel 186 166 187 options NETGRAPH # netgraph(4) system188 options NETGRAPH_SOCKET189 options NETGRAPH_MPPC_ENCRYPTION190 options NETGRAPH_IFACE191 options NETGRAPH_PPP192 options NETGRAPH_TEE193 options NETGRAPH_PPPOE194 options NETGRAPH_ETHER195 196 167 # glxsb is a driver for the Security Block in AMD Geode LX processors. 197 168 # Requires 'device crypto'. 198 169 device glxsb # AMD Geode LX Security Block 199 170 200 201 # Firewall fore the use of fancy stuff, like forwarding ports202 options IPFIREWALL203 options IPFIREWALL_DEFAULT_TO_ACCEPT204 options IPFIREWALL_FORWARD205 options IPFIREWALL_NAT206 options LIBALIAS # Required for IPFIREWALL_NAT207 208 171 # Allow combining interfaces 209 172 device if_bridge
Note:
See TracChangeset
for help on using the changeset viewer.