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