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