Annotation of elwix/config/ELWIX_i386, revision 1.5.2.1

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

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