[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.9 and 1.110.4.10

version 1.110.4.9, 2002/08/27 23:44:43 version 1.110.4.10, 2002/10/18 02:38:31
Line 35  options  ALTIVEC  # Include AltiVec supp
Line 35  options  ALTIVEC  # Include AltiVec supp
 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         SYSVMSG         # System V message queues  options         SYSVMSG         # System V message queues
 options         SYSVSEM         # System V semaphores  options         SYSVSEM         # System V semaphores
Line 47  options  SYSVSHM  # System V shared memo
Line 48  options  SYSVSHM  # System V shared memo
   
 options         LKM             # loadable kernel modules  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)
   
 # Diagnostic/debugging support options  # Diagnostic/debugging support options
Line 97  options  SOFTDEP  # FFS soft updates sup
Line 98  options  SOFTDEP  # FFS soft updates sup
 options         NFSSERVER       # Network File System server  options         NFSSERVER       # Network File System server
 #options        EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and  #options        EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
                                 # immutable) behave as system flags.                                  # immutable) behave as system flags.
   options         APPLE_UFS       # Apple UFS support in FFS
   
 options         NFS_BOOT_DHCP   # Support DHCP NFS root  options         NFS_BOOT_DHCP   # Support DHCP NFS root
   
Line 119  options  PPP_DEFLATE # Deflate compressi
Line 121  options  PPP_DEFLATE # Deflate compressi
 options         PPP_FILTER      # Active filter support for PPP (requires bpf)  options         PPP_FILTER      # Active filter support for PPP (requires bpf)
 options         PFIL_HOOKS      # pfil(9) packet filter hooks  options         PFIL_HOOKS      # pfil(9) packet filter hooks
 options         IPFILTER_LOG    # ipmon(8) log support  options         IPFILTER_LOG    # ipmon(8) log support
   #options        IPFILTER_DEFAULT_BLOCK  # block all packets by default
 #options        TCP_DEBUG       # Record last TCP_NDEBUG packets with SO_DEBUG  #options        TCP_DEBUG       # Record last TCP_NDEBUG packets with SO_DEBUG
   
 # These options enable verbose messages for several subsystems.  # These options enable verbose messages for several subsystems.
Line 361  midi* at eap?   # 137[01] MIDI port
Line 364  midi* at eap?   # 137[01] MIDI port
   
 pseudo-device   vnd             4       # disk-like interface to files  pseudo-device   vnd             4       # disk-like interface to files
 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  raid            8       # RAIDframe disk driver  #pseudo-device  raid            8       # RAIDframe disk driver
 #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.

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

CVSweb <webmaster@jp.NetBSD.org>