Diff for /elwix/config/ELWIX_i386 between versions 1.8 and 1.8.2.2

version 1.8, 2021/07/16 18:35:50 version 1.8.2.2, 2021/09/14 15:16:23
Line 1 Line 1
 # $Id$  # $Id$
 # $FreeBSD$  # $FreeBSD$
   
   machine         i386
 cpu             I486_CPU  cpu             I486_CPU
 cpu             I586_CPU  cpu             I586_CPU
 cpu             I686_CPU  cpu             I686_CPU
Line 15  options  INIT_PATH=/sbin/initx:/sbin/init Line 16  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
   
   # Pseudo devices.
   device          mem             # Memory and kernel memory devices
   device          io              # I/O device
   
 # UART chips on this platform  # UART chips on this platform
 device          uart_ns8250  device          uart_ns8250
   
 # enable support for native hardware  # enable support for native hardware
 device          atpic  device          atpic
   
 options         NEW_PCIB  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         VIMAGE                  # Subsystem virtualization, e.g. VNET
Line 242  device  puc   # Multi I/O cards and multi-channel UART Line 247  device  puc   # Multi I/O cards and multi-channel UART
   
 # PCI/PCI-X/PCIe Ethernet NICs that use iflib infrastructure  # PCI/PCI-X/PCIe Ethernet NICs that use iflib infrastructure
 device          iflib  device          iflib
   device          igc                     # Intel I225 2.5G Ethernet
 device          em                      # Intel PRO/1000 Gigabit Ethernet Family  device          em                      # Intel PRO/1000 Gigabit Ethernet Family
 device          vmx                     # VMware VMXNET3 Ethernet  device          vmx                     # VMware VMXNET3 Ethernet
   
Line 265  device  dc   # DEC/Intel 21143 and various workalikes Line 271  device  dc   # DEC/Intel 21143 and various workalikes
 device          et                      # Agere ET1310 10/100/Gigabit Ethernet  device          et                      # Agere ET1310 10/100/Gigabit Ethernet
 device          fxp                     # Intel EtherExpress PRO/100B (82557, 82558)  device          fxp                     # Intel EtherExpress PRO/100B (82557, 82558)
 #device         gem                     # Sun GEM/Sun ERI/Apple GMAC  #device         gem                     # Sun GEM/Sun ERI/Apple GMAC
 #device         hme                     # Sun HME (Happy Meal Ethernet)  
 device          jme                     # JMicron JMC250 Gigabit/JMC260 Fast Ethernet  device          jme                     # JMicron JMC250 Gigabit/JMC260 Fast Ethernet
 device          lge                     # Level 1 LXT1001 gigabit Ethernet  device          lge                     # Level 1 LXT1001 gigabit Ethernet
 device          msk                     # Marvell/SysKonnect Yukon II Gigabit Ethernet  device          msk                     # Marvell/SysKonnect Yukon II Gigabit Ethernet
Line 301  device  wlan_wep  # 802.11 WEP support Line 306  device  wlan_wep  # 802.11 WEP support
 device          wlan_ccmp               # 802.11 CCMP support  device          wlan_ccmp               # 802.11 CCMP support
 device          wlan_tkip               # 802.11 TKIP support  device          wlan_tkip               # 802.11 TKIP support
 device          wlan_amrr               # AMRR transmit rate control algorithm  device          wlan_amrr               # AMRR transmit rate control algorithm
 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
Line 423  device  virtio_blk  # VirtIO Block device Line 427  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
   
   # Linux KVM paravirtualization support
   device          kvm_clock               # KVM paravirtual clock driver
   
 # HyperV drivers and enhancement support  # HyperV drivers and enhancement support
device          hyperv                  # HyperV drivers # NOTE: HYPERV depends on hyperv.  They must be added or removed together.
 options         HYPERV                  # Kernel support for HyperV drivers
 device          hyperv                  # HyperV drivers
   
 # Xen HVM Guest Optimizations  # Xen HVM Guest Optimizations
# NOTE: XENHVM depends on xenpci.  They must be added or removed together.# NOTE: XENHVM and xenpci interdepend.  They must be added or removed
 # together.  xentimer depends on XENHVM and isn't required.
 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
   device          xentimer                # Xen x86 PV timer device
   
 # evdev interface  # evdev interface
 options         EVDEV_SUPPORT           # evdev support in legacy drivers  options         EVDEV_SUPPORT           # evdev support in legacy drivers

Removed from v.1.8  
changed lines
  Added in v.1.8.2.2


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