[BACK]Return to GENERIC CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / sparc64 / 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/sparc64/conf/GENERIC between version 1.98 and 1.98.6.3

version 1.98, 2008/02/02 13:42:43 version 1.98.6.3, 2008/09/28 10:40:08
Line 152  options  COMPAT_15 # NetBSD 1.5 binary c
Line 152  options  COMPAT_15 # NetBSD 1.5 binary c
 options         COMPAT_16       # NetBSD 1.6 binary compatibility  options         COMPAT_16       # NetBSD 1.6 binary compatibility
 options         COMPAT_20       # NetBSD 2.0 binary compatibility  options         COMPAT_20       # NetBSD 2.0 binary compatibility
 options         COMPAT_30       # NetBSD 3.0 binary compatibility  options         COMPAT_30       # NetBSD 3.0 binary compatibility
   options         COMPAT_40       # NetBSD 4.0 binary compatibility
 options         COMPAT_SUNOS    # SunOS 4.x binary compatibility  options         COMPAT_SUNOS    # SunOS 4.x binary compatibility
 options         COMPAT_SVR4     # SunOS 5.x binary compatibility  options         COMPAT_SVR4     # SunOS 5.x binary compatibility
 options         COMPAT_SVR4_32  # SunOS 5.x 32-bit binary compatibility -- 64-bit only  options         COMPAT_SVR4_32  # SunOS 5.x 32-bit binary compatibility -- 64-bit only
Line 187  options  NFSSERVER # Sun NFS-compatible 
Line 188  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         WAPBL           # File system journaling support - 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 414  fdc0 at sbus? slot ? offset ?  # SUNW,fd
Line 416  fdc0 at sbus? slot ? offset ?  # SUNW,fd
 #fdc0   at ebus?                                # fdthree, EXPERIMENTAL  #fdc0   at ebus?                                # fdthree, EXPERIMENTAL
 fd*     at fdc0                                 # the drive itself  fd*     at fdc0                                 # the drive itself
   
   #
   # accept filters
   pseudo-device   accf_data               # "dataready" accept filter
   pseudo-device   accf_http               # "httpready" accept filter
   
 ## A disk-like interface to files.  Can be used to create floppy, CD,  ## A disk-like interface to files.  Can be used to create floppy, CD,
 ## miniroot images, etc.  ## miniroot images, etc.
   
Line 903  pseudo-device ksyms   # /dev/ksyms
Line 910  pseudo-device ksyms   # /dev/ksyms
 pseudo-device   fss             4       # file system snapshot device  pseudo-device   fss             4       # file system snapshot device
 #pseudo-device  bcsp                    # BlueCore Serial Protocol  #pseudo-device  bcsp                    # BlueCore Serial Protocol
 #pseudo-device  btuart                  # Bluetooth HCI UART (H4)  #pseudo-device  btuart                  # Bluetooth HCI UART (H4)
   pseudo-device   lockstat                # lock profiling
   
 options         FILEASSOC               # fileassoc(9) - required for Veriexec  options         FILEASSOC               # fileassoc(9) - required for Veriexec
   

Legend:
Removed from v.1.98  
changed lines
  Added in v.1.98.6.3

CVSweb <webmaster@jp.NetBSD.org>