Diff for /elwix/config/ELWIX_i386 between versions 1.6.2.1 and 1.6.2.6

version 1.6.2.1, 2017/06/08 13:13:56 version 1.6.2.6, 2020/06/11 14:29:40
Line 1 Line 1
 # $Id$  # $Id$
# $FreeBSD: head/sys/i386/conf/GENERIC 310177 2016-12-16 21:10:37Z jhb $# $FreeBSD: head/sys/i386/conf/GENERIC 333890 2018-05-19 19:53:23Z markj $
   
 cpu             I486_CPU  cpu             I486_CPU
 cpu             I586_CPU  cpu             I586_CPU
Line 15  options  INIT_PATH=/sbin/initx:/sbin/init Line 15  options  INIT_PATH=/sbin/initx:/sbin/init
 makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug symbols  makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug symbols
 makeoptions     WITH_CTF=1              # Run ctfconvert(1) for DTrace support  makeoptions     WITH_CTF=1              # Run ctfconvert(1) for DTrace support
   
   # UART chips on this platform
   device          uart_ns8250
   
   # enable support for native hardware
   device          atpic
   
   options         NEW_PCIB
 options         SCHED_ULE               # ULE scheduler  options         SCHED_ULE               # ULE scheduler
 options         PREEMPTION              # Enable kernel thread preemption  options         PREEMPTION              # Enable kernel thread preemption
   options         VIMAGE                  # Subsystem virtualization, e.g. VNET
 options         INET                    # InterNETworking  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         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 Protocol  options         SCTP                    # Stream Control Transmission Protocol
Line 39  options  CD9660   # ISO 9660 Filesystem Line 48  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         GEOM_PART_GPT           # GUID Partition Tables.  options         GEOM_PART_GPT           # GUID Partition Tables.
   options         GEOM_PART_BSD
   options         GEOM_PART_EBR
   options         GEOM_PART_EBR_COMPAT
   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_GATE
Line 82  options  MAC   # TrustedBSD MAC Framework Line 95  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         INCLUDE_CONFIG_FILE     # Include this file in kernel
 options         FLOWTABLE               # per-cpu routing cache  
 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
Line 100  options  GDB   # Support remote GDB. Line 112  options  GDB   # Support remote GDB.
 #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
   
   # Kernel dump features.
   options         EKCD                    # Support for encrypted kernel dumps
   options         GZIO                    # gzip-compressed kernel and user dumps
   options         ZSTDIO                  # zstd-compressed kernel and user dumps
   options         NETDUMP                 # netdump(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
 device          apic                    # I/O APIC  device          apic                    # I/O APIC
Line 109  options  EARLY_AP_STARTUP Line 127  options  EARLY_AP_STARTUP
 device          cpufreq  device          cpufreq
   
 # Bus support.  # Bus support.
   device          isa
   options         ISAPNP
 device          acpi  device          acpi
 device          pci  device          pci
 options         PCI_HP                  # PCI-Express native HotPlug  options         PCI_HP                  # PCI-Express native HotPlug
Line 125  device  siis   # SiliconImage SiI3124/SiI3132/SiI3531  Line 145  device  siis   # SiliconImage SiI3124/SiI3132/SiI3531 
   
 # SCSI Controllers  # SCSI Controllers
 device          ahc                     # AHA2940 and onboard AIC7xxx devices  device          ahc                     # AHA2940 and onboard AIC7xxx devices
 options         AHC_REG_PRETTY_PRINT    # Print register bitfields in debug  
                                         # output.  Adds ~128k to driver.  
 device          ahd                     # AHA39320/29320 and onboard AIC79xx devices  
 options         AHD_REG_PRETTY_PRINT    # Print register bitfields in debug  
                                         # output.  Adds ~215k to driver.  
 device          esp                     # AMD Am53C974 (Tekram DC-390(T))  device          esp                     # AMD Am53C974 (Tekram DC-390(T))
 device          hptiop                  # Highpoint RocketRaid 3xxx series  device          hptiop                  # Highpoint RocketRaid 3xxx series
 device          isp                     # Qlogic family  device          isp                     # Qlogic family
Line 217  device  agp   # support several AGP chipsets Line 232  device  agp   # support several AGP chipsets
   
 # Power management support (see NOTES for more options)  # Power management support (see NOTES for more options)
 #device         apm  #device         apm
 # Add suspend/resume support for the i8254.  
 device          pmtimer  
   
 # PCCARD (PCMCIA) support  # PCCARD (PCMCIA) support
 # PCMCIA and cardbus bridge support  # PCMCIA and cardbus bridge support
Line 242  device  puc   # Multi I/O cards and multi-channel UART Line 255  device  puc   # Multi I/O cards and multi-channel UART
 device          bxe                     # Broadcom NetXtreme II BCM5771X/BCM578XX 10GbE  device          bxe                     # Broadcom NetXtreme II BCM5771X/BCM578XX 10GbE
 device          de                      # DEC/Intel DC21x4x (``Tulip'')  device          de                      # DEC/Intel DC21x4x (``Tulip'')
 device          em                      # Intel PRO/1000 Gigabit Ethernet Family  device          em                      # Intel PRO/1000 Gigabit Ethernet Family
 device          ixgb                    # Intel PRO/10GbE Ethernet Card  
 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          txp                     # 3Com 3cR990 (``Typhoon'')
Line 301  device  ed   # NE[12]000, SMC Ultra, 3c503, DS8390 car Line 313  device  ed   # NE[12]000, SMC Ultra, 3c503, DS8390 car
 device          ex                      # Intel EtherExpress Pro/10 and Pro/10+  device          ex                      # Intel EtherExpress Pro/10 and Pro/10+
 device          ep                      # Etherlink III based cards  device          ep                      # Etherlink III based cards
 device          fe                      # Fujitsu MB8696x based cards  device          fe                      # Fujitsu MB8696x based cards
 device          ie                      # EtherExpress 8/16, 3C507, StarLAN 10 etc.  
 device          sn                      # SMC's 9000 series of Ethernet chips  device          sn                      # SMC's 9000 series of Ethernet chips
 device          xe                      # Xircom pccard Ethernet  device          xe                      # Xircom pccard Ethernet
   
options         XBONEHACK#options         XBONEHACK
 device          wlan_acl  device          wlan_acl
 device          wlan_xauth  device          wlan_xauth
 device          wlan_rssadapt  device          wlan_rssadapt
Line 341  device  malo   # Marvell Libertas wireless NICs. Line 352  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          wi                      # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
 #device         wl                      # Older non 802.11 Wavelan wireless NIC.  
 device          wpi                     # Intel 3945ABG wireless NICs.  device          wpi                     # Intel 3945ABG wireless NICs.
   
 device          iwifw  device          iwifw
Line 351  device  mwlfw Line 361  device  mwlfw
 device          wpifw  device          wpifw
   
 # Pseudo devices.  # Pseudo devices.
   device          mem             # Memory and kernel memory devices
   device          io              # I/O device
 device          loop                    # Network loopback  device          loop                    # Network loopback
 device          random                  # Entropy device  device          random                  # Entropy device
 device          padlock_rng             # VIA Padlock RNG  device          padlock_rng             # VIA Padlock RNG
Line 439  device  virtio_blk  # VirtIO Block device Line 451  device  virtio_blk  # VirtIO Block device
 device          virtio_scsi             # VirtIO SCSI device  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 enhancement support
options         HYPERV                  # Hyper-V kernel infrastructure 
 device          hyperv                  # HyperV drivers   device          hyperv                  # HyperV drivers 
   
 # Xen HVM Guest Optimizations  # Xen HVM Guest Optimizations
Line 456  device  crypto   # Required by IPSEC Line 467  device  crypto   # Required by IPSEC
   
 ### ELWIX Additional custom settings ...  ### ELWIX Additional custom settings ...
   
#device         iscsi_initiator# Add multiple route table support
 #options     ROUTETABLES=16
   
   device          iscsi
   #device         iser
   
 device          if_bridge  device          if_bridge
 device          tap  device          tap
 device          gre  device          gre
 device          lagg  device          lagg
 device          carp  device          carp
   
device          siba_bwn#options        NDISAPI
 
#options                NDISAPI 
 #device         ndis  #device         ndis
   
 device          pf  device          pf
Line 476  device  pfsync Line 489  device  pfsync
 device          hifn  device          hifn
 device          enc  device          enc
 device          cryptodev  device          cryptodev
 options         IPSEC_NAT_T  
 options         TCP_SIGNATURE       #include support for RFC 2385  options         TCP_SIGNATURE       #include support for RFC 2385
   
 options         ALTQ  options         ALTQ
Line 599  device  vxlan Line 611  device  vxlan
   
 #device         disc  #device         disc
 #device         edsc  #device         edsc
 options         VIMAGE  
 #device         epair  #device         epair
 device          stf  device          stf
   
Line 614  options  ACCEPT_FILTER_HTTP Line 625  options  ACCEPT_FILTER_HTTP
 options         SW_WATCHDOG  options         SW_WATCHDOG
   
 device          etherswitch  device          etherswitch
device          rtl8366rb#device          rtl8366rb

Removed from v.1.6.2.1  
changed lines
  Added in v.1.6.2.6


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