Annotation of elwix/config/ELWIX_amd64, revision 1.1.2.5
1.1.2.5 ! misho 1: # $Id: ELWIX_amd64,v 1.1.2.4 2016/12/22 14:23:21 misho Exp $
1.1.2.1 misho 2: # $FreeBSD: head/sys/amd64/conf/GENERIC 271137 2014-09-04 21:06:33Z markj $
3:
4: cpu HAMMER
5: ident ELWIX_amd64
6:
7: #include DEFAULTS
8:
9: hints "ELWIX_amd64.hints" # Default places to look for devices.
10:
11: options INIT_PATH=/sbin/initx:/sbin/init
12:
13: makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
14: #makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support
15:
16: options SCHED_ULE # ULE scheduler
17: options PREEMPTION # Enable kernel thread preemption
18: options INET # InterNETworking
19: options INET6 # IPv6 communications protocols
1.1.2.4 misho 20: options IPSEC # IP (v4/v6) security
1.1.2.1 misho 21: options TCP_OFFLOAD # TCP offload
1.1.2.4 misho 22: options TCP_HHOOK # hhook(9) framework for TCP
1.1.2.1 misho 23: options SCTP # Stream Control Transmission Protocol
24: options FFS # Berkeley Fast Filesystem
25: options SOFTUPDATES # Enable FFS soft updates support
26: options UFS_ACL # Support for access control lists
27: options UFS_DIRHASH # Improve performance on big directories
28: options UFS_GJOURNAL # Enable gjournal-based UFS journaling
29: options QUOTA # Enable disk quotas for UFS
30: options MD_ROOT # MD is a potential root device
1.1.2.4 misho 31: options NFSCL # Network Filesystem Client
32: options NFSD # Network Filesystem Server
1.1.2.1 misho 33: options NFSLOCKD # Network Lock Manager
34: options NFS_ROOT # NFS usable as /, requires NFSCL
35: options MSDOSFS # MSDOS Filesystem
36: options CD9660 # ISO 9660 Filesystem
37: options PROCFS # Process filesystem (requires PSEUDOFS)
38: options PSEUDOFS # Pseudo-filesystem framework
39: options GEOM_PART_GPT # GUID Partition Tables.
40: options GEOM_RAID # Soft RAID functionality.
41: options GEOM_LABEL # Provides labelization
1.1.2.4 misho 42: #options GEOM_GATE
1.1.2.5 ! misho 43: options GEOM_MAP
1.1.2.1 misho 44: options GEOM_UZIP
45: #device geom_redboot
46: device geom_map # to get access to the SPI flash partitions
1.1.2.5 ! misho 47: device geom_uzip # compressed in-memory filesystem support
1.1.2.1 misho 48: options GEOM_UNCOMPRESS
49: options GEOM_ELI
50: options GEOM_MIRROR
51: options GEOM_CONCAT
52: options GEOM_STRIPE
53: options GEOM_VIRSTOR
54: options GEOM_CACHE
55: options GEOM_MULTIPATH
1.1.2.5 ! misho 56: #options GEOM_LINUX_LVM # Linux LVM2 volumes
1.1.2.1 misho 57: options COMPAT_43TTY # BSD 4.3 TTY compat (sgtty)
58: options COMPAT_FREEBSD32 # Compatible with i386 binaries
59: options COMPAT_FREEBSD4 # Compatible with FreeBSD4
60: options COMPAT_FREEBSD5 # Compatible with FreeBSD5
61: options COMPAT_FREEBSD6 # Compatible with FreeBSD6
62: options COMPAT_FREEBSD7 # Compatible with FreeBSD7
1.1.2.4 misho 63: options COMPAT_FREEBSD9 # Compatible with FreeBSD9
64: options COMPAT_FREEBSD10 # Compatible with FreeBSD10
1.1.2.5 ! misho 65: options COMPAT_FREEBSD11 # Compatible with FreeBSD11
1.1.2.1 misho 66: options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
67: options KTRACE # ktrace(1) support
68: options STACK # stack(9) support
69: options SYSVSHM # SYSV-style shared memory
70: options SYSVMSG # SYSV-style message queues
71: options SYSVSEM # SYSV-style semaphores
72: options P1003_1B_MQUEUE
73: options P1003_1B_SEMAPHORES # POSIX-style semaphores
74: options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
75: options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
76: options KBD_INSTALL_CDEV # install a CDEV entry in /dev
77: options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
78: options AUDIT # Security event auditing
79: options CAPABILITY_MODE # Capsicum capability mode
80: options CAPABILITIES # Capsicum capabilities
81: options MAC # TrustedBSD MAC Framework
82: #options KDTRACE_FRAME # Ensure frames are compiled in
83: #options KDTRACE_HOOKS # Kernel DTrace hooks
84: #options DDB_CTF # Kernel ELF linker loads CTF data
1.1.2.4 misho 85: options INCLUDE_CONFIG_FILE # Include this file in kernel
86: options RACCT # Resource accounting framework
87: options RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default
88: options RCTL # Resource limits
1.1.2.1 misho 89: options FLOWTABLE # per-cpu routing cache
90:
91: # Debugging support. Always need this:
92: #options KDB # Enable kernel debugger support.
93: #options KDB_TRACE # Print a stack trace for a panic.
94: # For full debugger support use (turn off in stable branch):
1.1.2.4 misho 95: #options BUF_TRACKING # Track buffer history
1.1.2.1 misho 96: #options DDB # Support DDB.
1.1.2.4 misho 97: #options FULL_BUF_TRACKING # Track more buffer history
1.1.2.1 misho 98: #options GDB # Support remote GDB.
99: #options DEADLKRES # Enable the deadlock resolver
100: #options INVARIANTS # Enable calls of extra sanity checking
101: #options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
102: #options WITNESS # Enable checks to detect deadlocks and cycles
103: #options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
104: #options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
105:
106: # Make an SMP-capable kernel by default
107: options SMP # Symmetric MultiProcessor Kernel
1.1.2.4 misho 108: options DEVICE_NUMA # I/O Device Affinity
1.1.2.5 ! misho 109: options EARLY_AP_STARTUP
1.1.2.1 misho 110:
111: # CPU frequency control
112: device cpufreq
113:
114: # Bus support.
115: device acpi
116: options ACPI_DMAR
117: device pci
1.1.2.4 misho 118: options PCI_HP # PCI-Express native HotPlug
119: options PCI_IOV # PCI SR-IOV support
1.1.2.1 misho 120:
121: # Floppy drives
122: device fdc
123:
124: # ATA controllers
1.1.2.4 misho 125: device ahci # AHCI-compatible SATA controllers
126: device ata # Legacy ATA/SATA controllers
127: device mvs # Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA
128: device siis # SiliconImage SiI3124/SiI3132/SiI3531 SATA
1.1.2.1 misho 129:
130: # SCSI Controllers
1.1.2.4 misho 131: device ahc # AHA2940 and onboard AIC7xxx devices
1.1.2.1 misho 132: options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
133: # output. Adds ~128k to driver.
1.1.2.4 misho 134: device ahd # AHA39320/29320 and onboard AIC79xx devices
1.1.2.1 misho 135: options AHD_REG_PRETTY_PRINT # Print register bitfields in debug
136: # output. Adds ~215k to driver.
1.1.2.4 misho 137: device esp # AMD Am53C974 (Tekram DC-390(T))
138: device hptiop # Highpoint RocketRaid 3xxx series
139: device isp # Qlogic family
140: #device ispfw # Firmware for QLogic HBAs- normally a module
141: device mpt # LSI-Logic MPT-Fusion
142: device mps # LSI-Logic MPT-Fusion 2
143: device mpr # LSI-Logic MPT-Fusion 3
144: #device ncr # NCR/Symbios Logic
145: device sym # NCR/Symbios Logic (newer chipsets + those of `ncr')
146: device trm # Tekram DC395U/UW/F DC315U adapters
147:
148: device adv # Advansys SCSI adapters
149: device adw # Advansys wide SCSI adapters
150: device aic # Adaptec 15[012]x SCSI adapters, AIC-6[23]60.
151: device bt # Buslogic/Mylex MultiMaster SCSI adapters
152: device isci # Intel C600 SAS controller
1.1.2.1 misho 153:
154: # ATA/SCSI peripherals
1.1.2.4 misho 155: device scbus # SCSI bus (required for ATA/SCSI)
156: device ch # SCSI media changers
157: device da # Direct Access (disks)
158: device sa # Sequential Access (tape etc)
159: device cd # CD
160: device pass # Passthrough device (direct ATA/SCSI access)
161: device ses # Enclosure Services (SES and SAF-TE)
162: #device ctl # CAM Target Layer
1.1.2.1 misho 163:
164: # RAID controllers interfaced to the SCSI subsystem
1.1.2.4 misho 165: device amr # AMI MegaRAID
166: device arcmsr # Areca SATA II RAID
167: device ciss # Compaq Smart RAID 5*
168: device dpt # DPT Smartcache III, IV - See NOTES for options
169: device hptmv # Highpoint RocketRAID 182x
170: device hptnr # Highpoint DC7280, R750
171: device hptrr # Highpoint RocketRAID 17xx, 22xx, 23xx, 25xx
172: device hpt27xx # Highpoint RocketRAID 27xx
173: device iir # Intel Integrated RAID
174: device ips # IBM (Adaptec) ServeRAID
175: device mly # Mylex AcceleRAID/eXtremeRAID
176: device twa # 3ware 9000 series PATA/SATA RAID
177: device tws # LSI 3ware 9750 SATA+SAS 6Gb/s RAID controller
1.1.2.1 misho 178:
179: # RAID controllers
1.1.2.4 misho 180: device aac # Adaptec FSA RAID
181: device aacp # SCSI passthrough for aac (requires CAM)
182: device aacraid # Adaptec by PMC RAID
183: device ida # Compaq Smart RAID
184: device mfi # LSI MegaRAID SAS
185: device mlx # Mylex DAC960 family
186: device mrsas # LSI/Avago MegaRAID SAS/SATA, 6Gb/s and 12Gb/s
187: device pmspcv # PMC-Sierra SAS/SATA Controller driver
1.1.2.1 misho 188: #XXX pointer/int warnings
189: #device pst # Promise Supertrak SX6000
1.1.2.4 misho 190: device twe # 3ware ATA RAID
191:
192: # NVM Express (NVMe) support
193: device nvme # base NVMe driver
194: device nvd # expose NVMe namespaces as disks, depends on nvme
1.1.2.1 misho 195:
196: # atkbdc0 controls both the keyboard and the PS/2 mouse
1.1.2.4 misho 197: device atkbdc # AT keyboard controller
198: device atkbd # AT keyboard
199: device psm # PS/2 mouse
1.1.2.1 misho 200:
1.1.2.4 misho 201: device kbdmux # keyboard multiplexer
1.1.2.1 misho 202:
1.1.2.4 misho 203: device vga # VGA video card driver
204: options VESA # Add support for VESA BIOS Extensions (VBE)
1.1.2.1 misho 205:
1.1.2.4 misho 206: device splash # Splash screen and screen saver support
1.1.2.1 misho 207:
208: # syscons is the default console driver, resembling an SCO console
209: device sc
1.1.2.4 misho 210: options SC_PIXEL_MODE # add support for the raster text mode
1.1.2.1 misho 211:
212: # vt is the new video console driver
213: device vt
214: device vt_vga
215: device vt_efifb
216:
217: device agp # support several AGP chipsets
218:
219: # PCCARD (PCMCIA) support
220: # PCMCIA and cardbus bridge support
1.1.2.4 misho 221: device cbb # cardbus (yenta) bridge
222: device pccard # PC Card (16-bit) bus
223: device cardbus # CardBus (32-bit) bus
1.1.2.1 misho 224:
225: # Serial (COM) ports
1.1.2.4 misho 226: device uart # Generic UART driver
1.1.2.1 misho 227:
228: # Parallel port
229: device ppc
1.1.2.4 misho 230: device ppbus # Parallel port bus (required)
231: device lpt # Printer
232: device ppi # Parallel port interface device
233: #device vpo # Requires scbus and da
1.1.2.1 misho 234:
1.1.2.4 misho 235: device puc # Multi I/O cards and multi-channel UARTs
1.1.2.1 misho 236:
237: # PCI Ethernet NICs.
1.1.2.4 misho 238: device bxe # Broadcom NetXtreme II BCM5771X/BCM578XX 10GbE
239: device de # DEC/Intel DC21x4x (``Tulip'')
240: device em # Intel PRO/1000 Gigabit Ethernet Family
241: device igb # Intel PRO/1000 PCIE Server Gigabit Family
242: device ix # Intel PRO/10GbE PCIE PF Ethernet
243: device ixv # Intel PRO/10GbE PCIE VF Ethernet
244: device ixl # Intel XL710 40Gbe PCIE Ethernet
245: device ixlv # Intel XL710 40Gbe VF PCIE Ethernet
246: device le # AMD Am7900 LANCE and Am79C9xx PCnet
247: device ti # Alteon Networks Tigon I/II gigabit Ethernet
248: device txp # 3Com 3cR990 (``Typhoon'')
249: device vx # 3Com 3c590, 3c595 (``Vortex'')
1.1.2.1 misho 250:
251: # PCI Ethernet NICs that use the common MII bus controller code.
252: # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
1.1.2.4 misho 253: device miibus # MII bus support
254: device ae # Attansic/Atheros L2 FastEthernet
255: device age # Attansic/Atheros L1 Gigabit Ethernet
256: device alc # Atheros AR8131/AR8132 Ethernet
257: device ale # Atheros AR8121/AR8113/AR8114 Ethernet
258: device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet
259: device bfe # Broadcom BCM440x 10/100 Ethernet
260: device bge # Broadcom BCM570xx Gigabit Ethernet
261: #device cas # Sun Cassini/Cassini+ and NS DP83065 Saturn
262: device dc # DEC/Intel 21143 and various workalikes
263: device et # Agere ET1310 10/100/Gigabit Ethernet
264: device fxp # Intel EtherExpress PRO/100B (82557, 82558)
265: #device gem # Sun GEM/Sun ERI/Apple GMAC
266: #device hme # Sun HME (Happy Meal Ethernet)
267: device jme # JMicron JMC250 Gigabit/JMC260 Fast Ethernet
268: device lge # Level 1 LXT1001 gigabit Ethernet
269: device msk # Marvell/SysKonnect Yukon II Gigabit Ethernet
270: device nfe # nVidia nForce MCP on-board Ethernet
271: device nge # NatSemi DP83820 gigabit Ethernet
272: device pcn # AMD Am79C97x PCI 10/100 (precedence over 'le')
273: device re # RealTek 8139C+/8169/8169S/8110S
274: device rl # RealTek 8129/8139
275: device sf # Adaptec AIC-6915 (``Starfire'')
276: device sge # Silicon Integrated Systems SiS190/191
277: device sis # Silicon Integrated Systems SiS 900/SiS 7016
278: device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet
279: device ste # Sundance ST201 (D-Link DFE-550TX)
280: device stge # Sundance/Tamarack TC9021 gigabit Ethernet
281: device tl # Texas Instruments ThunderLAN
282: device tx # SMC EtherPower II (83c170 ``EPIC'')
283: device vge # VIA VT612x gigabit Ethernet
284: device vr # VIA Rhine, Rhine II
285: device wb # Winbond W89C840F
286: device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
1.1.2.1 misho 287:
288: # ISA Ethernet NICs. pccard NICs included.
289: device cs # Crystal Semiconductor CS89x0 NIC
290: # 'device ed' requires 'device miibus'
291: device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards
292: device ex # Intel EtherExpress Pro/10 and Pro/10+
293: device ep # Etherlink III based cards
294: device fe # Fujitsu MB8696x based cards
295: device sn # SMC's 9000 series of Ethernet chips
296: device xe # Xircom pccard Ethernet
297:
298: options XBONEHACK
299: options WLCACHE
300: device wlan_acl
301: device wlan_xauth
302: device wlan_rssadapt
303: #options AH_RXCFG_SDMAMW_4BYTES
304: #options ATH_EEPROM_FIRMWARE # Use EEPROM from flash
305: options ALQ
306: options IEEE80211_ALQ
307: options IEEE80211_SUPPORT_TDMA
308: options IEEE80211_SUPPORT_SUPERG
309: # Wireless NIC cards
1.1.2.4 misho 310: device wlan # 802.11 support
311: options IEEE80211_DEBUG # enable debug msgs
312: options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
1.1.2.1 misho 313: options IEEE80211_SUPPORT_MESH # enable 802.11s draft support
1.1.2.4 misho 314: device wlan_wep # 802.11 WEP support
315: device wlan_ccmp # 802.11 CCMP support
316: device wlan_tkip # 802.11 TKIP support
317: device wlan_amrr # AMRR transmit rate control algorithm
318: device an # Aironet 4500/4800 802.11 wireless NICs.
319: device ath # Atheros NICs
320: device ath_pci # Atheros pci/cardbus glue
321: device ath_hal # pci/cardbus chip support
1.1.2.1 misho 322: options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors
1.1.2.4 misho 323: options AH_AR5416_INTERRUPT_MITIGATION # AR5416 interrupt mitigation
324: options ATH_ENABLE_11N # Enable 802.11n support for AR5416 and later
325: device ath_rate_sample # SampleRate tx rate control for ath
326: device bwi # Broadcom BCM430x/BCM431x wireless NICs.
327: device bwn # Broadcom BCM43xx wireless NICs.
328: device ipw # Intel 2100 wireless NICs.
329: device iwi # Intel 2200BG/2225BG/2915ABG wireless NICs.
330: device iwn # Intel 4965/1000/5000/6000 wireless NICs.
331: device malo # Marvell Libertas wireless NICs.
332: device mwl # Marvell 88W8363 802.11n wireless NICs.
333: device ral # Ralink Technology RT2500 wireless NICs.
334: device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
335: device wpi # Intel 3945ABG wireless NICs.
1.1.2.1 misho 336:
337: device iwifw
338: device ipwfw
339: device iwnfw
340: device mwlfw
341: device wpifw
342:
343: # Pseudo devices.
1.1.2.4 misho 344: device loop # Network loopback
345: device random # Entropy device
346: device padlock_rng # VIA Padlock RNG
347: device rdrand_rng # Intel Bull Mountain RNG
348: device ether # Ethernet support
349: device vlan # 802.1Q VLAN support
350: device tun # Packet tunnel.
351: device md # Memory "disks"
352: device gif # IPv6 and IPv4 tunneling
353: device firmware # firmware assist module
1.1.2.1 misho 354:
355: # The `bpf' device enables the Berkeley Packet Filter.
356: # Be aware of the administrative consequences of enabling this!
357: # Note that 'bpf' is required for DHCP.
1.1.2.4 misho 358: device bpf # Berkeley packet filter
1.1.2.1 misho 359:
360: # USB support
1.1.2.4 misho 361: #options USB_DEBUG # enable debug msgs
362: device uhci # UHCI PCI->USB interface
363: device ohci # OHCI PCI->USB interface
364: device ehci # EHCI PCI->USB interface (USB 2.0)
365: device xhci # XHCI PCI->USB interface (USB 3.0)
366: device usb # USB Bus (required)
367: device ukbd # Keyboard
368: device umass # Disks/Mass storage - Requires scbus and da
369:
1.1.2.1 misho 370: # USB Serial devices
371: device u3g # USB-based 3G modems (Option, Huawei, Sierra)
372: device uark # Technologies ARK3116 based serial adapters
373: device ubsa # Belkin F5U103 and compatible serial adapters
374: device uftdi # For FTDI usb serial adapters
375: device uipaq # Some WinCE based devices
376: device uplcom # Prolific PL-2303 serial adapters
377: device uslcom # SI Labs CP2101/CP2102 serial adapters
378: device uvisor # Visor and Palm devices
379: device uvscom # USB serial support for DDI pocket's PHS
380: # USB Ethernet, requires miibus
381: device aue # ADMtek USB Ethernet
382: device axe # ASIX Electronics USB Ethernet
383: device cdce # Generic USB over Ethernet
384: device cue # CATC USB Ethernet
385: device kue # Kawasaki LSI USB Ethernet
386: device rue # RealTek RTL8150 USB Ethernet
387: device udav # Davicom DM9601E USB
388: # USB Wireless
389: device rum # Ralink Technology RT2501USB wireless NICs
390: device run # Ralink Technology RT2700/RT2800/RT3000 NICs.
391: device uath # Atheros AR5523 wireless NICs
392: device upgt # Conexant/Intersil PrismGT wireless NICs.
393: device ural # Ralink Technology RT2500USB wireless NICs
394: device urtw # Realtek RTL8187B/L wireless NICs
395: device zyd # ZyDAS zd1211/zd1211b wireless NICs
396:
397: device ucom
398: device umcs
399:
400: # FireWire support
401: device firewire # FireWire bus code
402: # sbp(4) works for some systems but causes boot failure on others
403: #device sbp # SCSI over FireWire (Requires scbus and da)
404: device fwe # Ethernet over FireWire (non-standard!)
405: device fwip # IP over FireWire (RFC 2734,3146)
406: device dcons # Dumb console driver
407: device dcons_crom # Configuration ROM for dcons
408:
409: # Sound support
1.1.2.4 misho 410: device sound # Generic sound driver (required)
411: device snd_cmi # CMedia CMI8338/CMI8738
412: device snd_csa # Crystal Semiconductor CS461x/428x
413: device snd_emu10kx # Creative SoundBlaster Live! and Audigy
414: device snd_es137x # Ensoniq AudioPCI ES137x
415: device snd_hda # Intel High Definition Audio
416: device snd_ich # Intel, NVidia and other ICH AC'97 Audio
417: device snd_via8233 # VIA VT8233x Audio
1.1.2.1 misho 418:
419: # MMC/SD
1.1.2.4 misho 420: device mmc # MMC/SD bus
421: device mmcsd # MMC/SD memory card
422: device sdhci # Generic PCI SD Host Controller
1.1.2.1 misho 423:
424: # VirtIO support
1.1.2.4 misho 425: device virtio # Generic VirtIO bus (required)
426: device virtio_pci # VirtIO PCI device
427: device vtnet # VirtIO Ethernet device
428: device virtio_blk # VirtIO Block device
429: device virtio_scsi # VirtIO SCSI device
430: device virtio_balloon # VirtIO Memory Balloon device
1.1.2.1 misho 431:
1.1.2.4 misho 432: # HyperV drivers and enhancement support
433: device hyperv # HyperV drivers
1.1.2.1 misho 434:
435: # Xen HVM Guest Optimizations
436: # NOTE: XENHVM depends on xenpci. They must be added or removed together.
1.1.2.4 misho 437: options XENHVM # Xen HVM kernel infrastructure
438: device xenpci # Xen HVM Hypervisor services driver
1.1.2.1 misho 439:
440: # VMware support
1.1.2.4 misho 441: device vmx # VMware VMXNET3 Ethernet
1.1.2.1 misho 442:
443: ### ELWIX Additional custom settings ...
444:
445: #device iscsi_initiator
446:
447: device if_bridge
448: device tap
449: device gre
450: device lagg
451: device carp
452:
453: device siba_bwn
454:
455: #options NDISAPI
456: #device ndis
457:
458: device pf
459: device pflog
460: device pfsync
461:
462: device hifn
463: device enc
464: device crypto
465: device cryptodev
466: options IPSEC
467: options IPSEC_NAT_T
468: options IPSEC_FILTERTUNNEL
469:
470: options ALTQ
471: options ALTQ_CBQ
472: options ALTQ_HFSC
473: options ALTQ_PRIQ
474: options ALTQ_CDNR
475: options ALTQ_RED
476: options ALTQ_RIO
477:
478: options MROUTING
479: options RADIX_MPATH
480: options PPS_SYNC
481: options DEVICE_POLLING
482: options HZ=1000
483:
484: options IPFIREWALL
485: options IPFIREWALL_VERBOSE
486: options IPFIREWALL_VERBOSE_LIMIT=100
487: options IPFIREWALL_DEFAULT_TO_ACCEPT
488: options IPFIREWALL_NAT
489: options LIBALIAS
490: options IPDIVERT
491: options IPSTEALTH
492: options DUMMYNET
493:
494: options NETGRAPH
495: options NETGRAPH_ETHER
496: options NETGRAPH_SOCKET
497: options NETGRAPH_PPPOE
498: options NETGRAPH_KSOCKET
499: options NETGRAPH_PPTPGRE
500: options NETGRAPH_L2TP
501: options NETGRAPH_ECHO
502: options NETGRAPH_FRAME_RELAY
503: options NETGRAPH_LMI
504: options NETGRAPH_TTY
505: options NETGRAPH_CISCO
506: ##options NETGRAPH_MPPC_COMPRESSION
507: options NETGRAPH_MPPC_ENCRYPTION
508: options NETGRAPH_PPP
509: options NETGRAPH_VJC
510: options NETGRAPH_UI
511: options NETGRAPH_TCPMSS
512: options NETGRAPH_DEFLATE
513: options NETGRAPH_PRED1
514: options NETGRAPH_RFC1490
515: options NETGRAPH_SPPP
516: options NETGRAPH_TAG
517: options NETGRAPH_IPFW
518: options NETGRAPH_IFACE
519: options NETGRAPH_EIFACE
520: options NETGRAPH_TEE
521: options NETGRAPH_ASYNC
522: options NETGRAPH_SPLIT
523: options NETGRAPH_HOLE
524: options NETGRAPH_ONE2MANY
525: options NETGRAPH_NETFLOW
526: options NETGRAPH_BPF
527: options NETGRAPH_GIF
528: options NETGRAPH_GIF_DEMUX
529: options NETGRAPH_BRIDGE
530: options NETGRAPH_VLAN
531: options NETGRAPH_PIPE
532: options NETGRAPH_CAR
533:
534: options NULLFS
535: options UNIONFS
536: options TMPFS
537:
538: options VFS_AIO
539:
540: device ic
541: device iic
542: device iicsmb
543: #device iicoc # OpenCores I2C controller support
544: device smb
545: device smbus
546: device iicbus
547: device iicbb
548: device bktr
549: options BKTR_NEW_MSP34XX_DRIVER
550: options BKTR_KODICOM_MUX
551: device speaker
552:
553: device ds133x
554: device ds1374
555: device ds1672
556:
557: device intpm
558: device alpm
559: device ichsmb
560: device viapm
561: device amdpm
562: device amdsmb
563: device nfpm
564: device nfsmb
565:
566: device ipmi
567: device pcf
568:
569: device gpio
570: device gpioled
571: device gpioiic
572:
573: options ENABLE_ALART # Control alarm on Intel intpm driver
574: options PANIC_REBOOT_WAIT_TIME=10
575: device coretemp
576: device cpuctl
577: device nvram
578: device ichwd
579: device amdsbwd
580: device viawd
581: device wbwd
582:
583: #device disc
584: #device edsc
585: options VIMAGE
586: device epair
587: device stf
588:
589: # NETMAP subsystem
590: #device netmap
591:
592: device rlswitch
593:
594: options ACCEPT_FILTER_DATA
595: options ACCEPT_FILTER_DNS
596: options ACCEPT_FILTER_HTTP
597:
598: options SW_WATCHDOG
599:
600: device etherswitch
601: device rtl8366rb
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>