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

version 1.110.4.10, 2002/10/18 02:38:31 version 1.110.4.11, 2002/11/11 22:00:09
Line 33  options  ALTIVEC  # Include AltiVec supp
Line 33  options  ALTIVEC  # Include AltiVec supp
 #options        INSECURE        # disable kernel security levels  #options        INSECURE        # disable kernel security levels
   
 options         RTC_OFFSET=0    # hardware clock is this many mins. west of GMT  options         RTC_OFFSET=0    # hardware clock is this many mins. west of GMT
 #options        NTP             # NTP phase/frequency locked loop  options         NTP             # NTP phase/frequency locked loop
 options         KTRACE          # system call tracing via ktrace(1)  options         KTRACE          # system call tracing via ktrace(1)
 options         SYSTRACE        # system call vetting via systrace(1)  options         SYSTRACE        # system call vetting via systrace(1)
   
Line 51  options  LKM  # loadable kernel modules
Line 51  options  LKM  # loadable kernel modules
 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)
   
   # Enable experimental buffer queue strategy for better responsiness under
   # high disk I/O load. Use it with caution - it's not proven to be stable yet.
   #options        NEW_BUFQ_STRATEGY
   
 # Diagnostic/debugging support options  # Diagnostic/debugging support options
 options         DIAGNOSTIC      # cheap kernel consistency checks  options         DIAGNOSTIC      # cheap kernel consistency checks
 #options        DEBUG           # expensive debugging checks/support  #options        DEBUG           # expensive debugging checks/support
Line 72  options  COMPAT_14 # NetBSD 1.4,
Line 76  options  COMPAT_14 # NetBSD 1.4,
 options         COMPAT_43       # and 4.3BSD  options         COMPAT_43       # and 4.3BSD
 #options        COMPAT_386BSD_MBRPART # recognize old partition ID  #options        COMPAT_386BSD_MBRPART # recognize old partition ID
 options         COMPAT_LINUX    # Linux binary compatibility  options         COMPAT_LINUX    # Linux binary compatibility
   #options        COMPAT_MACH     # Mach binary compatibility (experimental)
   #options        EXEC_MACHO      # Mach-O binary support, needed for COMPAT_MACH
 #options        TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.  #options        TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.
   
 # File systems  # File systems

Legend:
Removed from v.1.110.4.10  
changed lines
  Added in v.1.110.4.11

CVSweb <webmaster@jp.NetBSD.org>