Annotation of elwix/config/ELWIX, revision 1.3.2.8

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

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