Annotation of elwix/config/ELWIX, revision 1.3.2.11

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>