Diff for /elwix/config/Attic/ELWIX between versions 1.3.2.10 and 1.3.2.11

version 1.3.2.10, 2012/05/29 08:11:52 version 1.3.2.11, 2012/05/30 07:07:44
Line 28  options  INIT_PATH=/sbin/initx:/sbin/init Line 28  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
   
 device          hwpmc                   # Driver (also a loadable module)  
   
 options         SCHED_ULE               # ULE scheduler  options         SCHED_ULE               # ULE scheduler
 options         PREEMPTION              # Enable kernel thread preemption  options         PREEMPTION              # Enable kernel thread preemption
 options         INET                    # InterNETworking  options         INET                    # InterNETworking
 options         INET6                   # IPv6 communications protocols  options         INET6                   # IPv6 communications protocols
#options         SCTP                    # Stream Control Transmission Protocoloptions         SCTP                    # Stream Control Transmission Protocol
 options         FFS                     # Berkeley Fast Filesystem  options         FFS                     # Berkeley Fast Filesystem
 options         SOFTUPDATES             # Enable FFS soft updates support  options         SOFTUPDATES             # Enable FFS soft updates support
 options         UFS_ACL                 # Support for access control lists  options         UFS_ACL                 # Support for access control lists
Line 53  options  CD9660   # ISO 9660 Filesystem Line 51  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_RAID               # Soft RAID functionality.  
 options         GEOM_LABEL              # Provides labelization  options         GEOM_LABEL              # Provides labelization
 options         GEOM_UZIP  options         GEOM_UZIP
 options         GEOM_ELI  options         GEOM_ELI
Line 63  options  GEOM_STRIPE Line 60  options  GEOM_STRIPE
 options         GEOM_VIRSTOR  options         GEOM_VIRSTOR
 options         GEOM_CACHE  options         GEOM_CACHE
 options         GEOM_MULTIPATH  options         GEOM_MULTIPATH
 options         GEOM_MBR  
 options         GEOM_BSD  
 options         GEOM_LINUX_LVM          # Linux LVM2 volumes  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
Line 430  device  carp Line 425  device  carp
   
 device          siba_bwn  device          siba_bwn
   
#options         NDISAPIoptions         NDISAPI
 #device         ndis  #device         ndis
   
 device          pf  device          pf
Line 516  options  VFS_AIO Line 511  options  VFS_AIO
 device          ic  device          ic
 device          iic  device          iic
 device          iicsmb  device          iicsmb
device          iicoc           # OpenCores I2C controller support#device          iicoc           # OpenCores I2C controller support
 device          smb  device          smb
 device          smbus  device          smbus
 device          iicbus  device          iicbus
Line 550  device  glxsb Line 545  device  glxsb
 device          glxiic  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 565  device  wbwd Line 558  device  wbwd
   
 #device         disc  #device         disc
 #device         edsc  #device         edsc
options         VIMAGE#options         VIMAGE
 device          epair  device          epair
 device          stf  device          stf
   
 # NETMAP subsystem  # NETMAP subsystem
device          netmap###device          netmap
   
 device          rlswitch  device          rlswitch
   
Line 580  options  ACCEPT_FILTER_HTTP Line 573  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.2.10  
changed lines
  Added in v.1.3.2.11


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