Annotation of elwix/config/ELWIX_amd64, revision 1.1.2.1

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

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