Diff for /elwix/config/Attic/ELWIX between versions 1.1.1.1 and 1.3.2.1

version 1.1.1.1, 2011/07/05 23:43:00 version 1.3.2.1, 2012/02/08 13:54:55
Line 16 Line 16
 # If you are in doubt as to the purpose or necessity of a line, check first  # If you are in doubt as to the purpose or necessity of a line, check first
 # in NOTES.  # in NOTES.
 #  #
# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.550 2011/06/14 20:30:49 hselasky Exp $# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.556 2011/10/19 21:55:20 kensmith Exp $
   
 cpu             I486_CPU  cpu             I486_CPU
 cpu             I586_CPU  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 40  options  NFSCL   # New Network Filesystem Client Line 42  options  NFSCL   # New Network Filesystem Client
 options         NFSD                    # New Network Filesystem Server  options         NFSD                    # New Network Filesystem Server
 options         MD_ROOT_SIZE=5120  options         MD_ROOT_SIZE=5120
 options         NFSLOCKD                # Network Lock Manager  options         NFSLOCKD                # Network Lock Manager
options         NFS_ROOT                # NFS usable as /, requires NFSCLIENToptions         NFS_ROOT                # NFS usable as /, requires NFSCL
 options         MSDOSFS                 # MSDOS Filesystem  options         MSDOSFS                 # MSDOS Filesystem
 options         CD9660                  # ISO 9660 Filesystem  options         CD9660                  # ISO 9660 Filesystem
 options         PROCFS                  # Process filesystem (requires PSEUDOFS)  options         PROCFS                  # Process filesystem (requires PSEUDOFS)
Line 59  options  GEOM_RAID3 Line 61  options  GEOM_RAID3
 options         GEOM_CACHE  options         GEOM_CACHE
 options         GEOM_MULTIPATH  options         GEOM_MULTIPATH
 options         GEOM_NOP  options         GEOM_NOP
   options         GEOM_AES                # Don't use, use GEOM_BDE
   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 77  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
 options         INCLUDE_CONFIG_FILE     # Include this file in kernel  options         INCLUDE_CONFIG_FILE     # Include this file in kernel
   
# Debugging for use in -current# 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.
   # For full debugger support use this instead:
 #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 124  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 142  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 150  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 164  device  iir  # Intel Integrated RAID Line 175  device  iir  # Intel Integrated RAID
 device          ips             # IBM (Adaptec) ServeRAID  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
   
 # RAID controllers  # RAID controllers
 device          aac             # Adaptec FSA RAID  device          aac             # Adaptec FSA RAID
Line 213  device  plip  # TCP/IP over parallel Line 225  device  plip  # TCP/IP over parallel
 device          ppi             # Parallel port interface device  device          ppi             # Parallel port interface device
 #device         vpo             # Requires scbus and da  #device         vpo             # Requires scbus and da
   
# If you've got a "dumb" serial or parallel PCI card that isdevice          puc             # Multi I/O cards and multi-channel UARTs
# supported by the puc(4) glue driver, uncomment the following 
# line to enable it (connects to sio, uart and/or ppc drivers): 
device          puc 
   
 # 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 Familydevice          em              # Intel Pro/1000 Gigabit Ethernet
device          igb             # Intel PRO/1000 PCIE Server Gigabit Familydevice          igb             # Intel Pro/1000 PCIE Gigabit Ethernet
device          ixgb            # Intel PRO/10GbE Ethernet Carddevice          ixgb            # Intel Pro/10Gbe PCI-X Ethernet
 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 239  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)
 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
device          nfe                # nVidia nForce MCP on-board Ethernetdevice          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          pcn             # AMD Am79C97x PCI 10/100 (precedence over 'le')  
 device          re              # RealTek 8139C+/8169/8169S/8110S  device          re              # RealTek 8139C+/8169/8169S/8110S
 device          rl              # RealTek 8129/8139  device          rl              # RealTek 8129/8139
   device          pcn             # AMD Am79C97x PCI 10/100 NICs
 device          sf              # Adaptec AIC-6915 (``Starfire'')  device          sf              # Adaptec AIC-6915 (``Starfire'')
 device          sge             # Silicon Integrated Systems SiS190/191  device          sge             # Silicon Integrated Systems SiS190/191
 device          sis             # Silicon Integrated Systems SiS 900/SiS 7016  device          sis             # Silicon Integrated Systems SiS 900/SiS 7016
Line 259  device  ste  # Sundance ST201 (D-Link DFE-550TX) Line 274  device  ste  # Sundance ST201 (D-Link DFE-550TX)
 device          stge            # Sundance/Tamarack TC9021 gigabit Ethernet  device          stge            # Sundance/Tamarack TC9021 gigabit Ethernet
 device          tl              # Texas Instruments ThunderLAN  device          tl              # Texas Instruments ThunderLAN
 device          tx              # SMC EtherPower II (83c170 ``EPIC'')  device          tx              # SMC EtherPower II (83c170 ``EPIC'')
 device          vge             # VIA VT612x gigabit Ethernet  
 device          vr              # VIA Rhine, Rhine II  device          vr              # VIA Rhine, Rhine II
 device          vte             # DM&P Vortex86 RDC R6040 Fast Ethernet  device          vte             # DM&P Vortex86 RDC R6040 Fast Ethernet
 device          wb              # Winbond W89C840F  device          wb              # Winbond W89C840F
 device          xl              # 3Com 3c90x (``Boomerang'', ``Cyclone'')  device          xl              # 3Com 3c90x (``Boomerang'', ``Cyclone'')
   
   device          nfe             # nVidia nForce MCP on-board Ethernet
   #device         nve             # nVidia nForce MCP on-board Ethernet Networking
   device          vge             # VIA VT612x gigabit Ethernet
   
 # ISA Ethernet NICs.  pccard NICs included.  # ISA Ethernet NICs.  pccard NICs included.
 device          cs              # Crystal Semiconductor CS89x0 NIC  device          cs              # Crystal Semiconductor CS89x0 NIC
 # 'device ed' requires 'device miibus'  # 'device ed' requires 'device miibus'
Line 308  device  ral  # Ralink Technology RT2500 wireless NICs. Line 326  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 370  device  uath  # Atheros AR5523 wireless NICs Line 389  device  uath  # Atheros AR5523 wireless NICs
 device          upgt            # Conexant/Intersil PrismGT wireless NICs.  device          upgt            # Conexant/Intersil PrismGT wireless NICs.
 device          ural            # Ralink Technology RT2500USB wireless NICs  device          ural            # Ralink Technology RT2500USB wireless NICs
 device          urtw            # Realtek RTL8187B/L wireless NICs  device          urtw            # Realtek RTL8187B/L wireless NICs
device          zyd             # ZyDAS zb1211/zb1211b wireless NICsdevice          zyd             # ZyDAS zd1211/zd1211b wireless NICs
   
 # FireWire support  # FireWire support
 device          firewire        # FireWire bus code  device          firewire        # FireWire bus code
device          sbp             # SCSI over FireWire (Requires scbus and da)# sbp(4) works for some systems but causes boot failure on others
 #device          sbp             # SCSI over FireWire (Requires scbus and da)
 device          fwe             # Ethernet over FireWire (non-standard!)  device          fwe             # Ethernet over FireWire (non-standard!)
 device          fwip            # IP over FireWire (RFC 2734,3146)  device          fwip            # IP over FireWire (RFC 2734,3146)
 device          dcons           # Dumb console driver  device          dcons           # Dumb console driver
Line 388  device  snd_ich  # Intel, NVidia and other ICH AC'97 A Line 408  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 420  options  ALTQ_RED Line 447  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 484  device  smb Line 512  device  smb
 device          smbus  device          smbus
 device          iicbus  device          iicbus
 device          iicbb  device          iicbb
#device          bktrdevice          bktr
#options         BKTR_NEW_MSP34XX_DRIVERoptions         BKTR_NEW_MSP34XX_DRIVER
 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 502  device  coretemp Line 539  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          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
   
   device          netmap
   
 options         ACCEPT_FILTER_DATA  options         ACCEPT_FILTER_DATA
 options         ACCEPT_FILTER_DNS  options         ACCEPT_FILTER_DNS
 options         ACCEPT_FILTER_HTTP  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.1.1.1  
changed lines
  Added in v.1.3.2.1


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