Diff for /elwix/config/Attic/ELWIX between versions 1.3 and 1.3.2.4

version 1.3, 2011/11/02 09:51:32 version 1.3.2.4, 2012/02/22 23:09:26
Line 23  cpu  I586_CPU Line 23  cpu  I586_CPU
 cpu             I686_CPU  cpu             I686_CPU
 ident           ELWIX  ident           ELWIX
   
   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
   
 options         SCHED_ULE               # ULE scheduler  options         SCHED_ULE               # ULE scheduler
Line 38  options  UFS_GJOURNAL  # Enable gjournal-based UFS jou Line 40  options  UFS_GJOURNAL  # Enable gjournal-based UFS jou
 options         MD_ROOT                 # MD is a potential root device  options         MD_ROOT                 # MD is a potential root device
 options         NFSCL                   # New Network Filesystem Client  options         NFSCL                   # New Network Filesystem Client
 options         NFSD                    # New Network Filesystem Server  options         NFSD                    # New Network Filesystem Server
options         MD_ROOT_SIZE=5120options         MD_ROOT_SIZE=8192
 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 79  options  PRINTF_BUFR_SIZE=128 # Prevent printf output  Line 81  options  PRINTF_BUFR_SIZE=128 # Prevent printf output 
 options         KBD_INSTALL_CDEV        # install a CDEV entry in /dev  options         KBD_INSTALL_CDEV        # install a CDEV entry in /dev
 options         HWPMC_HOOKS             # Necessary kernel hooks for hwpmc(4)  options         HWPMC_HOOKS             # Necessary kernel hooks for hwpmc(4)
 options         AUDIT                   # Security event auditing  options         AUDIT                   # Security event auditing
   options         CAPABILITY_MODE         # Capsicum capability mode
   options         CAPABILITIES            # Capsicum capabilities
 options         MAC                     # TrustedBSD MAC Framework  options         MAC                     # TrustedBSD MAC Framework
 options         FLOWTABLE               # per-cpu routing cache  options         FLOWTABLE               # per-cpu routing cache
 #options        KDTRACE_HOOKS           # Kernel DTrace hooks  #options        KDTRACE_HOOKS           # Kernel DTrace hooks
Line 129  options  AHC_REG_PRETTY_PRINT # Print register bitfiel Line 133  options  AHC_REG_PRETTY_PRINT # Print register bitfiel
 device          ahd             # AHA39320/29320 and onboard AIC79xx devices  device          ahd             # AHA39320/29320 and onboard AIC79xx devices
 options         AHD_REG_PRETTY_PRINT    # Print register bitfields in debug  options         AHD_REG_PRETTY_PRINT    # Print register bitfields in debug
                                         # output.  Adds ~215k to driver.                                          # output.  Adds ~215k to driver.
device          amd                # AMD 53C974 (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
 #device         ispfw           # Firmware for QLogic HBAs- normally a module  #device         ispfw           # Firmware for QLogic HBAs- normally a module
Line 147  device  bt  # Buslogic/Mylex MultiMaster SCSI adapters Line 151  device  bt  # Buslogic/Mylex MultiMaster SCSI adapters
 device          ncv             # NCR 53C500  device          ncv             # NCR 53C500
 device          nsp             # Workbit Ninja SCSI-3  device          nsp             # Workbit Ninja SCSI-3
 device          stg             # TMC 18C30/18C50  device          stg             # TMC 18C30/18C50
   device          isci            # Intel C600 SAS controller
   
 # ATA/SCSI peripherals  # ATA/SCSI peripherals
 device          scbus           # SCSI bus (required for ATA/SCSI)  device          scbus           # SCSI bus (required for ATA/SCSI)
Line 155  device  da  # Direct Access (disks) Line 160  device  da  # Direct Access (disks)
 device          sa              # Sequential Access (tape etc)  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             # SCSI Environmental Services (and SAF-TE)device          ses             # Enclosure Services (SES and SAF-TE)
 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 220  device  ppi  # Parallel port interface device Line 226  device  ppi  # Parallel port interface device
 #device         vpo             # Requires scbus and da  #device         vpo             # Requires scbus and da
   
 device          puc             # Multi I/O cards and multi-channel UARTs  device          puc             # Multi I/O cards and multi-channel UARTs
 device          mos  
   
 # PCI Ethernet NICs.  # PCI Ethernet NICs.
 device          bxe             # Broadcom BCM57710/BCM57711/BCM57711E 10Gb Ethernet  device          bxe             # Broadcom BCM57710/BCM57711/BCM57711E 10Gb Ethernet
   device          cxgbe           # Chelsio T4 10GbE PCIe adapter
 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
 device          ixgb            # Intel PRO/10GbE Ethernet Card  device          ixgb            # Intel PRO/10GbE Ethernet Card
   device          ixgbe           # Intel Pro/10Gbe PCIE Ethernet
 device          le              # AMD Am7900 LANCE and Am79C9xx PCnet  device          le              # AMD Am7900 LANCE and Am79C9xx PCnet
   device          mxge            # Myricom Myri-10G 10GbE NIC
   device          nxge            # Neterion Xframe 10GbE Server/Storage Adapter
 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'')
 device          vx              # 3Com 3c590, 3c595 (``Vortex'')  device          vx              # 3Com 3c590, 3c595 (``Vortex'')
   device          vxge            # Exar/Neterion XFrame 3100 10GbE
   
 # 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 243  device  ale  # Atheros AR8121/AR8113/AR8114 Ethernet Line 253  device  ale  # Atheros AR8121/AR8113/AR8114 Ethernet
 device          bce             # Broadcom BCM5706/BCM5708 Gigabit Ethernet  device          bce             # Broadcom BCM5706/BCM5708 Gigabit Ethernet
 device          bfe             # Broadcom BCM440x 10/100 Ethernet  device          bfe             # Broadcom BCM440x 10/100 Ethernet
 device          bge             # Broadcom BCM570xx Gigabit Ethernet  device          bge             # Broadcom BCM570xx Gigabit Ethernet
   device          cxgb            # Chelsio T3 10 Gigabit Ethernet
   device          cxgb_t3fw       # Chelsio T3 10 Gigabit Ethernet firmware
 device          dc              # DEC/Intel 21143 and various workalikes  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)
Line 250  device  jme  # JMicron JMC250 Gigabit/JMC260 Fast Ethe Line 262  device  jme  # JMicron JMC250 Gigabit/JMC260 Fast Ethe
 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
 device          nfe             # nVidia nForce MCP on-board Ethernet  device          nfe             # nVidia nForce MCP on-board Ethernet
   device          my              # Myson Fast Ethernet (MTD80X, MTD89X)
 device          nge             # NatSemi DP83820 gigabit Ethernet  device          nge             # NatSemi DP83820 gigabit Ethernet
 #device         nve             # nVidia nForce MCP on-board Ethernet Networking  #device         nve             # nVidia nForce MCP on-board Ethernet Networking
 device          pcn             # AMD Am79C97x PCI 10/100 (precedence over 'le')  device          pcn             # AMD Am79C97x PCI 10/100 (precedence over 'le')
Line 312  device  ral  # Ralink Technology RT2500 wireless NICs. Line 325  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         wl              # Older non 802.11 Wavelan wireless NIC.
 device          wpi             # Intel 3945ABG wireless NICs.  device          wpi             # Intel 3945ABG wireless NICs.
device          iwnfw
 device          iwifw  device          iwifw
 device          ipwfw  device          ipwfw
device          wpifwdevice          iwnfw
 device          mwlfw  device          mwlfw
   device          wpifw
   
 # Pseudo devices.  # Pseudo devices.
 device          loop            # Network loopback  device          loop            # Network loopback
Line 393  device  snd_ich  # Intel, NVidia and other ICH AC'97 A Line 407  device  snd_ich  # Intel, NVidia and other ICH AC'97 A
 device          snd_uaudio      # USB Audio  device          snd_uaudio      # USB Audio
 device          snd_via8233     # VIA VT8233x Audio  device          snd_via8233     # VIA VT8233x Audio
   
   # MMC/SD
   device          mmc             # MMC/SD bus
   device          mmcsd           # MMC/SD memory card
   device          sdhci           # Generic PCI SD Host Controller
   
   ### ELWIX Additional custom settings ...
   
 device          if_bridge  device          if_bridge
 device          tap  device          tap
 device          gre  device          gre
Line 425  options  ALTQ_RED Line 446  options  ALTQ_RED
 options         ALTQ_RIO  options         ALTQ_RIO
   
 options         MROUTING  options         MROUTING
   options         PPS_SYNC
 options         DEVICE_POLLING  options         DEVICE_POLLING
 options         HZ=1000  options         HZ=1000
   
Line 494  options  BKTR_NEW_MSP34XX_DRIVER Line 516  options  BKTR_NEW_MSP34XX_DRIVER
 options         BKTR_KODICOM_MUX  options         BKTR_KODICOM_MUX
 device          speaker  device          speaker
   
   device          ipmi
   device          pcf
   
   device          mos
   
 device          gpio  device          gpio
 device          gpioled  device          gpioled
 device          gpioiic  device          gpioiic
   
 device          glxsb  device          glxsb
   device          glxiic
 options         CPU_GEODE  options         CPU_GEODE
 options         CPU_SOEKRIS  options         CPU_SOEKRIS
   options         CPU_ELAN
   options         CPU_ELAN_PPS
 options         COMPAT_AOUT  options         COMPAT_AOUT
 options         ENABLE_ALART            # Control alarm on Intel intpm driver  options         ENABLE_ALART            # Control alarm on Intel intpm driver
 options         PANIC_REBOOT_WAIT_TIME=10  options         PANIC_REBOOT_WAIT_TIME=10
Line 508  device  coretemp Line 538  device  coretemp
 device          cpuctl  device          cpuctl
 device          nvram  device          nvram
 device          ichwd  device          ichwd
   device          amdsbwd
   device          viawd
   
 #device         ef  
 device          cas  
 device          cxgb  
 device          vxge  
 device          disc  device          disc
 device          edsc  device          edsc
 device          epair  device          epair
 #device         gem  
 #device         hme  
 device          mxge  
 device          my  
 device          nxge  
 device          stf  device          stf
   
   # NETMAP subsystem
 #device         netmap  #device         netmap
   
 options         ACCEPT_FILTER_DATA  options         ACCEPT_FILTER_DATA
Line 531  options  ACCEPT_FILTER_HTTP Line 555  options  ACCEPT_FILTER_HTTP
   
 options         ZERO_COPY_SOCKETS  options         ZERO_COPY_SOCKETS
 options         SW_WATCHDOG  options         SW_WATCHDOG
   
   options         RACCT
   options         RCTL

Removed from v.1.3  
changed lines
  Added in v.1.3.2.4


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