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