[BACK]Return to GENERIC CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / x68k / conf

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/x68k/conf/GENERIC between version 1.137 and 1.137.6.1

version 1.137, 2007/12/31 15:32:08 version 1.137.6.1, 2008/04/03 12:42:29
Line 82  options  P1003_1B_SEMAPHORE # p1003.1b s
Line 82  options  P1003_1B_SEMAPHORE # p1003.1b s
 #options        LKM  #options        LKM
   
 options         USERCONF        # userconf(4) support  options         USERCONF        # userconf(4) support
 #options        PIPE_SOCKETPAIR # smaller, but slower pipe(2)  #options        PIPE_SOCKETPAIR # smaller, but slower pipe(2)
 options         SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel  options         SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
   
 # Enable experimental buffer queue strategy for better responsiveness under  # Enable experimental buffer queue strategy for better responsiveness under
Line 165  options  COMPAT_AOUT_M68K # compatibilit
Line 165  options  COMPAT_AOUT_M68K # compatibilit
 #options        COMPAT_SVR4     # SVR4 binary compatibility; broken  #options        COMPAT_SVR4     # SVR4 binary compatibility; broken
 #options        COMPAT_LINUX    # Linux/m68k binary compatibility  #options        COMPAT_LINUX    # Linux/m68k binary compatibility
 #options        TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.  #options        TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.
 options         COMPAT_BSDPTY   # /dev/[pt]ty?? ptys.  options         COMPAT_BSDPTY   # /dev/[pt]ty?? ptys.
   
 ## File systems.  ## File systems.
 file-system     FFS             # Berkeley Fast Filesystem  file-system     FFS             # Berkeley Fast Filesystem
Line 192  options  NFSSERVER # Sun NFS-compatible 
Line 192  options  NFSSERVER # Sun NFS-compatible 
 #options        QUOTA           # FFS quotas  #options        QUOTA           # FFS quotas
 #options        FFS_EI          # FFS Endian Independent support  #options        FFS_EI          # FFS Endian Independent support
 options         SOFTDEP         # FFS soft updates support.  options         SOFTDEP         # FFS soft updates support.
 #options        UFS_DIRHASH     # UFS Large Directory Hashing - Experimental  #options        UFS_DIRHASH     # UFS Large Directory Hashing - Experimental
 options         FFS_NO_SNAPSHOT # No FFS snapshot support  options         FFS_NO_SNAPSHOT # No FFS snapshot support
   
 ## Network protocol support.  In most environments, INET is required.  ## Network protocol support.  In most environments, INET is required.
Line 313  bmd* at intio0 addr 0xecebf0  # Nereid
Line 313  bmd* at intio0 addr 0xecebf0  # Nereid
 # Nereid USB controllers  # Nereid USB controllers
 #slhci0 at intio0 addr 0xece380 intr 251  #slhci0 at intio0 addr 0xece380 intr 251
 #slhci1 at intio0 addr 0xeceb80 intr 250  #slhci1 at intio0 addr 0xeceb80 intr 250
 #options        SLHCI_DEBUG  #options        SLHCI_DEBUG
   
 # USB bus support  # USB bus support
 #usb*   at slhci?  #usb*   at slhci?
Line 442  pseudo-device vnd 
Line 442  pseudo-device vnd 
 pseudo-device   raid    8  pseudo-device   raid    8
 options         RAID_AUTOCONFIG         # auto-configuration of RAID components  options         RAID_AUTOCONFIG         # auto-configuration of RAID components
 # Options to enable various other RAIDframe RAID types.  # Options to enable various other RAIDframe RAID types.
 # options       RF_INCLUDE_EVENODD=1  # options       RF_INCLUDE_EVENODD=1
 # options       RF_INCLUDE_RAID5_RS=1  # options       RF_INCLUDE_RAID5_RS=1
 # options       RF_INCLUDE_PARITYLOGGING=1  # options       RF_INCLUDE_PARITYLOGGING=1
 # options       RF_INCLUDE_CHAINDECLUSTER=1  # options       RF_INCLUDE_CHAINDECLUSTER=1
 # options       RF_INCLUDE_INTERDECLUSTER=1  # options       RF_INCLUDE_INTERDECLUSTER=1
 # options       RF_INCLUDE_PARITY_DECLUSTERING=1  # options       RF_INCLUDE_PARITY_DECLUSTERING=1
 # options       RF_INCLUDE_PARITY_DECLUSTERING_DS=1  # options       RF_INCLUDE_PARITY_DECLUSTERING_DS=1
   
   
 ## Memory disk device, used on boot floppies with compressed  ## Memory disk device, used on boot floppies with compressed
Line 496  pseudo-device vlan
Line 496  pseudo-device vlan
   
 ## Simple inter-network traffic bridging  ## Simple inter-network traffic bridging
 pseudo-device   bridge  pseudo-device   bridge
 #options        BRIDGE_IPF              # bridge uses IP/IPv6 pfil hooks too  #options        BRIDGE_IPF              # bridge uses IP/IPv6 pfil hooks too
 pseudo-device   agr                     # IEEE 802.3ad link aggregation  pseudo-device   agr                     # IEEE 802.3ad link aggregation
   
 #### Other device configuration  #### Other device configuration

Legend:
Removed from v.1.137  
changed lines
  Added in v.1.137.6.1

CVSweb <webmaster@jp.NetBSD.org>