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