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