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

version 1.14, 2008/06/01 03:34:17 version 1.14.4.2, 2008/12/13 01:13:15
Line 59  options  SYSVSEM  # System V-like semaph
Line 59  options  SYSVSEM  # System V-like semaph
 options         SYSVSHM         # System V-like memory sharing  options         SYSVSHM         # System V-like memory sharing
 options         P1003_1B_SEMAPHORE      # p1003.1b semaphore support  options         P1003_1B_SEMAPHORE      # p1003.1b semaphore support
   
 options         LKM             # loadable kernel modules  #options        MODULAR         # new style module framework
   
 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)
Line 119  file-system TMPFS  # Efficient memory fi
Line 119  file-system TMPFS  # Efficient memory fi
 # File system options  # File system options
 options         QUOTA           # UFS quotas  options         QUOTA           # UFS quotas
 #options        FFS_EI          # FFS Endian Independent support  #options        FFS_EI          # FFS Endian Independent support
 options         SOFTDEP         # FFS soft updates support.  options         WAPBL           # File system journaling support - Experimental
 #options        UFS_DIRHASH     # UFS Large Directory Hashing - Experimental  #options        UFS_DIRHASH     # UFS Large Directory Hashing - Experimental
 options         NFSSERVER       # Network File System server  options         NFSSERVER       # Network File System server
 #options        FFS_NO_SNAPSHOT # ffs snapshots  #options        FFS_NO_SNAPSHOT # ffs snapshots
Line 405  cinclude "arch/landisk/conf/GENERIC.loca
Line 405  cinclude "arch/landisk/conf/GENERIC.loca
   
 # Pseudo-Devices  # Pseudo-Devices
   
   #
   # accept filters
   pseudo-device   accf_data               # "dataready" accept filter
   pseudo-device   accf_http               # "httpready" accept filter
   
 # disk/mass storage pseudo-devices  # disk/mass storage pseudo-devices
 pseudo-device   ccd             4       # concatenated/striped disk devices  pseudo-device   ccd             4       # concatenated/striped disk devices
 #pseudo-device  cgd             4       # cryptographic disk devices  #pseudo-device  cgd             4       # cryptographic disk devices

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.14.4.2

CVSweb <webmaster@jp.NetBSD.org>