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