Annotation of elwix/config/ELWIX, revision 1.3.2.2
1.1 misho 1: #
2: # GENERIC -- Generic kernel configuration file for FreeBSD/i386
3: #
4: # For more information on this file, please read the config(5) manual page,
5: # and/or the handbook section on 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: #
1.3 misho 19: # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.556 2011/10/19 21:55:20 kensmith Exp $
1.1 misho 20:
21: cpu I486_CPU
22: cpu I586_CPU
23: cpu I686_CPU
24: ident ELWIX
25:
1.3.2.1 misho 26: options INIT_PATH=/sbin/initx:/sbin/init
27:
1.1 misho 28: makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
29:
30: options SCHED_ULE # ULE scheduler
31: options PREEMPTION # Enable kernel thread preemption
32: options INET # InterNETworking
33: options INET6 # IPv6 communications protocols
34: options SCTP # Stream Control Transmission Protocol
35: options FFS # Berkeley Fast Filesystem
36: options SOFTUPDATES # Enable FFS soft updates support
37: options UFS_ACL # Support for access control lists
38: options UFS_DIRHASH # Improve performance on big directories
39: options UFS_GJOURNAL # Enable gjournal-based UFS journaling
40: options MD_ROOT # MD is a potential root device
41: options NFSCL # New Network Filesystem Client
42: options NFSD # New Network Filesystem Server
1.3.2.2 ! misho 43: options MD_ROOT_SIZE=8000
1.1 misho 44: options NFSLOCKD # Network Lock Manager
1.2 misho 45: options NFS_ROOT # NFS usable as /, requires NFSCL
1.1 misho 46: options MSDOSFS # MSDOS Filesystem
47: options CD9660 # ISO 9660 Filesystem
48: options PROCFS # Process filesystem (requires PSEUDOFS)
49: options PSEUDOFS # Pseudo-filesystem framework
50: options GEOM_PART_GPT # GUID Partition Tables.
51: options GEOM_LABEL # Provides labelization
52: options GEOM_UZIP
53: options GEOM_JOURNAL
54: options GEOM_ELI
55: options GEOM_MIRROR
56: options GEOM_CONCAT
57: options GEOM_STRIPE
58: options GEOM_VIRSTOR
59: options GEOM_SHSEC
60: options GEOM_RAID3
61: options GEOM_CACHE
62: options GEOM_MULTIPATH
63: options GEOM_NOP
1.2 misho 64: options GEOM_AES # Don't use, use GEOM_BDE
65: options GEOM_LINUX_LVM # Linux LVM2 volumes
1.1 misho 66: options COMPAT_43TTY # BSD 4.3 TTY compat (sgtty)
67: options COMPAT_FREEBSD4 # Compatible with FreeBSD4
68: options COMPAT_FREEBSD5 # Compatible with FreeBSD5
69: options COMPAT_FREEBSD6 # Compatible with FreeBSD6
70: options COMPAT_FREEBSD7 # Compatible with FreeBSD7
71: options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
72: options KTRACE # ktrace(1) support
73: options STACK # stack(9) support
74: options SYSVSHM # SYSV-style shared memory
75: options SYSVMSG # SYSV-style message queues
76: options SYSVSEM # SYSV-style semaphores
77: options P1003_1B_MQUEUE
78: options P1003_1B_SEMAPHORES # POSIX-style semaphores
79: options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
80: options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
81: options KBD_INSTALL_CDEV # install a CDEV entry in /dev
82: options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
83: options AUDIT # Security event auditing
1.3.2.1 misho 84: options CAPABILITY_MODE # Capsicum capability mode
85: options CAPABILITIES # Capsicum capabilities
1.1 misho 86: options MAC # TrustedBSD MAC Framework
87: options FLOWTABLE # per-cpu routing cache
88: #options KDTRACE_HOOKS # Kernel DTrace hooks
89: options INCLUDE_CONFIG_FILE # Include this file in kernel
90:
1.3 misho 91: # Debugging support. Always need this:
1.1 misho 92: #options KDB # Enable kernel debugger support.
1.3 misho 93: # For minimum debugger support (stable branch) use:
94: #options KDB_TRACE # Print a stack trace for a panic.
95: # For full debugger support use this instead:
1.1 misho 96: #options DDB # Support DDB.
97: #options GDB # Support remote GDB.
98: #options DEADLKRES # Enable the deadlock resolver
99: #options INVARIANTS # Enable calls of extra sanity checking
100: #options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
101: #options WITNESS # Enable checks to detect deadlocks and cycles
102: #options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
103: #options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
104:
105: # To make an SMP kernel, the next two lines are needed
106: options SMP # Symmetric MultiProcessor Kernel
107: device apic # I/O APIC
108:
109: # CPU frequency control
110: device cpufreq
111:
112: # Bus support.
113: device acpi
114: device eisa
115: device pci
116:
117: # Floppy drives
118: device fdc
119:
120: # ATA controllers
121: device ahci # AHCI-compatible SATA controllers
122: device ata # Legacy ATA/SATA controllers
123: options ATA_CAM # Handle legacy controllers with CAM
124: options ATA_STATIC_ID # Static device numbering
125: device mvs # Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA
126: device siis # SiliconImage SiI3124/SiI3132/SiI3531 SATA
127:
128: # SCSI Controllers
129: device ahb # EISA AHA1742 family
130: device ahc # AHA2940 and onboard AIC7xxx devices
131: options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
132: # output. Adds ~128k to driver.
133: device ahd # AHA39320/29320 and onboard AIC79xx devices
134: options AHD_REG_PRETTY_PRINT # Print register bitfields in debug
135: # output. Adds ~215k to driver.
1.3.2.1 misho 136: device esp # AMD Am53C974 (Tekram DC-390(T))
1.1 misho 137: device hptiop # Highpoint RocketRaid 3xxx series
138: device isp # Qlogic family
139: #device ispfw # Firmware for QLogic HBAs- normally a module
140: device mpt # LSI-Logic MPT-Fusion
141: #device ncr # NCR/Symbios Logic
142: device sym # NCR/Symbios Logic (newer chipsets + those of `ncr')
143: device trm # Tekram DC395U/UW/F DC315U adapters
144:
145: device adv # Advansys SCSI adapters
146: device adw # Advansys wide SCSI adapters
147: device aha # Adaptec 154x SCSI adapters
148: device aic # Adaptec 15[012]x SCSI adapters, AIC-6[23]60.
149: device bt # Buslogic/Mylex MultiMaster SCSI adapters
150:
151: device ncv # NCR 53C500
152: device nsp # Workbit Ninja SCSI-3
153: device stg # TMC 18C30/18C50
1.3.2.1 misho 154: device isci # Intel C600 SAS controller
1.1 misho 155:
156: # ATA/SCSI peripherals
157: device scbus # SCSI bus (required for ATA/SCSI)
158: device ch # SCSI media changers
159: device da # Direct Access (disks)
160: device sa # Sequential Access (tape etc)
161: device cd # CD
162: device pass # Passthrough device (direct ATA/SCSI access)
1.3.2.1 misho 163: device ses # Enclosure Services (SES and SAF-TE)
164: device ctl # CAM Target Layer
1.1 misho 165:
166: # RAID controllers interfaced to the SCSI subsystem
167: device amr # AMI MegaRAID
168: device arcmsr # Areca SATA II RAID
169: device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID
170: device ciss # Compaq Smart RAID 5*
171: device dpt # DPT Smartcache III, IV - See NOTES for options
172: device hptmv # Highpoint RocketRAID 182x
173: device hptrr # Highpoint RocketRAID 17xx, 22xx, 23xx, 25xx
174: device iir # Intel Integrated RAID
175: device ips # IBM (Adaptec) ServeRAID
176: device mly # Mylex AcceleRAID/eXtremeRAID
177: device twa # 3ware 9000 series PATA/SATA RAID
1.2 misho 178: device tws # LSI 3ware 9750 SATA+SAS 6Gb/s RAID controller
1.1 misho 179:
180: # RAID controllers
181: device aac # Adaptec FSA RAID
182: device aacp # SCSI passthrough for aac (requires CAM)
183: device ida # Compaq Smart RAID
184: device mfi # LSI MegaRAID SAS
185: device mlx # Mylex DAC960 family
186: device pst # Promise Supertrak SX6000
187: device twe # 3ware ATA RAID
188:
189: # atkbdc0 controls both the keyboard and the PS/2 mouse
190: device atkbdc # AT keyboard controller
191: device atkbd # AT keyboard
192: device psm # PS/2 mouse
193:
194: device kbdmux # keyboard multiplexer
195:
196: device vga # VGA video card driver
197:
198: device splash # Splash screen and screen saver support
199:
200: # syscons is the default console driver, resembling an SCO console
201: device sc
202: options SC_PIXEL_MODE # add support for the raster text mode
203:
204: device agp # support several AGP chipsets
205:
206: # Power management support (see NOTES for more options)
207: #device apm
208: # Add suspend/resume support for the i8254.
209: device pmtimer
210:
211: # PCCARD (PCMCIA) support
212: # PCMCIA and cardbus bridge support
213: device cbb # cardbus (yenta) bridge
214: device pccard # PC Card (16-bit) bus
215: device cardbus # CardBus (32-bit) bus
216:
217: # Serial (COM) ports
218: device uart # Generic UART driver
219:
220: # Parallel port
221: device ppc
222: device ppbus # Parallel port bus (required)
223: device lpt # Printer
224: device plip # TCP/IP over parallel
225: device ppi # Parallel port interface device
226: #device vpo # Requires scbus and da
227:
1.3 misho 228: device puc # Multi I/O cards and multi-channel UARTs
1.1 misho 229:
230: # PCI Ethernet NICs.
231: device bxe # Broadcom BCM57710/BCM57711/BCM57711E 10Gb Ethernet
1.3.2.1 misho 232: device cxgbe # Chelsio T4 10GbE PCIe adapter
1.1 misho 233: device de # DEC/Intel DC21x4x (``Tulip'')
1.3.2.1 misho 234: device em # Intel Pro/1000 Gigabit Ethernet
235: device igb # Intel Pro/1000 PCIE Gigabit Ethernet
236: device ixgb # Intel Pro/10Gbe PCI-X Ethernet
237: device ixgbe # Intel Pro/10Gbe PCIE Ethernet
1.1 misho 238: device le # AMD Am7900 LANCE and Am79C9xx PCnet
1.3.2.1 misho 239: device mxge # Myricom Myri-10G 10GbE NIC
240: device nxge # Neterion Xframe 10GbE Server/Storage Adapter
1.1 misho 241: device ti # Alteon Networks Tigon I/II gigabit Ethernet
242: device txp # 3Com 3cR990 (``Typhoon'')
243: device vx # 3Com 3c590, 3c595 (``Vortex'')
1.3.2.1 misho 244: device vxge # Exar/Neterion XFrame 3100 10GbE
1.1 misho 245:
246: # PCI Ethernet NICs that use the common MII bus controller code.
247: # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
248: device miibus # MII bus support
249: device ae # Attansic/Atheros L2 FastEthernet
250: device age # Attansic/Atheros L1 Gigabit Ethernet
251: device alc # Atheros AR8131/AR8132 Ethernet
252: device ale # Atheros AR8121/AR8113/AR8114 Ethernet
253: device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet
254: device bfe # Broadcom BCM440x 10/100 Ethernet
255: device bge # Broadcom BCM570xx Gigabit Ethernet
1.3.2.1 misho 256: device cxgb # Chelsio T3 10 Gigabit Ethernet
257: device cxgb_t3fw # Chelsio T3 10 Gigabit Ethernet firmware
1.1 misho 258: device dc # DEC/Intel 21143 and various workalikes
259: device et # Agere ET1310 10/100/Gigabit Ethernet
260: device fxp # Intel EtherExpress PRO/100B (82557, 82558)
261: device jme # JMicron JMC250 Gigabit/JMC260 Fast Ethernet
262: device lge # Level 1 LXT1001 gigabit Ethernet
263: device msk # Marvell/SysKonnect Yukon II Gigabit Ethernet
1.3.2.1 misho 264: device my # Myson Fast Ethernet (MTD80X, MTD89X)
1.1 misho 265: device nge # NatSemi DP83820 gigabit Ethernet
266: device re # RealTek 8139C+/8169/8169S/8110S
267: device rl # RealTek 8129/8139
1.3.2.1 misho 268: device pcn # AMD Am79C97x PCI 10/100 NICs
1.1 misho 269: device sf # Adaptec AIC-6915 (``Starfire'')
270: device sge # Silicon Integrated Systems SiS190/191
271: device sis # Silicon Integrated Systems SiS 900/SiS 7016
272: device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet
273: device ste # Sundance ST201 (D-Link DFE-550TX)
274: device stge # Sundance/Tamarack TC9021 gigabit Ethernet
275: device tl # Texas Instruments ThunderLAN
276: device tx # SMC EtherPower II (83c170 ``EPIC'')
277: device vr # VIA Rhine, Rhine II
278: device vte # DM&P Vortex86 RDC R6040 Fast Ethernet
279: device wb # Winbond W89C840F
280: device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
281:
1.3.2.1 misho 282: device nfe # nVidia nForce MCP on-board Ethernet
283: #device nve # nVidia nForce MCP on-board Ethernet Networking
284: device vge # VIA VT612x gigabit Ethernet
285:
1.1 misho 286: # ISA Ethernet NICs. pccard NICs included.
287: device cs # Crystal Semiconductor CS89x0 NIC
288: # 'device ed' requires 'device miibus'
289: device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards
290: device ex # Intel EtherExpress Pro/10 and Pro/10+
291: device ep # Etherlink III based cards
292: device fe # Fujitsu MB8696x based cards
293: device ie # EtherExpress 8/16, 3C507, StarLAN 10 etc.
294: device sn # SMC's 9000 series of Ethernet chips
295: device xe # Xircom pccard Ethernet
296:
297: options XBONEHACK
298: options WLCACHE
299: device wlan_acl
300: device wlan_xauth
301: options IEEE80211_SUPPORT_TDMA
302: options IEEE80211_SUPPORT_SUPERG
303: # Wireless NIC cards
304: device wlan # 802.11 support
305: options IEEE80211_DEBUG # enable debug msgs
306: options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
307: options IEEE80211_SUPPORT_MESH # enable 802.11s draft support
308: device wlan_wep # 802.11 WEP support
309: device wlan_ccmp # 802.11 CCMP support
310: device wlan_tkip # 802.11 TKIP support
311: device wlan_amrr # AMRR transmit rate control algorithm
312: device an # Aironet 4500/4800 802.11 wireless NICs.
313: device ath # Atheros NIC's
314: device ath_pci # Atheros pci/cardbus glue
315: device ath_hal # pci/cardbus chip support
316: options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors
317: device ath_rate_sample # SampleRate tx rate control for ath
318: device bwi # Broadcom BCM430x/BCM431x wireless NICs.
319: device bwn # Broadcom BCM43xx wireless NICs.
320: device ipw # Intel 2100 wireless NICs.
321: device iwi # Intel 2200BG/2225BG/2915ABG wireless NICs.
322: device iwn # Intel 4965/1000/5000/6000 wireless NICs.
323: device malo # Marvell Libertas wireless NICs.
324: device mwl # Marvell 88W8363 802.11n wireless NICs.
325: device ral # Ralink Technology RT2500 wireless NICs.
326: device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
327: #device wl # Older non 802.11 Wavelan wireless NIC.
328: device wpi # Intel 3945ABG wireless NICs.
1.3.2.1 misho 329:
1.1 misho 330: device iwifw
331: device ipwfw
1.3.2.1 misho 332: device iwnfw
1.1 misho 333: device mwlfw
1.3.2.1 misho 334: device wpifw
1.1 misho 335:
336: # Pseudo devices.
337: device loop # Network loopback
338: device random # Entropy device
339: device ether # Ethernet support
340: device vlan # 802.1Q VLAN support
341: device tun # Packet tunnel.
342: device pty # BSD-style compatibility pseudo ttys
343: device md # Memory "disks"
344: device gif # IPv6 and IPv4 tunneling
345: device faith # IPv6-to-IPv4 relaying (translation)
346: device firmware # firmware assist module
347:
348: # The `bpf' device enables the Berkeley Packet Filter.
349: # Be aware of the administrative consequences of enabling this!
350: # Note that 'bpf' is required for DHCP.
351: device bpf # Berkeley packet filter
352:
353: # USB support
354: #options USB_DEBUG # enable debug msgs
355: device uhci # UHCI PCI->USB interface
356: device ohci # OHCI PCI->USB interface
357: device ehci # EHCI PCI->USB interface (USB 2.0)
358: device xhci # XHCI PCI->USB interface (USB 3.0)
359: device usb # USB Bus (required)
360: #device udbp # USB Double Bulk Pipe devices (needs netgraph)
361: device uhid # "Human Interface Devices"
362: device ukbd # Keyboard
363: device ulpt # Printer
364: device umass # Disks/Mass storage - Requires scbus and da
365: device ums # Mouse
366: device urio # Diamond Rio 500 MP3 player
367: # USB Serial devices
368: device u3g # USB-based 3G modems (Option, Huawei, Sierra)
369: device uark # Technologies ARK3116 based serial adapters
370: device ubsa # Belkin F5U103 and compatible serial adapters
371: device uftdi # For FTDI usb serial adapters
372: device uipaq # Some WinCE based devices
373: device uplcom # Prolific PL-2303 serial adapters
374: device uslcom # SI Labs CP2101/CP2102 serial adapters
375: device uvisor # Visor and Palm devices
376: device uvscom # USB serial support for DDI pocket's PHS
377: # USB Ethernet, requires miibus
378: device aue # ADMtek USB Ethernet
379: device axe # ASIX Electronics USB Ethernet
380: device cdce # Generic USB over Ethernet
381: device cue # CATC USB Ethernet
382: device kue # Kawasaki LSI USB Ethernet
383: device rue # RealTek RTL8150 USB Ethernet
384: device udav # Davicom DM9601E USB
385: # USB Wireless
386: device rum # Ralink Technology RT2501USB wireless NICs
387: device run # Ralink Technology RT2700/RT2800/RT3000 NICs.
388: device uath # Atheros AR5523 wireless NICs
389: device upgt # Conexant/Intersil PrismGT wireless NICs.
390: device ural # Ralink Technology RT2500USB wireless NICs
391: device urtw # Realtek RTL8187B/L wireless NICs
1.2 misho 392: device zyd # ZyDAS zd1211/zd1211b wireless NICs
1.1 misho 393:
394: # FireWire support
395: device firewire # FireWire bus code
1.3 misho 396: # sbp(4) works for some systems but causes boot failure on others
397: #device sbp # SCSI over FireWire (Requires scbus and da)
1.1 misho 398: device fwe # Ethernet over FireWire (non-standard!)
399: device fwip # IP over FireWire (RFC 2734,3146)
400: device dcons # Dumb console driver
401: device dcons_crom # Configuration ROM for dcons
402:
403: # Sound support
404: device sound # Generic sound driver (required)
405: device snd_es137x # Ensoniq AudioPCI ES137x
406: device snd_hda # Intel High Definition Audio
407: device snd_ich # Intel, NVidia and other ICH AC'97 Audio
408: device snd_uaudio # USB Audio
409: device snd_via8233 # VIA VT8233x Audio
410:
1.3.2.1 misho 411: # MMC/SD
412: device mmc # MMC/SD bus
413: device mmcsd # MMC/SD memory card
414: device sdhci # Generic PCI SD Host Controller
415:
416: ### ELWIX Additional custom settings ...
417:
1.1 misho 418: device if_bridge
419: device tap
420: device gre
421: device lagg
422: device carp
423:
424: device siba_bwn
425:
426: options NDISAPI
427: #device ndis
428:
429: device pf
430: device pflog
431: device pfsync
432:
433: device hifn
434: device enc
435: device crypto
436: device cryptodev
437: options IPSEC
438: options IPSEC_NAT_T
439: options IPSEC_FILTERTUNNEL
440:
441: options ALTQ
442: options ALTQ_CBQ
443: options ALTQ_HFSC
444: options ALTQ_PRIQ
445: options ALTQ_CDNR
446: options ALTQ_RED
447: options ALTQ_RIO
448:
449: options MROUTING
1.3.2.1 misho 450: options PPS_SYNC
1.1 misho 451: options DEVICE_POLLING
452: options HZ=1000
453:
454: options IPFIREWALL
455: options IPFIREWALL_VERBOSE
456: options IPFIREWALL_VERBOSE_LIMIT=100
457: options IPFIREWALL_DEFAULT_TO_ACCEPT
458: options IPFIREWALL_FORWARD
459: options IPFIREWALL_NAT
460: options LIBALIAS
461: options IPDIVERT
462: options IPSTEALTH
463: options DUMMYNET
464:
465: options NETGRAPH
466: options NETGRAPH_ETHER
467: options NETGRAPH_SOCKET
468: options NETGRAPH_PPPOE
469: options NETGRAPH_KSOCKET
470: options NETGRAPH_PPTPGRE
471: options NETGRAPH_L2TP
472: options NETGRAPH_ECHO
473: options NETGRAPH_FRAME_RELAY
474: options NETGRAPH_LMI
475: options NETGRAPH_TTY
476: options NETGRAPH_CISCO
477: ##options NETGRAPH_MPPC_COMPRESSION
478: options NETGRAPH_MPPC_ENCRYPTION
479: options NETGRAPH_PPP
480: options NETGRAPH_VJC
481: options NETGRAPH_UI
482: options NETGRAPH_TCPMSS
483: options NETGRAPH_DEFLATE
484: options NETGRAPH_PRED1
485: options NETGRAPH_RFC1490
486: options NETGRAPH_SPPP
487: options NETGRAPH_TAG
488: options NETGRAPH_IPFW
489: options NETGRAPH_IFACE
490: options NETGRAPH_EIFACE
491: options NETGRAPH_TEE
492: options NETGRAPH_ASYNC
493: options NETGRAPH_SPLIT
494: options NETGRAPH_HOLE
495: options NETGRAPH_ONE2MANY
496: options NETGRAPH_NETFLOW
497: options NETGRAPH_BPF
498: options NETGRAPH_GIF
499: options NETGRAPH_GIF_DEMUX
500: options NETGRAPH_BRIDGE
501:
502: options NULLFS
503: options UNIONFS
504: options TMPFS
505:
506: options VFS_AIO
507:
508: device ic
509: device iic
510: device iicsmb
511: device smb
512: device smbus
513: device iicbus
514: device iicbb
1.3 misho 515: device bktr
516: options BKTR_NEW_MSP34XX_DRIVER
517: options BKTR_KODICOM_MUX
1.1 misho 518: device speaker
519:
1.3.2.1 misho 520: device ipmi
521: device pcf
522:
523: device mos
524:
1.1 misho 525: device gpio
526: device gpioled
527: device gpioiic
528:
529: device glxsb
1.3.2.1 misho 530: device glxiic
1.1 misho 531: options CPU_GEODE
532: options CPU_SOEKRIS
1.3.2.1 misho 533: options CPU_ELAN
534: options CPU_ELAN_PPS
1.1 misho 535: options COMPAT_AOUT
536: options ENABLE_ALART # Control alarm on Intel intpm driver
537: options PANIC_REBOOT_WAIT_TIME=10
538: device coretemp
539: device cpuctl
540: device nvram
541: device ichwd
1.3.2.1 misho 542: device amdsbwd
543: device viawd
1.1 misho 544:
545: device disc
546: device edsc
547: device epair
548: device stf
549:
1.3.2.1 misho 550: device netmap
1.3 misho 551:
1.1 misho 552: options ACCEPT_FILTER_DATA
553: options ACCEPT_FILTER_DNS
554: options ACCEPT_FILTER_HTTP
555:
556: options ZERO_COPY_SOCKETS
557: options SW_WATCHDOG
1.3.2.1 misho 558:
559: options RACCT
560: options RCTL
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>