Diff for /elwix/config/ELWIX_i386 between versions 1.1.2.2 and 1.4.2.4

version 1.1.2.2, 2013/07/18 00:11:25 version 1.4.2.4, 2014/01/07 14:38:52
Line 4 Line 4
 cpu             I486_CPU  cpu             I486_CPU
 cpu             I586_CPU  cpu             I586_CPU
 cpu             I686_CPU  cpu             I686_CPU
ident           ELWIXident           ELWIX_i386
   
   #include                DEFAULTS
   
 hints           "ELWIX_i386.hints"      # Default places to look for devices.  hints           "ELWIX_i386.hints"      # Default places to look for devices.
   
 options         INIT_PATH=/sbin/initx:/sbin/init  options         INIT_PATH=/sbin/initx:/sbin/init
Line 30  options  NFSCL   # New Network Filesystem Client Line 32  options  NFSCL   # New Network Filesystem Client
 options         NFSD                    # New Network Filesystem Server  options         NFSD                    # New Network Filesystem Server
 options         NFSCLIENT               #Network File System client  options         NFSCLIENT               #Network File System client
 options         NFSSERVER               #Network File System server  options         NFSSERVER               #Network File System server
 options         MD_ROOT_SIZE=8000  
 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 42  options  GEOM_RAID  # Soft RAID functionality. Line 43  options  GEOM_RAID  # Soft RAID functionality.
 options         GEOM_LABEL              # Provides labelization  options         GEOM_LABEL              # Provides labelization
 options         GEOM_GATE  options         GEOM_GATE
 options         GEOM_UZIP  options         GEOM_UZIP
options         GEOM_REDBOOT#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_MAP 
 options         GEOM_UNCOMPRESS  options         GEOM_UNCOMPRESS
 options         GEOM_ELI  options         GEOM_ELI
 options         GEOM_MIRROR  options         GEOM_MIRROR
Line 85  options  INCLUDE_CONFIG_FILE     # Include this file i Line 84  options  INCLUDE_CONFIG_FILE     # Include this file i
   
 # Debugging support.  Always need this:  # Debugging support.  Always need this:
 #options        KDB                     # Enable kernel debugger support.  #options        KDB                     # Enable kernel debugger support.
 # For minimum debugger support (stable branch) use:  
 #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 this instead:# 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
Line 156  device  sa  # Sequential Access (tape etc) Line 154  device  sa  # Sequential Access (tape etc)
 device          cd              # CD  device          cd              # CD
 device          pass            # Passthrough device (direct ATA/SCSI access)  device          pass            # Passthrough device (direct ATA/SCSI access)
 device          ses             # Enclosure Services (SES and SAF-TE)  device          ses             # Enclosure Services (SES and SAF-TE)
device          ctl             # CAM Target Layer#device          ctl             # CAM Target Layer
   
 # RAID controllers interfaced to the SCSI subsystem  # RAID controllers interfaced to the SCSI subsystem
 device          amr             # AMI MegaRAID  device          amr             # AMI MegaRAID
Line 226  device  ppi  # Parallel port interface device Line 224  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 Ethernet NICs.  # PCI Ethernet NICs.
device          bxe             # Broadcom BCM57710/BCM57711/BCM57711E 10Gb Ethernetdevice          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          igb             # Intel PRO/1000 PCIE Server Gigabit Family  device          igb             # Intel PRO/1000 PCIE Server Gigabit Family
Line 300  device  wlan_acl Line 298  device  wlan_acl
 device          wlan_xauth  device          wlan_xauth
 device          wlan_rssadapt  device          wlan_rssadapt
 #options        AH_RXCFG_SDMAMW_4BYTES  #options        AH_RXCFG_SDMAMW_4BYTES
   #options        ATH_EEPROM_FIRMWARE     # Use EEPROM from flash
   options         ALQ
 options         IEEE80211_ALQ  options         IEEE80211_ALQ
 options         IEEE80211_SUPPORT_TDMA  options         IEEE80211_SUPPORT_TDMA
 options         IEEE80211_SUPPORT_SUPERG  options         IEEE80211_SUPPORT_SUPERG
Line 341  device  wpifw Line 341  device  wpifw
 # Pseudo devices.  # Pseudo devices.
 device          loop            # Network loopback  device          loop            # Network loopback
 device          random          # Entropy device  device          random          # Entropy device
options         PADLOCK_RNG        # VIA Padlock RNGdevice          padlock_rng        # VIA Padlock RNG
options         RDRAND_RNG        # Intel Bull Mountain RNGdevice          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          tun             # Packet tunnel.
Line 427  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
   
   # HyperV drivers
   device          hyperv          # HyperV drivers 
   
   # Xen HVM Guest Optimizations
   # NOTE: XENHVM depends on xenpci.  They must be added or removed together.
   options         XENHVM          # Xen HVM kernel infrastructure
   device          xenpci          # Xen HVM Hypervisor services driver
   
   # VMware support
   device          vmx             # VMware VMXNET3 Ethernet
   
 ### ELWIX Additional custom settings ...  ### ELWIX Additional custom settings ...
   
   #device         iscsi_initiator
   
 device          if_bridge  device          if_bridge
 device          bridgestp  
 device          tap  device          tap
 device          gre  device          gre
 device          lagg  device          lagg
Line 438  device  carp Line 450  device  carp
   
 device          siba_bwn  device          siba_bwn
   
options         NDISAPI#options         NDISAPI
 #device         ndis  #device         ndis
   
 device          pf  device          pf
Line 513  options  NETGRAPH_BPF Line 525  options  NETGRAPH_BPF
 options         NETGRAPH_GIF  options         NETGRAPH_GIF
 options         NETGRAPH_GIF_DEMUX  options         NETGRAPH_GIF_DEMUX
 options         NETGRAPH_BRIDGE  options         NETGRAPH_BRIDGE
   options         NETGRAPH_VLAN
   options         NETGRAPH_PIPE
   options         NETGRAPH_CAR
   
 options         NULLFS  options         NULLFS
 options         UNIONFS  options         UNIONFS

Removed from v.1.1.2.2  
changed lines
  Added in v.1.4.2.4


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