Diff for /elwix/config/ELWIX_i386 between versions 1.7 and 1.7.2.1

version 1.7, 2021/03/11 13:59:50 version 1.7.2.1, 2021/03/17 12:41:17
Line 1 Line 1
 # $Id$  # $Id$
# $FreeBSD: head/sys/i386/conf/GENERIC 333890 2018-05-19 19:53:23Z markj $# $FreeBSD$
   
 cpu             I486_CPU  cpu             I486_CPU
 cpu             I586_CPU  cpu             I586_CPU
Line 29  options  INET   # InterNETworking Line 29  options  INET   # InterNETworking
 options         INET6                   # IPv6 communications protocols  options         INET6                   # IPv6 communications protocols
 options         IPSEC                   # IP (v4/v6) security  options         IPSEC                   # IP (v4/v6) security
 options         IPSEC_SUPPORT           # Allow kldload of ipsec and tcpmd5  options         IPSEC_SUPPORT           # Allow kldload of ipsec and tcpmd5
   options         ROUTE_MPATH             # Multipath routing support
 options         TCP_HHOOK               # hhook(9) framework for TCP  options         TCP_HHOOK               # hhook(9) framework for TCP
 options         TCP_OFFLOAD             # TCP offload  options         TCP_OFFLOAD             # TCP offload
options         SCTP                    Stream Control Transmission Protocoloptions         SCTP_SUPPORT                # Allow kldload of SCTP
 options         FFS                     # Berkeley Fast Filesystem  options         FFS                     # Berkeley Fast Filesystem
 options         SOFTUPDATES             # Enable FFS soft updates support  options         SOFTUPDATES             # Enable FFS soft updates support
 options         UFS_ACL                 # Support for access control lists  options         UFS_ACL                 # Support for access control lists
Line 47  options  MSDOSFS   # MSDOS Filesystem Line 48  options  MSDOSFS   # MSDOS Filesystem
 options         CD9660                  # ISO 9660 Filesystem  options         CD9660                  # ISO 9660 Filesystem
 options         PROCFS                  # Process filesystem (requires PSEUDOFS)  options         PROCFS                  # Process filesystem (requires PSEUDOFS)
 options         PSEUDOFS                # Pseudo-filesystem framework  options         PSEUDOFS                # Pseudo-filesystem framework
   options         TMPFS                   # Efficient memory filesystem
 options         GEOM_PART_GPT           # GUID Partition Tables.  options         GEOM_PART_GPT           # GUID Partition Tables.
 options         GEOM_PART_BSD  options         GEOM_PART_BSD
 options         GEOM_PART_EBR  options         GEOM_PART_EBR
 options         GEOM_PART_EBR_COMPAT  
 options         GEOM_PART_MBR  options         GEOM_PART_MBR
 options         GEOM_RAID               # Soft RAID functionality.  options         GEOM_RAID               # Soft RAID functionality.
 options         GEOM_LABEL              # Provides labelization  options         GEOM_LABEL              # Provides labelization
 #options        GEOM_GATE  
 options         GEOM_MAP  options         GEOM_MAP
 options         GEOM_UZIP  options         GEOM_UZIP
   device          xz
 #device         geom_redboot  #device         geom_redboot
 device          geom_map        # to get access to the SPI flash partitions  device          geom_map        # to get access to the SPI flash partitions
 device          geom_uzip       # compressed in-memory filesystem support  device          geom_uzip       # compressed in-memory filesystem support
Line 68  options  GEOM_VIRSTOR Line 69  options  GEOM_VIRSTOR
 options         GEOM_CACHE  options         GEOM_CACHE
 options         GEOM_MULTIPATH  options         GEOM_MULTIPATH
 #options        GEOM_LINUX_LVM          # Linux LVM2 volumes  #options        GEOM_LINUX_LVM          # Linux LVM2 volumes
 options         COMPAT_43TTY            # BSD 4.3 TTY compat (sgtty)  
 options         COMPAT_FREEBSD4         # Compatible with FreeBSD4  options         COMPAT_FREEBSD4         # Compatible with FreeBSD4
 options         COMPAT_FREEBSD5         # Compatible with FreeBSD5  options         COMPAT_FREEBSD5         # Compatible with FreeBSD5
 options         COMPAT_FREEBSD6         # Compatible with FreeBSD6  options         COMPAT_FREEBSD6         # Compatible with FreeBSD6
Line 76  options  COMPAT_FREEBSD7  # Compatible with FreeBSD7 Line 76  options  COMPAT_FREEBSD7  # Compatible with FreeBSD7
 options         COMPAT_FREEBSD9         # Compatible with FreeBSD9  options         COMPAT_FREEBSD9         # Compatible with FreeBSD9
 options         COMPAT_FREEBSD10        # Compatible with FreeBSD10  options         COMPAT_FREEBSD10        # Compatible with FreeBSD10
 options         COMPAT_FREEBSD11        # Compatible with FreeBSD11  options         COMPAT_FREEBSD11        # Compatible with FreeBSD11
   options         COMPAT_FREEBSD12        # Compatible with FreeBSD12
 options         SCSI_DELAY=5000         # Delay (in ms) before probing SCSI  options         SCSI_DELAY=5000         # Delay (in ms) before probing SCSI
 options         KTRACE                  # ktrace(1) support  options         KTRACE                  # ktrace(1) support
 options         STACK                   # stack(9) support  options         STACK                   # stack(9) support
Line 98  options  INCLUDE_CONFIG_FILE # Include this file in ke Line 99  options  INCLUDE_CONFIG_FILE # Include this file in ke
 options         RACCT                   # Resource accounting framework  options         RACCT                   # Resource accounting framework
 options         RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default  options         RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default
 options         RCTL                    # Resource limits  options         RCTL                    # Resource limits
   options         RATELIMIT               # TX rate limiting support
   options         KERN_TLS                # TLS transmit and receive offload
   
 # Debugging support.  Always need this:  # Debugging support.  Always need this:
 options         KDB                     # Enable kernel debugger support.  options         KDB                     # Enable kernel debugger support.
Line 111  options  GDB   # Support remote GDB. Line 114  options  GDB   # Support remote GDB.
 #options        WITNESS                 # Enable checks to detect deadlocks and cycles  #options        WITNESS                 # Enable checks to detect deadlocks and cycles
 #options        WITNESS_SKIPSPIN        # Don't run witness on spinlocks for speed  #options        WITNESS_SKIPSPIN        # Don't run witness on spinlocks for speed
 #options        MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones  #options        MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
   options         VERBOSE_SYSINIT=0       # Support debug.verbose_sysinit, off by default
   
 # Kernel dump features.  # Kernel dump features.
 options         EKCD                    # Support for encrypted kernel dumps  options         EKCD                    # Support for encrypted kernel dumps
 options         GZIO                    # gzip-compressed kernel and user dumps  options         GZIO                    # gzip-compressed kernel and user dumps
 options         ZSTDIO                  # zstd-compressed kernel and user dumps  options         ZSTDIO                  # zstd-compressed kernel and user dumps
   options         DEBUGNET                # debugnet networking
 options         NETDUMP                 # netdump(4) client support  options         NETDUMP                 # netdump(4) client support
   options         NETGDB                  # netgdb(4) client support
   
 # To make an SMP kernel, the next two lines are needed  # To make an SMP kernel, the next two lines are needed
 options         SMP                     # Symmetric MultiProcessor Kernel  options         SMP                     # Symmetric MultiProcessor Kernel
Line 130  device  cpufreq Line 136  device  cpufreq
 device          isa  device          isa
 options         ISAPNP  options         ISAPNP
 device          acpi  device          acpi
   device          smbios
 device          pci  device          pci
 options         PCI_HP                  # PCI-Express native HotPlug  options         PCI_HP                  # PCI-Express native HotPlug
 options         PCI_IOV                 # PCI SR-IOV support  options         PCI_IOV                 # PCI SR-IOV support
Line 152  device  isp   # Qlogic family Line 159  device  isp   # Qlogic family
 device          mpt                     # LSI-Logic MPT-Fusion  device          mpt                     # LSI-Logic MPT-Fusion
 device          mps                     # LSI-Logic MPT-Fusion 2  device          mps                     # LSI-Logic MPT-Fusion 2
 device          mpr                     # LSI-Logic MPT-Fusion 3  device          mpr                     # LSI-Logic MPT-Fusion 3
#device         ncr                     # NCR/Symbios Logicdevice          sym                     # NCR/Symbios Logic
device          sym                     # NCR/Symbios Logic (newer chipsets + those of `ncr') 
device          trm                     # Tekram DC395U/UW/F DC315U adapters 
 
device          adv                     # Advansys SCSI adapters 
device          adw                     # Advansys wide SCSI adapters 
device          aha                     # Adaptec 154x SCSI adapters 
device          aic                     # Adaptec 15[012]x SCSI adapters, AIC-6[23]60. 
device          bt                      # Buslogic/Mylex MultiMaster SCSI adapters 
 
device          ncv                     # NCR 53C500 
device          nsp                     # Workbit Ninja SCSI-3 
device          stg                     # TMC 18C30/18C50 
 device          isci                    # Intel C600 SAS controller  device          isci                    # Intel C600 SAS controller
   device          pvscsi                  # VMware PVSCSI
   
 # ATA/SCSI peripherals  # ATA/SCSI peripherals
 device          scbus                   # SCSI bus (required for ATA/SCSI)  device          scbus                   # SCSI bus (required for ATA/SCSI)
Line 181  device  ses   # Enclosure Services (SES and SAF-TE) Line 177  device  ses   # Enclosure Services (SES and SAF-TE)
 device          amr                     # AMI MegaRAID  device          amr                     # AMI MegaRAID
 device          arcmsr                  # Areca SATA II RAID  device          arcmsr                  # Areca SATA II RAID
 device          ciss                    # Compaq Smart RAID 5*  device          ciss                    # Compaq Smart RAID 5*
 device          dpt                     # DPT Smartcache III, IV - See NOTES for options  
 device          hptmv                   # Highpoint RocketRAID 182x  
 device          hptnr                   # Highpoint DC7280, R750  
 device          hptrr                   # Highpoint RocketRAID 17xx, 22xx, 23xx, 25xx  
 device          hpt27xx                 # Highpoint RocketRAID 27xx  
 device          iir                     # Intel Integrated RAID  device          iir                     # Intel Integrated RAID
 device          ips                     # IBM (Adaptec) ServeRAID  device          ips                     # IBM (Adaptec) ServeRAID
 device          mly                     # Mylex AcceleRAID/eXtremeRAID  device          mly                     # Mylex AcceleRAID/eXtremeRAID
Line 227  options  SC_PIXEL_MODE  # add support for the raster t Line 218  options  SC_PIXEL_MODE  # add support for the raster t
 # vt is the new video console driver  # vt is the new video console driver
 device          vt  device          vt
 device          vt_vga  device          vt_vga
   device          vt_vbefb
   
 device          agp                     # support several AGP chipsets  device          agp                     # support several AGP chipsets
   
 # Power management support (see NOTES for more options)  
 #device         apm  
   
 # PCCARD (PCMCIA) support  # PCCARD (PCMCIA) support
 # PCMCIA and cardbus bridge support  # PCMCIA and cardbus bridge support
 device          cbb                     # cardbus (yenta) bridge  device          cbb                     # cardbus (yenta) bridge
Line 251  device  ppi   # Parallel port interface device Line 240  device  ppi   # Parallel port interface device
   
 device          puc                     # Multi I/O cards and multi-channel UARTs  device          puc                     # Multi I/O cards and multi-channel UARTs
   
   # PCI/PCI-X/PCIe Ethernet NICs that use iflib infrastructure
   device          iflib
   device          em                      # Intel PRO/1000 Gigabit Ethernet Family
   device          vmx                     # VMware VMXNET3 Ethernet
   
 # PCI Ethernet NICs.  # PCI Ethernet NICs.
 device          bxe                     # Broadcom NetXtreme II BCM5771X/BCM578XX 10GbE  device          bxe                     # Broadcom NetXtreme II BCM5771X/BCM578XX 10GbE
 device          de                      # DEC/Intel DC21x4x (``Tulip'')  
 device          em                      # Intel PRO/1000 Gigabit Ethernet Family  
 device          le                      # AMD Am7900 LANCE and Am79C9xx PCnet  device          le                      # AMD Am7900 LANCE and Am79C9xx PCnet
 device          ti                      # Alteon Networks Tigon I/II gigabit Ethernet  device          ti                      # Alteon Networks Tigon I/II gigabit Ethernet
 device          txp                     # 3Com 3cR990 (``Typhoon'')  
 device          vx                      # 3Com 3c590, 3c595 (``Vortex'')  
 #device         vxge            # Exar/Neterion XFrame 3100 10GbE  
 #device         mxge            # Myricom Myri-10G 10GbE NIC  
 #device         nxge            # Neterion Xframe 10GbE Server/Storage Adapter  
 #device         ixgbe           # Intel Pro/10Gbe PCIE Ethernet  
 #device         cxgbe           # Chelsio T4 10GbE PCIe adapter  
 #device         cxgb            # Chelsio T3 10 Gigabit Ethernet  
 #device         cxgb_t3fw       # Chelsio T3 10 Gigabit Ethernet firmware  
 #device         my              # Myson Fast Ethernet (MTD80X, MTD89X)  
   
 # PCI Ethernet NICs that use the common MII bus controller code.  # PCI Ethernet NICs that use the common MII bus controller code.
 # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!  # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
Line 289  device  lge   # Level 1 LXT1001 gigabit Ethernet Line 271  device  lge   # Level 1 LXT1001 gigabit Ethernet
 device          msk                     # Marvell/SysKonnect Yukon II Gigabit Ethernet  device          msk                     # Marvell/SysKonnect Yukon II Gigabit Ethernet
 device          nfe                     # nVidia nForce MCP on-board Ethernet  device          nfe                     # nVidia nForce MCP on-board Ethernet
 device          nge                     # NatSemi DP83820 gigabit Ethernet  device          nge                     # NatSemi DP83820 gigabit Ethernet
 device          pcn                     # AMD Am79C97x PCI 10/100 (precedence over 'le')  
 device          re                      # RealTek 8139C+/8169/8169S/8110S  device          re                      # RealTek 8139C+/8169/8169S/8110S
 device          rl                      # RealTek 8129/8139  device          rl                      # RealTek 8129/8139
 device          sf                      # Adaptec AIC-6915 (``Starfire'')  
 device          sge                     # Silicon Integrated Systems SiS190/191  device          sge                     # Silicon Integrated Systems SiS190/191
 device          sis                     # Silicon Integrated Systems SiS 900/SiS 7016  device          sis                     # Silicon Integrated Systems SiS 900/SiS 7016
 device          sk                      # SysKonnect SK-984x & SK-982x gigabit Ethernet  device          sk                      # SysKonnect SK-984x & SK-982x gigabit Ethernet
 device          ste                     # Sundance ST201 (D-Link DFE-550TX)  device          ste                     # Sundance ST201 (D-Link DFE-550TX)
 device          stge                    # Sundance/Tamarack TC9021 gigabit Ethernet  device          stge                    # Sundance/Tamarack TC9021 gigabit Ethernet
 device          tl                      # Texas Instruments ThunderLAN  
 device          tx                      # SMC EtherPower II (83c170 ``EPIC'')  
 device          vge                     # VIA VT612x gigabit Ethernet  device          vge                     # VIA VT612x gigabit Ethernet
 device          vr                      # VIA Rhine, Rhine II  device          vr                      # VIA Rhine, Rhine II
 device          vte                     # DM&P Vortex86 RDC R6040 Fast Ethernet  device          vte                     # DM&P Vortex86 RDC R6040 Fast Ethernet
 device          wb                      # Winbond W89C840F  
 device          xl                      # 3Com 3c90x (``Boomerang'', ``Cyclone'')  device          xl                      # 3Com 3c90x (``Boomerang'', ``Cyclone'')
   
 # ISA Ethernet NICs.  pccard NICs included.  
 device          cs                      # Crystal Semiconductor CS89x0 NIC  
 # 'device ed' requires 'device miibus'  
 device          ed                      # NE[12]000, SMC Ultra, 3c503, DS8390 cards  
 device          ex                      # Intel EtherExpress Pro/10 and Pro/10+  
 device          ep                      # Etherlink III based cards  
 device          fe                      # Fujitsu MB8696x based cards  
 device          sn                      # SMC's 9000 series of Ethernet chips  
 device          xe                      # Xircom pccard Ethernet  
   
 #options                XBONEHACK  #options                XBONEHACK
 device          wlan_acl  device          wlan_acl
 device          wlan_xauth  device          wlan_xauth
Line 329  options  IEEE80211_SUPPORT_SUPERG Line 296  options  IEEE80211_SUPPORT_SUPERG
 # Wireless NIC cards  # Wireless NIC cards
 device          wlan                    # 802.11 support  device          wlan                    # 802.11 support
 options         IEEE80211_DEBUG         # enable debug msgs  options         IEEE80211_DEBUG         # enable debug msgs
 options         IEEE80211_AMPDU_AGE     # age frames in AMPDU reorder q's  
 options         IEEE80211_SUPPORT_MESH  # enable 802.11s draft support  options         IEEE80211_SUPPORT_MESH  # enable 802.11s draft support
 device          wlan_wep                # 802.11 WEP support  device          wlan_wep                # 802.11 WEP support
 device          wlan_ccmp               # 802.11 CCMP support  device          wlan_ccmp               # 802.11 CCMP support
Line 339  device  an   # Aironet 4500/4800 802.11 wireless NICs. Line 305  device  an   # Aironet 4500/4800 802.11 wireless NICs.
 device          ath                     # Atheros NICs  device          ath                     # Atheros NICs
 device          ath_pci                 # Atheros pci/cardbus glue  device          ath_pci                 # Atheros pci/cardbus glue
 device          ath_hal                 # pci/cardbus chip support  device          ath_hal                 # pci/cardbus chip support
 options         AH_SUPPORT_AR5416       # enable AR5416 tx/rx descriptors  
 options         AH_AR5416_INTERRUPT_MITIGATION # AR5416 interrupt mitigation  options         AH_AR5416_INTERRUPT_MITIGATION # AR5416 interrupt mitigation
 options         ATH_ENABLE_11N          # Enable 802.11n support for AR5416 and later  options         ATH_ENABLE_11N          # Enable 802.11n support for AR5416 and later
 device          ath_rate_sample         # SampleRate tx rate control for ath  device          ath_rate_sample         # SampleRate tx rate control for ath
Line 351  device  iwn   # Intel 4965/1000/5000/6000 wireless NIC Line 316  device  iwn   # Intel 4965/1000/5000/6000 wireless NIC
 device          malo                    # Marvell Libertas wireless NICs.  device          malo                    # Marvell Libertas wireless NICs.
 device          mwl                     # Marvell 88W8363 802.11n wireless NICs.  device          mwl                     # Marvell 88W8363 802.11n wireless NICs.
 device          ral                     # Ralink Technology RT2500 wireless NICs.  device          ral                     # Ralink Technology RT2500 wireless NICs.
 device          wi                      # WaveLAN/Intersil/Symbol 802.11 wireless NICs.  
 device          wpi                     # Intel 3945ABG wireless NICs.  device          wpi                     # Intel 3945ABG wireless NICs.
   
 device          iwifw  device          iwifw
   device          iwibssfw
   device          iwiibssfw
   device          iwimonitorfw
 device          ipwfw  device          ipwfw
   device          ipwbssfw
   device          ipwibssfw
   device          ipwmonitorfw
 device          iwnfw  device          iwnfw
device          mwlfwdevice          iwn1000fw
 device          iwn105fw
 device          iwn135fw
 device          iwn2000fw
 device          iwn2030fw
 device          iwn4965fw
 device          iwn5000fw
 device          iwn5150fw
 device          iwn6000fw
 device          iwn6000g2afw
 device          iwn6000g2bfw
 device          iwn6050fw
 device          wpifw  device          wpifw
   
 # Pseudo devices.  # Pseudo devices.
device          mem                # Memory and kernel memory devicesdevice          crypto                  # core crypto support
device          io                # I/O devicedevice          aesni                   # AES-NI OpenCrypto module
 device          loop                    # Network loopback  device          loop                    # Network loopback
 device          random                  # Entropy device  
 device          padlock_rng             # VIA Padlock RNG  device          padlock_rng             # VIA Padlock RNG
 device          rdrand_rng              # Intel Bull Mountain RNG  device          rdrand_rng              # Intel Bull Mountain RNG
 device          ether                   # Ethernet support  device          ether                   # Ethernet support
 device          vlan                    # 802.1Q VLAN support  device          vlan                    # 802.1Q VLAN support
device          tun                     # Packet tunnel.device          tuntap                        # Packet tunnel.
 device          md                      # Memory "disks"  device          md                      # Memory "disks"
 device          gif                     # IPv6 and IPv4 tunneling  device          gif                     # IPv6 and IPv4 tunneling
 device          firmware                # firmware assist module  device          firmware                # firmware assist module
Line 419  device  zyd  # ZyDAS zd1211/zd1211b wireless NICs Line 399  device  zyd  # ZyDAS zd1211/zd1211b wireless NICs
 device          ucom  device          ucom
 device          umcs  device          umcs
   
 # FireWire support  
 device          firewire        # FireWire bus code  
 # sbp(4) works for some systems but causes boot failure on others  
 #device         sbp             # SCSI over FireWire (Requires scbus and da)  
 device          fwe             # Ethernet over FireWire (non-standard!)  
 device          fwip            # IP over FireWire (RFC 2734,3146)  
 device          dcons           # Dumb console driver  
 device          dcons_crom      # Configuration ROM for dcons  
   
 # Sound support  # Sound support
 device          sound                   # Generic sound driver (required)  device          sound                   # Generic sound driver (required)
 device          snd_cmi                 # CMedia CMI8338/CMI8738  device          snd_cmi                 # CMedia CMI8338/CMI8738
Line 442  device  snd_via8233  # VIA VT8233x Audio Line 413  device  snd_via8233  # VIA VT8233x Audio
 device          mmc                     # MMC/SD bus  device          mmc                     # MMC/SD bus
 device          mmcsd                   # MMC/SD memory card  device          mmcsd                   # MMC/SD memory card
 device          sdhci                   # Generic PCI SD Host Controller  device          sdhci                   # Generic PCI SD Host Controller
   device          rtsx                    # Realtek SD card reader
   
 # VirtIO support  # VirtIO support
 device          virtio                  # Generic VirtIO bus (required)  device          virtio                  # Generic VirtIO bus (required)
Line 459  device  hyperv   # HyperV drivers  Line 431  device  hyperv   # HyperV drivers 
 options         XENHVM                  # Xen HVM kernel infrastructure  options         XENHVM                  # Xen HVM kernel infrastructure
 device          xenpci                  # Xen HVM Hypervisor services driver  device          xenpci                  # Xen HVM Hypervisor services driver
   
# VMware support# evdev interface
device          vmx                        # VMware VMXNET3 Ethernetoptions         EVDEV_SUPPORT           # evdev support in legacy drivers
 device          evdev                   # input event device support
 device          uinput                        # install /dev/uinput cdev
   
# The crypto framework is required by IPSEC# HID support
device          crypto                        # Required by IPSECoptions         HID_DEBUG               # enable debug msgs
 device          hid                        # Generic HID support
 options         IICHID_SAMPLING         # Workaround missing GPIO INTR support
   
 ### ELWIX Additional custom settings ...  ### ELWIX Additional custom settings ...
   
 # Add multiple route table support  # Add multiple route table support
 #options     ROUTETABLES=16  #options     ROUTETABLES=16
   
device          iscsidevice          iscsi_initiator
#device         iser 
   
 device          if_bridge  device          if_bridge
 device          tap  
 device          gre  device          gre
 device          lagg  device          lagg
 device          carp  device          carp
   
 #options        NDISAPI  
 #device         ndis  
   
 device          pf  device          pf
 device          pflog  device          pflog
 device          pfsync  device          pfsync
Line 500  options  ALTQ_RED Line 471  options  ALTQ_RED
 options         ALTQ_RIO  options         ALTQ_RIO
   
 options         MROUTING  options         MROUTING
 options         RADIX_MPATH  
 options         PPS_SYNC  options         PPS_SYNC
 options         DEVICE_POLLING  options         DEVICE_POLLING
 options         HZ=1000  options         HZ=1000
Line 557  options  NETGRAPH_CAR Line 527  options  NETGRAPH_CAR
   
 options         NULLFS  options         NULLFS
 options         UNIONFS  options         UNIONFS
 options         TMPFS  
   
 device          ic  device          ic
 device          iic  device          iic
Line 567  device  smb Line 536  device  smb
 device          smbus  device          smbus
 device          iicbus  device          iicbus
 device          iicbb  device          iicbb
device          bktr#device          bktr
options         BKTR_NEW_MSP34XX_DRIVER#options         BKTR_NEW_MSP34XX_DRIVER
options         BKTR_KODICOM_MUX#options         BKTR_KODICOM_MUX
 device          speaker  device          speaker
   
 device          ds133x  device          ds133x
Line 584  device  amdpm Line 553  device  amdpm
 device          amdsmb  device          amdsmb
 device          nfpm  device          nfpm
 device          nfsmb  device          nfsmb
   device          ismt
   
 device          ipmi  device          ipmi
 device          pcf  device          pcf
Line 606  device  ichwd Line 576  device  ichwd
 device          amdsbwd  device          amdsbwd
 device          viawd  device          viawd
 device          wbwd  device          wbwd
   device          itwd
   device          superio
   
 device          vxlan  device          vxlan
   
 #device         disc  #device         disc
 #device         edsc  #device         edsc
#device          epairdevice          epair
 device          stf  device          stf
   
 device          netmap  device          netmap
Line 626  options  SW_WATCHDOG Line 598  options  SW_WATCHDOG
   
 device          etherswitch  device          etherswitch
 #device         rtl8366rb  #device         rtl8366rb
   
   #device         cfi
   #device         cfid
   #options                CFI_SUPPORT_STRATAFLASH
   #options                CFI_ARMEDANDDANGEROUS
   

Removed from v.1.7  
changed lines
  Added in v.1.7.2.1


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