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