| 1 | #
|
---|
| 2 | # GENERIC -- Generic kernel configuration file for FreeBSD/i386
|
---|
| 3 | #
|
---|
| 4 | # For more information on this file, please read the handbook section on
|
---|
| 5 | # Kernel Configuration Files:
|
---|
| 6 | #
|
---|
| 7 | # http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
|
---|
| 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.
|
---|
| 13 | #
|
---|
| 14 | # An exhaustive list of options and more detailed explanations of the
|
---|
| 15 | # 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 first
|
---|
| 17 | # in NOTES.
|
---|
| 18 | #
|
---|
| 19 | # $FreeBSD: releng/9.0/sys/i386/conf/GENERIC 227305 2011-11-07 13:40:54Z marius $
|
---|
| 20 |
|
---|
| 21 | cpu I486_CPU
|
---|
| 22 | cpu I586_CPU
|
---|
| 23 | cpu I686_CPU
|
---|
| 24 | ident WLEIDEN
|
---|
| 25 |
|
---|
| 26 | # Uncomment if you like to compile a debugging kernel
|
---|
| 27 | #makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
---|
| 28 | #options KDB # Kernel debugger related code
|
---|
| 29 | #options KDB_TRACE # Print a stack trace for a panic
|
---|
| 30 |
|
---|
| 31 |
|
---|
| 32 | options CPU_ELAN
|
---|
| 33 | options CPU_SOEKRIS # Some units are Soekris Machines.
|
---|
| 34 | options CPU_GEODE # net4801 requirement
|
---|
| 35 | options HZ=250 # Because ofthe "ELAN" timecounter.
|
---|
| 36 |
|
---|
| 37 | options NO_SWAPPING # Embedded Machines.
|
---|
| 38 | options SW_WATCHDOG # Remote emergency reboots.
|
---|
| 39 |
|
---|
| 40 |
|
---|
| 41 | # To statically compile in device wiring instead of /boot/device.hints
|
---|
| 42 | #hints "GENERIC.hints" # Default places to look for devices.
|
---|
| 43 |
|
---|
| 44 | options SCHED_ULE # ULE scheduler
|
---|
| 45 | options PREEMPTION # Enable kernel thread preemption
|
---|
| 46 | options INET # InterNETworking
|
---|
| 47 | options INET6 # IPv6 communications protocols
|
---|
| 48 | options SCTP # Stream Control Transmission Protocol
|
---|
| 49 | options FFS # Berkeley Fast Filesystem
|
---|
| 50 | options SOFTUPDATES # Enable FFS soft updates support
|
---|
| 51 | options NFS_ROOT # Allow NFS to be / mount
|
---|
| 52 | options NFSCLIENT # Network Filesystem Client
|
---|
| 53 | #options NFSLOCKD # Network Lock Manager
|
---|
| 54 | options PSEUDOFS # Pseudo-filesystem framework
|
---|
| 55 | options GEOM_LABEL # Provides labelization
|
---|
| 56 | options KTRACE # ktrace(1) support
|
---|
| 57 | #options STACK # stack(9) support
|
---|
| 58 | options SYSVSHM # SYSV-style shared memory
|
---|
| 59 | options SYSVMSG # SYSV-style message queues
|
---|
| 60 | options SYSVSEM # SYSV-style semaphores
|
---|
| 61 | options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
|
---|
| 62 | options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
---|
| 63 | options INCLUDE_CONFIG_FILE # Include this file in kernel
|
---|
| 64 |
|
---|
| 65 | # To make an SMP kernel, the next two lines are needed
|
---|
| 66 | options SMP # Symmetric MultiProcessor Kernel
|
---|
| 67 | device apic # I/O APIC
|
---|
| 68 |
|
---|
| 69 | # CPU frequency control
|
---|
| 70 | device cpufreq
|
---|
| 71 |
|
---|
| 72 | # Bus support.
|
---|
| 73 | device acpi
|
---|
| 74 | device eisa
|
---|
| 75 | device pci
|
---|
| 76 |
|
---|
| 77 | # ATA controllers
|
---|
| 78 | device ahci # AHCI-compatible SATA controllers
|
---|
| 79 | device ata # Legacy ATA/SATA controllers
|
---|
| 80 | options ATA_CAM # Handle legacy controllers with CAM
|
---|
| 81 | options ATA_STATIC_ID # Static device numbering
|
---|
| 82 |
|
---|
| 83 | # ATA/SCSI peripherals
|
---|
| 84 | device scbus # SCSI bus (required for ATA/SCSI)
|
---|
| 85 | device da # Direct Access (disks)
|
---|
| 86 |
|
---|
| 87 | # Add suspend/resume support for the i8254.
|
---|
| 88 | device pmtimer
|
---|
| 89 |
|
---|
| 90 | # PCCARD (PCMCIA) support
|
---|
| 91 | # PCMCIA and cardbus bridge support
|
---|
| 92 | device cbb # cardbus (yenta) bridge
|
---|
| 93 | device pccard # PC Card (16-bit) bus
|
---|
| 94 | device cardbus # CardBus (32-bit) bus
|
---|
| 95 |
|
---|
| 96 | # Serial (COM) ports
|
---|
| 97 | device uart # Generic UART driver
|
---|
| 98 |
|
---|
| 99 | # PCI Ethernet NICs that use the common MII bus controller code.
|
---|
| 100 | # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
|
---|
| 101 | device miibus # MII bus support
|
---|
| 102 | device vr # VIA Rhine, Rhine II
|
---|
| 103 | device sis # SiS 900/SiS 7016
|
---|
| 104 |
|
---|
| 105 | # Wireless NIC cards
|
---|
| 106 | device wlan # 802.11 support
|
---|
| 107 | options IEEE80211_DEBUG # enable debug msgs
|
---|
| 108 | options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
|
---|
| 109 | options IEEE80211_SUPPORT_MESH # enable 802.11s draft support
|
---|
| 110 | device ath # Atheros NIC's
|
---|
| 111 | device ath_pci # Atheros pci/cardbus glue
|
---|
| 112 | device ath_hal # pci/cardbus chip support
|
---|
| 113 | options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors
|
---|
| 114 | device ath_rate_sample # SampleRate tx rate control for ath
|
---|
| 115 | device ral # Ralink Technology RT2500 wireless NICs.
|
---|
| 116 | device wi # WaveLan/Intersil/Symbol 802.11 wireless NICs.
|
---|
| 117 |
|
---|
| 118 | # Pseudo devices.
|
---|
| 119 | device loop # Network loopback
|
---|
| 120 | device random # Entropy device
|
---|
| 121 | device ether # Ethernet support
|
---|
| 122 | device vlan # 802.1Q VLAN support
|
---|
| 123 | device tun # Packet tunnel.
|
---|
| 124 | device pty # BSD-style compatibility pseudo ttys
|
---|
| 125 | device md # Memory "disks"
|
---|
| 126 | device gif # IPv6 and IPv4 tunneling
|
---|
| 127 | device faith # IPv6-to-IPv4 relaying (translation)
|
---|
| 128 | device firmware # firmware assist module
|
---|
| 129 |
|
---|
| 130 | # The `bpf' device enables the Berkeley Packet Filter.
|
---|
| 131 | # Be aware of the administrative consequences of enabling this!
|
---|
| 132 | # Note that 'bpf' is required for DHCP.
|
---|
| 133 | device bpf # Berkeley packet filter
|
---|
| 134 |
|
---|
| 135 | # USB support
|
---|
| 136 | options USB_DEBUG # enable debug msgs
|
---|
| 137 | device uhci # UHCI PCI->USB interface
|
---|
| 138 | device ohci # OHCI PCI->USB interface
|
---|
| 139 | device ehci # EHCI PCI->USB interface (USB 2.0)
|
---|
| 140 | device xhci # XHCI PCI->USB interface (USB 3.0)
|
---|
| 141 | device usb # USB Bus (required)
|
---|
| 142 | device umass # Disks/Mass storage - Requires scbus and da
|
---|
| 143 | # USB Serial devices
|
---|
| 144 | device u3g # USB-based 3G modems (Option, Huawei, Sierra)
|
---|
| 145 | device uark # Technologies ARK3116 based serial adapters
|
---|
| 146 | device ubsa # Belkin F5U103 and compatible serial adapters
|
---|
| 147 | device uftdi # For FTDI usb serial adapters
|
---|
| 148 | device uipaq # Some WinCE based devices
|
---|
| 149 | device uplcom # Prolific PL-2303 serial adapters
|
---|
| 150 | device uslcom # SI Labs CP2101/CP2102 serial adapters
|
---|
| 151 | device uvisor # Visor and Palm devices
|
---|
| 152 | device uvscom # USB serial support for DDI pocket's PHS
|
---|
| 153 | #device urio # Diamond Rio 500 MP3 player
|
---|
| 154 | #device uscanner # Scanners
|
---|
| 155 | # USB Ethernet, requires miibus
|
---|
| 156 | device aue # ADMtek USB Ethernet
|
---|
| 157 | device axe # ASIX Electronics USB Ethernet
|
---|
| 158 | device cdce # Generic USB over Ethernet
|
---|
| 159 | device cue # CATC USB Ethernet
|
---|
| 160 | device kue # Kawasaki LSI USB Ethernet
|
---|
| 161 | device mos # Mos USB Ethernet
|
---|
| 162 | device rue # RealTek RTL8150 USB Ethernet
|
---|
| 163 | device udav # Davicom DM9601E USB
|
---|
| 164 | # USB Wireless
|
---|
| 165 | device rum # Ralink Technology RT2501USB wireless NICs
|
---|
| 166 | device run # Ralink Technology RT2700/RT2800/RT3000 NICs.
|
---|
| 167 | device uath # Atheros AR5523 wireless NICs
|
---|
| 168 | device upgt # Conexant/Intersil PrismGT wireless NICs.
|
---|
| 169 | device ural # Ralink Technology RT2500USB wireless NICs
|
---|
| 170 | device urtw # Realtek RTL8187B/L wireless NICs
|
---|
| 171 | device zyd # ZyDAS zd1211/zd1211b wireless NICs
|
---|
| 172 |
|
---|
| 173 | #
|
---|
| 174 | # Authentication, encryption and protection on network layer
|
---|
| 175 | device wlan_xauth #802.11 external authenticator support
|
---|
| 176 | device enc #IPsec interface
|
---|
| 177 | device crypto # core crypto support
|
---|
| 178 | device cryptodev # /dev/crypto for access to h/w
|
---|
| 179 | device pf #PF OpenBSD packet-filter firewall
|
---|
| 180 | device pflog #logging support interface for PF
|
---|
| 181 | options IPSEC #IP security (requires device crypto)
|
---|
| 182 | options IPSEC_FILTERTUNNEL #filter ipsec packets from a tunnel
|
---|
| 183 |
|
---|
| 184 | options NETGRAPH # netgraph(4) system
|
---|
| 185 | options NETGRAPH_SOCKET
|
---|
| 186 | options NETGRAPH_MPPC_ENCRYPTION
|
---|
| 187 | options NETGRAPH_IFACE
|
---|
| 188 | options NETGRAPH_PPP
|
---|
| 189 | options NETGRAPH_TEE
|
---|
| 190 | options NETGRAPH_PPPOE
|
---|
| 191 | options NETGRAPH_ETHER
|
---|
| 192 |
|
---|
| 193 | # glxsb is a driver for the Security Block in AMD Geode LX processors.
|
---|
| 194 | # Requires 'device crypto'.
|
---|
| 195 | device glxsb # AMD Geode LX Security Block
|
---|
| 196 |
|
---|
| 197 |
|
---|
| 198 | # Firewall fore the use of fancy stuff, like forwarding ports
|
---|
| 199 | options IPFIREWALL
|
---|
| 200 | options IPFIREWALL_DEFAULT_TO_ACCEPT
|
---|
| 201 | options IPFIREWALL_FORWARD
|
---|
| 202 | options IPFIREWALL_NAT
|
---|
| 203 | options LIBALIAS # Required for IPFIREWALL_NAT
|
---|
| 204 |
|
---|
| 205 | # Allow combining interfaces
|
---|
| 206 | device if_bridge
|
---|
| 207 |
|
---|