Annotation of elwix/config/ELWIX_amd64, revision 1.2.2.1

1.2.2.1 ! misho       1: # $Id: ELWIX_amd64,v 1.2 2017/02/13 16:52:46 misho Exp $
1.2       misho       2: # $FreeBSD: head/sys/amd64/conf/GENERIC 271137 2014-09-04 21:06:33Z markj $
                      3: 
                      4: cpu            HAMMER
                      5: ident          ELWIX_amd64
                      6: 
                      7: #include               DEFAULTS
                      8: 
                      9: hints          "ELWIX_amd64.hints"     # Default places to look for devices.
                     10: 
                     11: options        INIT_PATH=/sbin/initx:/sbin/init
                     12: 
                     13: makeoptions    DEBUG=-g                # Build kernel with gdb(1) debug symbols
1.2.2.1 ! misho      14: makeoptions    WITH_CTF=1              # Run ctfconvert(1) for DTrace support
1.2       misho      15: 
                     16: options        SCHED_ULE               # ULE scheduler
                     17: options        PREEMPTION              # Enable kernel thread preemption
                     18: options        INET                    # InterNETworking
                     19: options        INET6                   # IPv6 communications protocols
                     20: options        IPSEC                   # IP (v4/v6) security
                     21: options        TCP_OFFLOAD             # TCP offload
                     22: options        TCP_HHOOK               # hhook(9) framework for TCP
                     23: options        SCTP                    # Stream Control Transmission Protocol
                     24: options        FFS                     # Berkeley Fast Filesystem
                     25: options        SOFTUPDATES             # Enable FFS soft updates support
                     26: options        UFS_ACL                 # Support for access control lists
                     27: options        UFS_DIRHASH             # Improve performance on big directories
                     28: options        UFS_GJOURNAL            # Enable gjournal-based UFS journaling
                     29: options        QUOTA                   # Enable disk quotas for UFS
                     30: options        MD_ROOT                 # MD is a potential root device
                     31: options        NFSCL                   # Network Filesystem Client
                     32: options        NFSD                    # Network Filesystem Server
                     33: options        NFSLOCKD                # Network Lock Manager
                     34: options        NFS_ROOT                # NFS usable as /, requires NFSCL
                     35: options        MSDOSFS                 # MSDOS Filesystem
                     36: options        CD9660                  # ISO 9660 Filesystem
                     37: options        PROCFS                  # Process filesystem (requires PSEUDOFS)
                     38: options        PSEUDOFS                # Pseudo-filesystem framework
                     39: options        GEOM_PART_GPT           # GUID Partition Tables.
                     40: options        GEOM_RAID               # Soft RAID functionality.
                     41: options        GEOM_LABEL              # Provides labelization
                     42: #options       GEOM_GATE
                     43: options        GEOM_MAP
                     44: options        GEOM_UZIP
                     45: #device                geom_redboot
                     46: device         geom_map        # to get access to the SPI flash partitions
                     47: device         geom_uzip       # compressed in-memory filesystem support
                     48: options         GEOM_ELI
                     49: options         GEOM_MIRROR
                     50: options                GEOM_CONCAT
                     51: options                GEOM_STRIPE
                     52: options                GEOM_VIRSTOR
                     53: options                GEOM_CACHE
                     54: options                GEOM_MULTIPATH
                     55: #options       GEOM_LINUX_LVM          # Linux LVM2 volumes
                     56: options        COMPAT_43TTY            # BSD 4.3 TTY compat (sgtty)
                     57: options        COMPAT_FREEBSD32        # Compatible with i386 binaries
                     58: options        COMPAT_FREEBSD4         # Compatible with FreeBSD4
                     59: options        COMPAT_FREEBSD5         # Compatible with FreeBSD5
                     60: options        COMPAT_FREEBSD6         # Compatible with FreeBSD6
                     61: options        COMPAT_FREEBSD7         # Compatible with FreeBSD7
                     62: options        COMPAT_FREEBSD9         # Compatible with FreeBSD9
                     63: options        COMPAT_FREEBSD10        # Compatible with FreeBSD10
                     64: options        COMPAT_FREEBSD11        # Compatible with FreeBSD11
                     65: options        SCSI_DELAY=5000         # Delay (in ms) before probing SCSI
                     66: options        KTRACE                  # ktrace(1) support
                     67: options        STACK                   # stack(9) support
                     68: options        SYSVSHM                 # SYSV-style shared memory
                     69: options        SYSVMSG                 # SYSV-style message queues
                     70: options        SYSVSEM                 # SYSV-style semaphores
                     71: options        P1003_1B_MQUEUE
                     72: options        P1003_1B_SEMAPHORES     # POSIX-style semaphores
                     73: options        _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
                     74: options        PRINTF_BUFR_SIZE=128    # Prevent printf output being interspersed.
                     75: options        KBD_INSTALL_CDEV        # install a CDEV entry in /dev
                     76: options        HWPMC_HOOKS             # Necessary kernel hooks for hwpmc(4)
                     77: options        AUDIT                   # Security event auditing
                     78: options        CAPABILITY_MODE         # Capsicum capability mode
                     79: options        CAPABILITIES            # Capsicum capabilities
                     80: options        MAC                     # TrustedBSD MAC Framework
                     81: #options       KDTRACE_FRAME           # Ensure frames are compiled in
                     82: #options       KDTRACE_HOOKS           # Kernel DTrace hooks
                     83: #options       DDB_CTF                 # Kernel ELF linker loads CTF data
                     84: options        INCLUDE_CONFIG_FILE     # Include this file in kernel
                     85: options        RACCT                   # Resource accounting framework
                     86: options        RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default
                     87: options        RCTL                    # Resource limits
                     88: options        FLOWTABLE               # per-cpu routing cache
                     89: 
                     90: # Debugging support.  Always need this:
1.2.2.1 ! misho      91: options        KDB                     # Enable kernel debugger support.
        !            92: options        KDB_TRACE               # Print a stack trace for a panic.
1.2       misho      93: # For full debugger support use (turn off in stable branch):
                     94: #options       BUF_TRACKING            # Track buffer history
1.2.2.1 ! misho      95: options        DDB                     # Support DDB.
1.2       misho      96: #options       FULL_BUF_TRACKING       # Track more buffer history
1.2.2.1 ! misho      97: options        GDB                     # Support remote GDB.
1.2       misho      98: #options       DEADLKRES               # Enable the deadlock resolver
                     99: #options       INVARIANTS              # Enable calls of extra sanity checking
                    100: #options       INVARIANT_SUPPORT       # Extra sanity checks of internal structures, required by INVARIANTS
                    101: #options       WITNESS                 # Enable checks to detect deadlocks and cycles
                    102: #options       WITNESS_SKIPSPIN        # Don't run witness on spinlocks for speed
                    103: #options       MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
                    104: 
                    105: # Make an SMP-capable kernel by default
                    106: options        SMP                     # Symmetric MultiProcessor Kernel
                    107: options        DEVICE_NUMA             # I/O Device Affinity
                    108: options        EARLY_AP_STARTUP
                    109: 
                    110: # CPU frequency control
                    111: device         cpufreq
                    112: 
                    113: # Bus support.
                    114: device         acpi
                    115: options        ACPI_DMAR
                    116: device         pci
                    117: options        PCI_HP                  # PCI-Express native HotPlug
                    118: options                PCI_IOV                 # PCI SR-IOV support
                    119: 
                    120: # Floppy drives
                    121: device         fdc
                    122: 
                    123: # ATA controllers
                    124: device         ahci                    # AHCI-compatible SATA controllers
                    125: device         ata                     # Legacy ATA/SATA controllers
                    126: device         mvs                     # Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA
                    127: device         siis                    # SiliconImage SiI3124/SiI3132/SiI3531 SATA
                    128: 
                    129: # SCSI Controllers
                    130: device         ahc                     # AHA2940 and onboard AIC7xxx devices
                    131: options        AHC_REG_PRETTY_PRINT    # Print register bitfields in debug
                    132:                                        # output.  Adds ~128k to driver.
                    133: device         ahd                     # AHA39320/29320 and onboard AIC79xx devices
                    134: options        AHD_REG_PRETTY_PRINT    # Print register bitfields in debug
                    135:                                        # output.  Adds ~215k to driver.
                    136: device         esp                     # AMD Am53C974 (Tekram DC-390(T))
                    137: device         hptiop                  # Highpoint RocketRaid 3xxx series
                    138: device         isp                     # Qlogic family
                    139: #device                ispfw                   # Firmware for QLogic HBAs- normally a module
                    140: device         mpt                     # LSI-Logic MPT-Fusion
                    141: device         mps                     # LSI-Logic MPT-Fusion 2
                    142: device         mpr                     # LSI-Logic MPT-Fusion 3
                    143: #device                ncr                     # NCR/Symbios Logic
                    144: device         sym                     # NCR/Symbios Logic (newer chipsets + those of `ncr')
                    145: device         trm                     # Tekram DC395U/UW/F DC315U adapters
                    146: 
                    147: device         adv                     # Advansys SCSI adapters
                    148: device         adw                     # Advansys wide SCSI adapters
                    149: device         aic                     # Adaptec 15[012]x SCSI adapters, AIC-6[23]60.
                    150: device         bt                      # Buslogic/Mylex MultiMaster SCSI adapters
                    151: device         isci                    # Intel C600 SAS controller
                    152: 
                    153: # ATA/SCSI peripherals
                    154: device         scbus                   # SCSI bus (required for ATA/SCSI)
1.2.2.1 ! misho     155: #device                ch                      # SCSI media changers
1.2       misho     156: device         da                      # Direct Access (disks)
                    157: device         sa                      # Sequential Access (tape etc)
                    158: device         cd                      # CD
                    159: device         pass                    # Passthrough device (direct ATA/SCSI access)
                    160: device         ses                     # Enclosure Services (SES and SAF-TE)
                    161: #device                ctl                     # CAM Target Layer
                    162: 
                    163: # RAID controllers interfaced to the SCSI subsystem
                    164: device         amr                     # AMI MegaRAID
                    165: device         arcmsr                  # Areca SATA II RAID
                    166: device         ciss                    # Compaq Smart RAID 5*
                    167: device         dpt                     # DPT Smartcache III, IV - See NOTES for options
                    168: device         hptmv                   # Highpoint RocketRAID 182x
                    169: device         hptnr                   # Highpoint DC7280, R750
                    170: device         hptrr                   # Highpoint RocketRAID 17xx, 22xx, 23xx, 25xx
                    171: device         hpt27xx                 # Highpoint RocketRAID 27xx
                    172: device         iir                     # Intel Integrated RAID
                    173: device         ips                     # IBM (Adaptec) ServeRAID
                    174: device         mly                     # Mylex AcceleRAID/eXtremeRAID
                    175: device         twa                     # 3ware 9000 series PATA/SATA RAID
                    176: device         tws                     # LSI 3ware 9750 SATA+SAS 6Gb/s RAID controller
                    177: 
                    178: # RAID controllers
                    179: device         aac                     # Adaptec FSA RAID
                    180: device         aacp                    # SCSI passthrough for aac (requires CAM)
                    181: device         aacraid                 # Adaptec by PMC RAID
                    182: device         ida                     # Compaq Smart RAID
                    183: device         mfi                     # LSI MegaRAID SAS
                    184: device         mlx                     # Mylex DAC960 family
                    185: device         mrsas                   # LSI/Avago MegaRAID SAS/SATA, 6Gb/s and 12Gb/s
                    186: device         pmspcv                  # PMC-Sierra SAS/SATA Controller driver
                    187: #XXX pointer/int warnings
                    188: #device                pst                     # Promise Supertrak SX6000
                    189: device         twe                     # 3ware ATA RAID
                    190: 
                    191: # NVM Express (NVMe) support
                    192: device         nvme                    # base NVMe driver
                    193: device         nvd                     # expose NVMe namespaces as disks, depends on nvme
                    194: 
                    195: # atkbdc0 controls both the keyboard and the PS/2 mouse
                    196: device         atkbdc                  # AT keyboard controller
                    197: device         atkbd                   # AT keyboard
                    198: device         psm                     # PS/2 mouse
                    199: 
                    200: device         kbdmux                  # keyboard multiplexer
                    201: 
                    202: device         vga                     # VGA video card driver
                    203: options        VESA                    # Add support for VESA BIOS Extensions (VBE)
                    204: 
                    205: device         splash                  # Splash screen and screen saver support
                    206: 
                    207: # syscons is the default console driver, resembling an SCO console
                    208: device         sc
                    209: options        SC_PIXEL_MODE           # add support for the raster text mode
                    210: 
                    211: # vt is the new video console driver
                    212: device         vt
                    213: device         vt_vga
                    214: device         vt_efifb
                    215: 
                    216: device         agp                     # support several AGP chipsets
                    217: 
                    218: # PCCARD (PCMCIA) support
                    219: # PCMCIA and cardbus bridge support
                    220: device         cbb                     # cardbus (yenta) bridge
                    221: device         pccard                  # PC Card (16-bit) bus
                    222: device         cardbus                 # CardBus (32-bit) bus
                    223: 
                    224: # Serial (COM) ports
                    225: device         uart                    # Generic UART driver
                    226: 
                    227: # Parallel port
                    228: device         ppc
                    229: device         ppbus                   # Parallel port bus (required)
                    230: device         lpt                     # Printer
                    231: device         ppi                     # Parallel port interface device
                    232: #device                vpo                     # Requires scbus and da
                    233: 
                    234: device         puc                     # Multi I/O cards and multi-channel UARTs
                    235: 
                    236: # PCI Ethernet NICs.
                    237: device         bxe                     # Broadcom NetXtreme II BCM5771X/BCM578XX 10GbE
                    238: device         de                      # DEC/Intel DC21x4x (``Tulip'')
                    239: device         em                      # Intel PRO/1000 Gigabit Ethernet Family
                    240: device         ix                      # Intel PRO/10GbE PCIE PF Ethernet
                    241: device         ixv                     # Intel PRO/10GbE PCIE VF Ethernet
                    242: device         ixl                     # Intel XL710 40Gbe PCIE Ethernet
1.2.2.1 ! misho     243: options                IXL_IW                  # Enable iWARP Client Interface in ixl(4)
1.2       misho     244: device         ixlv                    # Intel XL710 40Gbe VF PCIE Ethernet
                    245: device         le                      # AMD Am7900 LANCE and Am79C9xx PCnet
                    246: device         ti                      # Alteon Networks Tigon I/II gigabit Ethernet
                    247: device         txp                     # 3Com 3cR990 (``Typhoon'')
                    248: device         vx                      # 3Com 3c590, 3c595 (``Vortex'')
                    249: 
                    250: # PCI Ethernet NICs that use the common MII bus controller code.
                    251: # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
                    252: device         miibus                  # MII bus support
                    253: device         ae                      # Attansic/Atheros L2 FastEthernet
                    254: device         age                     # Attansic/Atheros L1 Gigabit Ethernet
                    255: device         alc                     # Atheros AR8131/AR8132 Ethernet
                    256: device         ale                     # Atheros AR8121/AR8113/AR8114 Ethernet
                    257: device         bce                     # Broadcom BCM5706/BCM5708 Gigabit Ethernet
                    258: device         bfe                     # Broadcom BCM440x 10/100 Ethernet
                    259: device         bge                     # Broadcom BCM570xx Gigabit Ethernet
                    260: #device                cas                     # Sun Cassini/Cassini+ and NS DP83065 Saturn
                    261: device         dc                      # DEC/Intel 21143 and various workalikes
                    262: device         et                      # Agere ET1310 10/100/Gigabit Ethernet
                    263: device         fxp                     # Intel EtherExpress PRO/100B (82557, 82558)
                    264: #device                gem                     # Sun GEM/Sun ERI/Apple GMAC
                    265: #device                hme                     # Sun HME (Happy Meal Ethernet)
                    266: device         jme                     # JMicron JMC250 Gigabit/JMC260 Fast Ethernet
                    267: device         lge                     # Level 1 LXT1001 gigabit Ethernet
                    268: device         msk                     # Marvell/SysKonnect Yukon II Gigabit Ethernet
                    269: device         nfe                     # nVidia nForce MCP on-board Ethernet
                    270: device         nge                     # NatSemi DP83820 gigabit Ethernet
                    271: device         pcn                     # AMD Am79C97x PCI 10/100 (precedence over 'le')
                    272: device         re                      # RealTek 8139C+/8169/8169S/8110S
                    273: device         rl                      # RealTek 8129/8139
                    274: device         sf                      # Adaptec AIC-6915 (``Starfire'')
                    275: device         sge                     # Silicon Integrated Systems SiS190/191
                    276: device         sis                     # Silicon Integrated Systems SiS 900/SiS 7016
                    277: device         sk                      # SysKonnect SK-984x & SK-982x gigabit Ethernet
                    278: device         ste                     # Sundance ST201 (D-Link DFE-550TX)
                    279: device         stge                    # Sundance/Tamarack TC9021 gigabit Ethernet
                    280: device         tl                      # Texas Instruments ThunderLAN
                    281: device         tx                      # SMC EtherPower II (83c170 ``EPIC'')
                    282: device         vge                     # VIA VT612x gigabit Ethernet
                    283: device         vr                      # VIA Rhine, Rhine II
                    284: device         wb                      # Winbond W89C840F
                    285: device         xl                      # 3Com 3c90x (``Boomerang'', ``Cyclone'')
                    286: 
                    287: # ISA Ethernet NICs.  pccard NICs included.
                    288: device         cs              # Crystal Semiconductor CS89x0 NIC
                    289: # 'device ed' requires 'device miibus'
                    290: device         ed              # NE[12]000, SMC Ultra, 3c503, DS8390 cards
                    291: device         ex              # Intel EtherExpress Pro/10 and Pro/10+
                    292: device         ep              # Etherlink III based cards
                    293: device         fe              # Fujitsu MB8696x based cards
                    294: device         sn              # SMC's 9000 series of Ethernet chips
                    295: device         xe              # Xircom pccard Ethernet
                    296: 
                    297: options                XBONEHACK
                    298: device         wlan_acl
                    299: device         wlan_xauth
                    300: device         wlan_rssadapt
                    301: #options       AH_RXCFG_SDMAMW_4BYTES
                    302: #options       ATH_EEPROM_FIRMWARE     # Use EEPROM from flash
                    303: options                ALQ
                    304: options                IEEE80211_ALQ
                    305: options                IEEE80211_SUPPORT_TDMA
                    306: options                IEEE80211_SUPPORT_SUPERG
                    307: # Wireless NIC cards
                    308: device         wlan                    # 802.11 support
                    309: options        IEEE80211_DEBUG         # enable debug msgs
                    310: options        IEEE80211_AMPDU_AGE     # age frames in AMPDU reorder q's
                    311: options        IEEE80211_SUPPORT_MESH  # enable 802.11s draft support
                    312: device         wlan_wep                # 802.11 WEP support
                    313: device         wlan_ccmp               # 802.11 CCMP support
                    314: device         wlan_tkip               # 802.11 TKIP support
                    315: device         wlan_amrr               # AMRR transmit rate control algorithm
                    316: device         an                      # Aironet 4500/4800 802.11 wireless NICs.
                    317: device         ath                     # Atheros NICs
                    318: device         ath_pci                 # Atheros pci/cardbus glue
                    319: device         ath_hal                 # pci/cardbus chip support
                    320: options        AH_SUPPORT_AR5416       # enable AR5416 tx/rx descriptors
                    321: options        AH_AR5416_INTERRUPT_MITIGATION # AR5416 interrupt mitigation
                    322: options        ATH_ENABLE_11N          # Enable 802.11n support for AR5416 and later
                    323: device         ath_rate_sample         # SampleRate tx rate control for ath
                    324: device         bwi                     # Broadcom BCM430x/BCM431x wireless NICs.
                    325: device         bwn                     # Broadcom BCM43xx wireless NICs.
                    326: device         ipw                     # Intel 2100 wireless NICs.
                    327: device         iwi                     # Intel 2200BG/2225BG/2915ABG wireless NICs.
                    328: device         iwn                     # Intel 4965/1000/5000/6000 wireless NICs.
                    329: device         malo                    # Marvell Libertas wireless NICs.
                    330: device         mwl                     # Marvell 88W8363 802.11n wireless NICs.
                    331: device         ral                     # Ralink Technology RT2500 wireless NICs.
                    332: device         wi                      # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
                    333: device         wpi                     # Intel 3945ABG wireless NICs.
                    334: 
                    335: device         iwifw
                    336: device         ipwfw
                    337: device         iwnfw
                    338: device         mwlfw
                    339: device         wpifw
                    340: 
                    341: # Pseudo devices.
                    342: device         loop                    # Network loopback
                    343: device         random                  # Entropy device
                    344: device         padlock_rng             # VIA Padlock RNG
                    345: device         rdrand_rng              # Intel Bull Mountain RNG
                    346: device         ether                   # Ethernet support
                    347: device         vlan                    # 802.1Q VLAN support
                    348: device         tun                     # Packet tunnel.
                    349: device         md                      # Memory "disks"
                    350: device         gif                     # IPv6 and IPv4 tunneling
                    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
1.2.2.1 ! misho     359: options        USB_DEBUG               # enable debug msgs
1.2       misho     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: 
                    368: # USB Serial devices
                    369: device         u3g             # USB-based 3G modems (Option, Huawei, Sierra)
                    370: device         uark            # Technologies ARK3116 based serial adapters
                    371: device         ubsa            # Belkin F5U103 and compatible serial adapters
                    372: device         uftdi           # For FTDI usb serial adapters
                    373: device         uipaq           # Some WinCE based devices
                    374: device         uplcom          # Prolific PL-2303 serial adapters
                    375: device         uslcom          # SI Labs CP2101/CP2102 serial adapters
                    376: device         uvisor          # Visor and Palm devices
                    377: device         uvscom          # USB serial support for DDI pocket's PHS
                    378: # USB Ethernet, requires miibus
                    379: device         aue             # ADMtek USB Ethernet
                    380: device         axe             # ASIX Electronics USB Ethernet
                    381: device         cdce            # Generic USB over Ethernet
                    382: device         cue             # CATC USB Ethernet
                    383: device         kue             # Kawasaki LSI USB Ethernet
                    384: device         rue             # RealTek RTL8150 USB Ethernet
                    385: device         udav            # Davicom DM9601E USB
                    386: # USB Wireless
                    387: device         rum             # Ralink Technology RT2501USB wireless NICs
                    388: device         run             # Ralink Technology RT2700/RT2800/RT3000 NICs.
                    389: device         uath            # Atheros AR5523 wireless NICs
                    390: device         upgt            # Conexant/Intersil PrismGT wireless NICs.
                    391: device         ural            # Ralink Technology RT2500USB wireless NICs
                    392: device         urtw            # Realtek RTL8187B/L wireless NICs
                    393: device         zyd             # ZyDAS zd1211/zd1211b wireless NICs
                    394: 
                    395: device         ucom
                    396: device         umcs
                    397: 
                    398: # FireWire support
                    399: device         firewire        # FireWire bus code
                    400: # sbp(4) works for some systems but causes boot failure on others
                    401: #device                sbp             # SCSI over FireWire (Requires scbus and da)
                    402: device         fwe             # Ethernet over FireWire (non-standard!)
                    403: device         fwip            # IP over FireWire (RFC 2734,3146)
                    404: device         dcons           # Dumb console driver
                    405: device         dcons_crom      # Configuration ROM for dcons
                    406: 
                    407: # Sound support
                    408: device         sound                   # Generic sound driver (required)
                    409: device         snd_cmi                 # CMedia CMI8338/CMI8738
                    410: device         snd_csa                 # Crystal Semiconductor CS461x/428x
                    411: device         snd_emu10kx             # Creative SoundBlaster Live! and Audigy
                    412: device         snd_es137x              # Ensoniq AudioPCI ES137x
                    413: device         snd_hda                 # Intel High Definition Audio
                    414: device         snd_ich                 # Intel, NVidia and other ICH AC'97 Audio
                    415: device         snd_via8233             # VIA VT8233x Audio
                    416: 
                    417: # MMC/SD
                    418: device         mmc                     # MMC/SD bus
                    419: device         mmcsd                   # MMC/SD memory card
                    420: device         sdhci                   # Generic PCI SD Host Controller
                    421: 
                    422: # VirtIO support
                    423: device         virtio                  # Generic VirtIO bus (required)
                    424: device         virtio_pci              # VirtIO PCI device
                    425: device         vtnet                   # VirtIO Ethernet device
                    426: device         virtio_blk              # VirtIO Block device
                    427: device         virtio_scsi             # VirtIO SCSI device
                    428: device         virtio_balloon          # VirtIO Memory Balloon device
                    429: 
1.2.2.1 ! misho     430: # HyperV drivers and enhancement support
        !           431: options                HYPERV                  # Hyper-V kernel infrastructure
1.2       misho     432: device         hyperv                  # HyperV drivers 
                    433: 
                    434: # Xen HVM Guest Optimizations
                    435: # NOTE: XENHVM depends on xenpci.  They must be added or removed together.
                    436: options        XENHVM                  # Xen HVM kernel infrastructure
                    437: device         xenpci                  # Xen HVM Hypervisor services driver
                    438: 
                    439: # VMware support
                    440: device         vmx                     # VMware VMXNET3 Ethernet
                    441: 
1.2.2.1 ! misho     442: # Netmap provides direct access to TX/RX rings on supported NICs
        !           443: device         netmap                  # netmap(4) support
        !           444: 
        !           445: # The crypto framework is required by IPSEC
        !           446: device         crypto                  # Required by IPSEC
        !           447: 
1.2       misho     448: ### ELWIX Additional custom settings ...
                    449: 
1.2.2.1 ! misho     450: # Add multiple route table support
        !           451: options     ROUTETABLES=16
        !           452: 
        !           453: device      cxgb    # Chelsio T3 10 Gigabit Ethernet adapter driver
        !           454: device     cxgb_t3fw   # Chelsio T3 10 Gigabit Ethernet firmware
        !           455: device      cxgbe   # Chelsio T4 10Gb and 1Gb Ethernet adapter driver
        !           456: device      my      # Myson Technology Ethernet PCI driver
        !           457: device      mxge    # Myricom Myri10GE 10 Gigabit Ethernet adapter driver
        !           458: device      nxge    # Neterion Xframe 10GbE Server/Storage adapter driver
        !           459: device     qlxge   # QLogic 8100 Series 10 Gigabit Ethernet
        !           460: device      oce     # Device driver for Emulex OneConnect 10Gb network adapters
        !           461: 
1.2       misho     462: #device                iscsi_initiator
                    463: 
                    464: device         if_bridge
                    465: device         tap
                    466: device         gre
                    467: device         lagg
                    468: device         carp
                    469: 
                    470: device         siba_bwn
                    471: 
                    472: #options               NDISAPI
                    473: #device                ndis
                    474: 
                    475: device         pf
                    476: device         pflog
                    477: device         pfsync
                    478: 
                    479: device         hifn
                    480: device         enc
                    481: device         cryptodev
                    482: options                IPSEC_NAT_T
1.2.2.1 ! misho     483: options                TCP_SIGNATURE       #include support for RFC 2385
1.2       misho     484: 
                    485: options                ALTQ
                    486: options                ALTQ_CBQ
                    487: options                ALTQ_HFSC
                    488: options                ALTQ_PRIQ
                    489: options                ALTQ_CDNR
                    490: options                ALTQ_RED
                    491: options                ALTQ_RIO
                    492: 
                    493: options        MROUTING
                    494: options        RADIX_MPATH
                    495: options                PPS_SYNC
                    496: options        DEVICE_POLLING
                    497: options                HZ=1000
                    498: 
                    499: options        IPFIREWALL
                    500: options        IPFIREWALL_VERBOSE
                    501: options        IPFIREWALL_VERBOSE_LIMIT=100
                    502: options        IPFIREWALL_DEFAULT_TO_ACCEPT
                    503: options        IPFIREWALL_NAT
                    504: options        LIBALIAS
                    505: options        IPDIVERT
                    506: options        IPSTEALTH
                    507: options                DUMMYNET
                    508: 
                    509: options                NETGRAPH
                    510: options                NETGRAPH_ETHER
                    511: options                NETGRAPH_SOCKET
                    512: options                NETGRAPH_PPPOE
                    513: options                NETGRAPH_KSOCKET
                    514: options                NETGRAPH_PPTPGRE
                    515: options                NETGRAPH_L2TP
                    516: options                NETGRAPH_ECHO
                    517: options                NETGRAPH_FRAME_RELAY
                    518: options                NETGRAPH_LMI
                    519: options                NETGRAPH_TTY
                    520: options                NETGRAPH_CISCO
                    521: ##options      NETGRAPH_MPPC_COMPRESSION
                    522: options        NETGRAPH_MPPC_ENCRYPTION
                    523: options                NETGRAPH_PPP
                    524: options                NETGRAPH_VJC
                    525: options        NETGRAPH_UI
                    526: options                NETGRAPH_TCPMSS
                    527: options                NETGRAPH_DEFLATE
                    528: options        NETGRAPH_PRED1
                    529: options        NETGRAPH_RFC1490
                    530: options        NETGRAPH_SPPP
                    531: options        NETGRAPH_TAG
                    532: options                NETGRAPH_IPFW
                    533: options                NETGRAPH_IFACE
                    534: options                NETGRAPH_EIFACE
                    535: options                NETGRAPH_TEE
                    536: options                NETGRAPH_ASYNC
                    537: options                NETGRAPH_SPLIT
                    538: options                NETGRAPH_HOLE
                    539: options                NETGRAPH_ONE2MANY
                    540: options                NETGRAPH_NETFLOW
                    541: options                NETGRAPH_BPF
                    542: options                NETGRAPH_GIF
                    543: options                NETGRAPH_GIF_DEMUX
                    544: options                NETGRAPH_BRIDGE
                    545: options                NETGRAPH_VLAN
                    546: options                NETGRAPH_PIPE
                    547: options                NETGRAPH_CAR
                    548: 
                    549: options        NULLFS
                    550: options        UNIONFS
                    551: options                TMPFS
                    552: 
                    553: device         ic
                    554: device         iic
                    555: device         iicsmb
                    556: #device                iicoc           # OpenCores I2C controller support
                    557: device         smb
                    558: device         smbus
                    559: device         iicbus
                    560: device         iicbb
                    561: device         bktr
                    562: options                BKTR_NEW_MSP34XX_DRIVER
                    563: options                BKTR_KODICOM_MUX
                    564: device         speaker
                    565: 
                    566: device         ds133x
                    567: device         ds1374
                    568: device         ds1672
                    569: 
                    570: device         intpm
                    571: device         alpm
                    572: device         ichsmb
                    573: device         viapm
                    574: device         amdpm
                    575: device         amdsmb
                    576: device         nfpm
                    577: device         nfsmb
                    578: 
                    579: device         ipmi
                    580: device         pcf
                    581: 
                    582: device         gpio
                    583: device         gpioled
                    584: device         gpioiic
                    585: 
                    586: options        ENABLE_ALART            # Control alarm on Intel intpm driver
                    587: options        PANIC_REBOOT_WAIT_TIME=10
                    588: device         coretemp
                    589: device         cpuctl
                    590: device         nvram
                    591: device         ichwd
                    592: device         amdsbwd
                    593: device         viawd
                    594: device         wbwd
                    595: 
                    596: #device                disc
                    597: #device                edsc
                    598: options                VIMAGE
                    599: #device                epair
                    600: device         stf
                    601: 
                    602: device         rlswitch
                    603: 
                    604: options        ACCEPT_FILTER_DATA
                    605: options        ACCEPT_FILTER_DNS
                    606: options        ACCEPT_FILTER_HTTP
                    607: 
                    608: options        SW_WATCHDOG
                    609: 
                    610: device         etherswitch
                    611: device         rtl8366rb

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