Diff for /elwix/config/ELWIX_i386 between versions 1.5.2.2 and 1.5.2.3

version 1.5.2.2, 2015/05/11 23:41:49 version 1.5.2.3, 2016/09/29 14:38:29
Line 1 Line 1
 # $Id$  # $Id$
# $FreeBSD: head/sys/i386/conf/GENERIC 282212 2015-04-29 10:12:34Z whu $# $FreeBSD: head/sys/i386/conf/GENERIC 299142 2016-05-05 22:26:23Z jhb $
   
 cpu             I486_CPU  cpu             I486_CPU
 cpu             I586_CPU  cpu             I586_CPU
Line 19  options  SCHED_ULE  # ULE scheduler Line 19  options  SCHED_ULE  # ULE scheduler
 options         PREEMPTION              # Enable kernel thread preemption  options         PREEMPTION              # Enable kernel thread preemption
 options         INET                    # InterNETworking  options         INET                    # InterNETworking
 options         INET6                   # IPv6 communications protocols  options         INET6                   # IPv6 communications protocols
   options         IPSEC                   # IP (v4/v6) security
 options         TCP_OFFLOAD             # TCP offload  options         TCP_OFFLOAD             # TCP offload
 options         SCTP                    # Stream Control Transmission Protocol  options         SCTP                    # Stream Control Transmission Protocol
 options         FFS                     # Berkeley Fast Filesystem  options         FFS                     # Berkeley Fast Filesystem
Line 28  options  UFS_DIRHASH  # Improve performance on big dir Line 29  options  UFS_DIRHASH  # Improve performance on big dir
 options         UFS_GJOURNAL            # Enable gjournal-based UFS journaling  options         UFS_GJOURNAL            # Enable gjournal-based UFS journaling
 options         QUOTA                   # Enable disk quotas for UFS  options         QUOTA                   # Enable disk quotas for UFS
 options         MD_ROOT                 # MD is a potential root device  options         MD_ROOT                 # MD is a potential root device
options         NFSCL                   # New Network Filesystem Clientoptions         NFSCL                   # Network Filesystem Client
options         NFSD                    # New Network Filesystem Serveroptions         NFSD                    # Network Filesystem Server
 options         NFSLOCKD                # Network Lock Manager  options         NFSLOCKD                # Network Lock Manager
 options         NFS_ROOT                # NFS usable as /, requires NFSCL  options         NFS_ROOT                # NFS usable as /, requires NFSCL
 options         MSDOSFS                 # MSDOS Filesystem  options         MSDOSFS                 # MSDOS Filesystem
Line 39  options  PSEUDOFS  # Pseudo-filesystem framework Line 40  options  PSEUDOFS  # Pseudo-filesystem framework
 options         GEOM_PART_GPT           # GUID Partition Tables.  options         GEOM_PART_GPT           # GUID Partition Tables.
 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_GATE
 options         GEOM_MAP
 options         GEOM_UZIP  options         GEOM_UZIP
 #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_uncompress # compressed in-memory filesystem hackery!  #device         geom_uncompress # compressed in-memory filesystem hackery!
 #device         geom_uzip       # compressed in-memory filesystem support  #device         geom_uzip       # compressed in-memory filesystem support
 options         GEOM_UNCOMPRESS  
 options         GEOM_ELI  options         GEOM_ELI
 options         GEOM_MIRROR  options         GEOM_MIRROR
 options         GEOM_CONCAT  options         GEOM_CONCAT
Line 53  options  GEOM_STRIPE Line 54  options  GEOM_STRIPE
 options         GEOM_VIRSTOR  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_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
Line 79  options  CAPABILITIES  # Capsicum capabilities Line 80  options  CAPABILITIES  # Capsicum capabilities
 options         MAC                     # TrustedBSD MAC Framework  options         MAC                     # TrustedBSD MAC Framework
 #options        KDTRACE_HOOKS           # Kernel DTrace hooks  #options        KDTRACE_HOOKS           # Kernel DTrace hooks
 #options        DDB_CTF                 # Kernel ELF linker loads CTF data  #options        DDB_CTF                 # Kernel ELF linker loads CTF data
   options         INCLUDE_CONFIG_FILE     # Include this file in kernel
 options         FLOWTABLE               # per-cpu routing cache  options         FLOWTABLE               # per-cpu routing cache
options         INCLUDE_CONFIG_FILE     # Include this file in kerneloptions         RACCT                   # Resource accounting framework
 options         RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default
 options         RCTL                    # Resource limits
   
 # Debugging support.  Always need this:  # Debugging support.  Always need this:
#options         KDB                     # Enable kernel debugger support.options         KDB                     # Enable kernel debugger support.
#options         KDB_TRACE               # Print a stack trace for a panic.options         KDB_TRACE               # Print a stack trace for a panic.
 # For full debugger support use (turn off in stable branch):  # For full debugger support use (turn off in stable branch):
#options         DDB                     # Support DDB.options         DDB                     # Support DDB.
#options         GDB                     # Support remote GDB.options         GDB                     # Support remote GDB.
 #options        DEADLKRES               # Enable the deadlock resolver  #options        DEADLKRES               # Enable the deadlock resolver
 #options        INVARIANTS              # Enable calls of extra sanity checking  #options        INVARIANTS              # Enable calls of extra sanity checking
 #options        INVARIANT_SUPPORT       # Extra sanity checks of internal structures, required by INVARIANTS  #options        INVARIANT_SUPPORT       # Extra sanity checks of internal structures, required by INVARIANTS
Line 105  device  cpufreq Line 109  device  cpufreq
 # Bus support.  # Bus support.
 device          acpi  device          acpi
 device          pci  device          pci
   options         PCI_HP                  # PCI-Express native HotPlug
 options         PCI_IOV                 # PCI SR-IOV support  options         PCI_IOV                 # PCI SR-IOV support
   
 # Floppy drives  # Floppy drives
Line 113  device  fdc Line 118  device  fdc
 # ATA controllers  # ATA controllers
 device          ahci                    # AHCI-compatible SATA controllers  device          ahci                    # AHCI-compatible SATA controllers
 device          ata                     # Legacy ATA/SATA controllers  device          ata                     # Legacy ATA/SATA controllers
 options         ATA_STATIC_ID           # Static device numbering  
 device          mvs                     # Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA  device          mvs                     # Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA
 device          siis                    # SiliconImage SiI3124/SiI3132/SiI3531 SATA  device          siis                    # SiliconImage SiI3124/SiI3132/SiI3531 SATA
   
Line 170  device  ips   # IBM (Adaptec) ServeRAID Line 174  device  ips   # IBM (Adaptec) ServeRAID
 device          mly                     # Mylex AcceleRAID/eXtremeRAID  device          mly                     # Mylex AcceleRAID/eXtremeRAID
 device          twa                     # 3ware 9000 series PATA/SATA RAID  device          twa                     # 3ware 9000 series PATA/SATA RAID
 device          tws                     # LSI 3ware 9750 SATA+SAS 6Gb/s RAID controller  device          tws                     # LSI 3ware 9750 SATA+SAS 6Gb/s RAID controller
 #device         asr             # DPT SmartRAID V, VI and Adaptec SCSI RAID  
   
 # RAID controllers  # RAID controllers
 device          aac                     # Adaptec FSA RAID  device          aac                     # Adaptec FSA RAID
Line 180  device  ida   # Compaq Smart RAID Line 183  device  ida   # Compaq Smart RAID
 device          mfi                     # LSI MegaRAID SAS  device          mfi                     # LSI MegaRAID SAS
 device          mlx                     # Mylex DAC960 family  device          mlx                     # Mylex DAC960 family
 device          mrsas                   # LSI/Avago MegaRAID SAS/SATA, 6Gb/s and 12Gb/s  device          mrsas                   # LSI/Avago MegaRAID SAS/SATA, 6Gb/s and 12Gb/s
   device          pmspcv                  # PMC-Sierra SAS/SATA Controller driver
 device          pst                     # Promise Supertrak SX6000  device          pst                     # Promise Supertrak SX6000
 device          twe                     # 3ware ATA RAID  device          twe                     # 3ware ATA RAID
   
   # NVM Express (NVMe) support
   device          nvme                    # base NVMe driver
   device          nvd                     # expose NVMe namespace as disks, depends on nvme
   
 # atkbdc0 controls both the keyboard and the PS/2 mouse  # atkbdc0 controls both the keyboard and the PS/2 mouse
 device          atkbdc                  # AT keyboard controller  device          atkbdc                  # AT keyboard controller
 device          atkbd                   # AT keyboard  device          atkbd                   # AT keyboard
Line 297  device  sn   # SMC's 9000 series of Ethernet chips Line 305  device  sn   # SMC's 9000 series of Ethernet chips
 device          xe                      # Xircom pccard Ethernet  device          xe                      # Xircom pccard Ethernet
   
 options         XBONEHACK  options         XBONEHACK
 options         WLCACHE  
 device          wlan_acl  device          wlan_acl
 device          wlan_xauth  device          wlan_xauth
 device          wlan_rssadapt  device          wlan_rssadapt
Line 431  device  virtio_scsi  # VirtIO SCSI device Line 438  device  virtio_scsi  # VirtIO SCSI device
 device          virtio_balloon          # VirtIO Memory Balloon device  device          virtio_balloon          # VirtIO Memory Balloon device
   
 # HyperV drivers and enchancement support  # HyperV drivers and enchancement support
 # NOTE: HYPERV depends on hyperv.  They must be added or removed together.  
 options         HYPERV                  # Hyper-V kernel infrastructure  
 device          hyperv                  # HyperV drivers   device          hyperv                  # HyperV drivers 
   
 # Xen HVM Guest Optimizations  # Xen HVM Guest Optimizations
Line 443  device  xenpci   # Xen HVM Hypervisor services driver Line 448  device  xenpci   # Xen HVM Hypervisor services driver
 # VMware support  # VMware support
 device          vmx                     # VMware VMXNET3 Ethernet  device          vmx                     # VMware VMXNET3 Ethernet
   
   # The crypto framework is required by IPSEC
   device          crypto                  # Required by IPSEC
   
 ### ELWIX Additional custom settings ...  ### ELWIX Additional custom settings ...
   
 #device         iscsi_initiator  #device         iscsi_initiator
Line 464  device  pfsync Line 472  device  pfsync
   
 device          hifn  device          hifn
 device          enc  device          enc
 device          crypto  
 device          cryptodev  device          cryptodev
 options         IPSEC  
 options         IPSEC_NAT_T  options         IPSEC_NAT_T
 options         IPSEC_FILTERTUNNEL  
   
 options         ALTQ  options         ALTQ
 options         ALTQ_CBQ  options         ALTQ_CBQ
Line 538  options  NULLFS Line 543  options  NULLFS
 options         UNIONFS  options         UNIONFS
 options         TMPFS  options         TMPFS
   
 options         VFS_AIO  
   
 device          ic  device          ic
 device          iic  device          iic
 device          iicsmb  device          iicsmb
Line 588  device  amdsbwd Line 591  device  amdsbwd
 device          viawd  device          viawd
 device          wbwd  device          wbwd
   
   device          vxlan
   
 #device         disc  #device         disc
 #device         edsc  #device         edsc
 options         VIMAGE  options         VIMAGE
device          epair#device          epair
 device          stf  device          stf
   
 # NETMAP subsystem  # NETMAP subsystem
#device          netmapdevice          netmap
   
 device          rlswitch  device          rlswitch
   

Removed from v.1.5.2.2  
changed lines
  Added in v.1.5.2.3


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