1 | #
|
---|
2 | # WLEIDEN -- Wireless Leiden 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 | # 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.
|
---|
11 | #
|
---|
12 |
|
---|
13 | cpu I486_CPU
|
---|
14 | cpu I586_CPU
|
---|
15 | ident WLEIDEN
|
---|
16 |
|
---|
17 | # Uncomment if you like to compile a debugging kernel
|
---|
18 | #makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
---|
19 | #options KDB # Kernel debugger related code
|
---|
20 | #options KDB_TRACE # Print a stack trace for a panic
|
---|
21 | #options STACK # stack(9) support
|
---|
22 |
|
---|
23 |
|
---|
24 | options CPU_ELAN
|
---|
25 | options CPU_SOEKRIS # Some units are Soekris Machines.
|
---|
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.
|
---|
30 |
|
---|
31 | options NO_SWAPPING # Embedded Machines.
|
---|
32 | options SW_WATCHDOG # Remote emergency reboots.
|
---|
33 |
|
---|
34 | options ROUTETABLES=6 # Multiple routing table support
|
---|
35 |
|
---|
36 | # To statically compile in device wiring instead of /boot/device.hints
|
---|
37 | #hints "GENERIC.hints" # Default places to look for devices.
|
---|
38 |
|
---|
39 | options SCHED_ULE # ULE scheduler
|
---|
40 | options PREEMPTION # Enable kernel thread preemption
|
---|
41 | options INET # InterNETworking
|
---|
42 | options INET6 # IPv6 communications protocols
|
---|
43 | options SCTP # Stream Control Transmission Protocol
|
---|
44 | options FFS # Berkeley Fast Filesystem
|
---|
45 | options SOFTUPDATES # Enable FFS soft updates support
|
---|
46 | options NFS_ROOT # Allow NFS to be / mount (testing purposes)
|
---|
47 | options NFSCLIENT # Network Filesystem Client
|
---|
48 | options PSEUDOFS # Pseudo-filesystem framework
|
---|
49 | options GEOM_LABEL # Provides labelization
|
---|
50 | options KTRACE # ktrace(1) support
|
---|
51 | options SYSVSHM # SYSV-style shared memory
|
---|
52 | options SYSVMSG # SYSV-style message queues
|
---|
53 | options SYSVSEM # SYSV-style semaphores
|
---|
54 | options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
|
---|
55 | options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
---|
56 | options INCLUDE_CONFIG_FILE # Include this file in kernel
|
---|
57 |
|
---|
58 | # Bus support.
|
---|
59 | device eisa
|
---|
60 | device pci
|
---|
61 |
|
---|
62 | # ATA controllers
|
---|
63 | device ahci # AHCI-compatible SATA controllers
|
---|
64 | device ata # Legacy ATA/SATA controllers
|
---|
65 | options ATA_CAM # Handle legacy controllers with CAM
|
---|
66 | options ATA_STATIC_ID # Static device numbering
|
---|
67 |
|
---|
68 | # ATA/SCSI peripherals
|
---|
69 | device scbus # SCSI bus (required for ATA/SCSI)
|
---|
70 | device da # Direct Access (disks)
|
---|
71 |
|
---|
72 | # Add suspend/resume support for the i8254.
|
---|
73 | device pmtimer
|
---|
74 |
|
---|
75 | # PCCARD (PCMCIA) support
|
---|
76 | # PCMCIA and cardbus bridge support
|
---|
77 | device cbb # cardbus (yenta) bridge
|
---|
78 | device pccard # PC Card (16-bit) bus
|
---|
79 | device cardbus # CardBus (32-bit) bus
|
---|
80 |
|
---|
81 | # Serial (COM) ports
|
---|
82 | device uart # Generic UART driver
|
---|
83 |
|
---|
84 | # PCI Ethernet NICs that use the common MII bus controller code.
|
---|
85 | # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
|
---|
86 | device miibus # MII bus support
|
---|
87 | device vr # VIA Rhine, Rhine II
|
---|
88 | device sis # SiS 900/SiS 7016
|
---|
89 |
|
---|
90 | # Wireless NIC cards
|
---|
91 | device wlan # 802.11 support
|
---|
92 | options IEEE80211_DEBUG # enable debug msgs
|
---|
93 | options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
|
---|
94 | options IEEE80211_SUPPORT_MESH # enable 802.11s draft support
|
---|
95 | device ath # Atheros NIC's
|
---|
96 | device ath_pci # Atheros pci/cardbus glue
|
---|
97 | device ath_hal # pci/cardbus chip support
|
---|
98 | options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors
|
---|
99 | device ath_rate_sample # SampleRate tx rate control for ath
|
---|
100 | device ral # Ralink Technology RT2500 wireless NICs.
|
---|
101 | device wi # WaveLan/Intersil/Symbol 802.11 wireless NICs.
|
---|
102 |
|
---|
103 | # Pseudo devices.
|
---|
104 | device loop # Network loopback
|
---|
105 | device random # Entropy device
|
---|
106 | device ether # Ethernet support
|
---|
107 | device vlan # 802.1Q VLAN support
|
---|
108 | device tun # Packet tunnel.
|
---|
109 | device pty # BSD-style compatibility pseudo ttys
|
---|
110 | device md # Memory "disks"
|
---|
111 | device gif # IPv6 and IPv4 tunneling
|
---|
112 | device faith # IPv6-to-IPv4 relaying (translation)
|
---|
113 | device firmware # firmware assist module
|
---|
114 |
|
---|
115 | # The `bpf' device enables the Berkeley Packet Filter.
|
---|
116 | # Be aware of the administrative consequences of enabling this!
|
---|
117 | # Note that 'bpf' is required for DHCP.
|
---|
118 | device bpf # Berkeley packet filter
|
---|
119 |
|
---|
120 | # USB support
|
---|
121 | options USB_DEBUG # enable debug msgs
|
---|
122 | device uhci # UHCI PCI->USB interface
|
---|
123 | device ohci # OHCI PCI->USB interface
|
---|
124 | device ehci # EHCI PCI->USB interface (USB 2.0)
|
---|
125 | device xhci # XHCI PCI->USB interface (USB 3.0)
|
---|
126 | device usb # USB Bus (required)
|
---|
127 | device umass # Disks/Mass storage - Requires scbus and da
|
---|
128 | # USB Serial devices
|
---|
129 | device u3g # USB-based 3G modems (Option, Huawei, Sierra)
|
---|
130 | device uark # Technologies ARK3116 based serial adapters
|
---|
131 | device ubsa # Belkin F5U103 and compatible serial adapters
|
---|
132 | device uftdi # For FTDI usb serial adapters
|
---|
133 | device uipaq # Some WinCE based devices
|
---|
134 | device uplcom # Prolific PL-2303 serial adapters
|
---|
135 | device uslcom # SI Labs CP2101/CP2102 serial adapters
|
---|
136 | device uvisor # Visor and Palm devices
|
---|
137 | device uvscom # USB serial support for DDI pocket's PHS
|
---|
138 | # USB Ethernet, requires miibus
|
---|
139 | device aue # ADMtek USB Ethernet
|
---|
140 | device axe # ASIX Electronics USB Ethernet
|
---|
141 | device cdce # Generic USB over Ethernet
|
---|
142 | device cue # CATC USB Ethernet
|
---|
143 | device kue # Kawasaki LSI USB Ethernet
|
---|
144 | device mos # Mos USB Ethernet
|
---|
145 | device rue # RealTek RTL8150 USB Ethernet
|
---|
146 | device udav # Davicom DM9601E USB
|
---|
147 | # USB Wireless
|
---|
148 | device rum # Ralink Technology RT2501USB wireless NICs
|
---|
149 | device run # Ralink Technology RT2700/RT2800/RT3000 NICs.
|
---|
150 | device uath # Atheros AR5523 wireless NICs
|
---|
151 | device upgt # Conexant/Intersil PrismGT wireless NICs.
|
---|
152 | device ural # Ralink Technology RT2500USB wireless NICs
|
---|
153 | device urtw # Realtek RTL8187B/L wireless NICs
|
---|
154 | device zyd # ZyDAS zd1211/zd1211b wireless NICs
|
---|
155 |
|
---|
156 | #
|
---|
157 | # Authentication, encryption and protection on network layer
|
---|
158 | device wlan_xauth #802.11 external authenticator support
|
---|
159 | device enc #IPsec interface
|
---|
160 | device crypto # core crypto support
|
---|
161 | device cryptodev # /dev/crypto for access to h/w
|
---|
162 | device pf #PF OpenBSD packet-filter firewall
|
---|
163 | device pflog #logging support interface for PF
|
---|
164 | options IPSEC #IP security (requires device crypto)
|
---|
165 | options IPSEC_FILTERTUNNEL #filter ipsec packets from a tunnel
|
---|
166 |
|
---|
167 | # glxsb is a driver for the Security Block in AMD Geode LX processors.
|
---|
168 | # Requires 'device crypto'.
|
---|
169 | device glxsb # AMD Geode LX Security Block
|
---|
170 |
|
---|
171 | # Allow combining interfaces
|
---|
172 | device if_bridge
|
---|
173 |
|
---|
174 | # Needed for VPN and other alternative tunnels
|
---|
175 | device tap
|
---|
176 |
|
---|
177 | # In case we like to limit and play more clever with inet traffic and running
|
---|
178 | # queues and such.
|
---|
179 | options ALTQ
|
---|
180 | options ALTQ_CBQ # Class Bases Queuing (CBQ)
|
---|
181 | options ALTQ_RED # Random Early Detection (RED)
|
---|
182 | options ALTQ_RIO # RED In/Out
|
---|
183 | options ALTQ_HFSC # Hierarchical Packet Scheduler (HFSC)
|
---|
184 | options ALTQ_PRIQ # Priority Queuing (PRIQ)
|
---|
185 |
|
---|
186 | # Make ipfw firewall with NAT available for use, also see:
|
---|
187 | # http://www.freebsd.org/doc/en/books/handbook/firewalls-ipfw.html
|
---|
188 | options IPFIREWALL
|
---|
189 | options IPFIREWALL_VERBOSE
|
---|
190 | options IPFIREWALL_VERBOSE_LIMIT=5
|
---|
191 | options IPFIREWALL_DEFAULT_TO_ACCEPT
|
---|
192 | options IPDIVERT
|
---|