[BACK]Return to FALCON CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / atari / 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/atari/conf/FALCON between version 1.40.2.1 and 1.40.2.2

version 1.40.2.1, 2002/01/10 19:39:53 version 1.40.2.2, 2002/02/11 20:07:30
Line 6 
Line 6 
 #  #
 # Created from:  # Created from:
 #               NetBSD: FALCON.in,v 1.5 2001/11/20 11:29:41 lukem Exp $  #               NetBSD: FALCON.in,v 1.5 2001/11/20 11:29:41 lukem Exp $
 #               NetBSD: GENERIC.in,v 1.10 2001/11/20 11:29:41 lukem Exp $  #               NetBSD: GENERIC.in,v 1.14 2002/01/27 13:23:13 jdolecek Exp $
   
 #This configuration file is for a generic ATARI-Falcon  #This configuration file is for a generic ATARI-Falcon
   
Line 91  options  QUOTA  # Disk quotas for local 
Line 91  options  QUOTA  # Disk quotas for local 
 options         SOFTDEP         # FFS soft updates support.  options         SOFTDEP         # FFS soft updates support.
 options         NFSSERVER       # Network File System server side code  options         NFSSERVER       # Network File System server side code
 #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.
   
 #Misc. debugging options  #Misc. debugging options
   
Line 132  options  SYSVSEM   # System V semaphores
Line 132  options  SYSVSEM   # System V semaphores
   
 options         KTRACE                  # Add kernel tracing system call  options         KTRACE                  # Add kernel tracing system call
 options         DIAGNOSTIC              # Add additional error checking code  options         DIAGNOSTIC              # Add additional error checking code
   #options        PIPE_SOCKETPAIR # smaller, but slower pipe(2)
   
 #These options enable verbose messages for several subsystems.  #These options enable verbose messages for several subsystems.
 #Warning, these may compile large string tables into the kernel!  #Warning, these may compile large string tables into the kernel!
Line 163  config  netbsd root on ? type ?
Line 164  config  netbsd root on ? type ?
   
 pseudo-device   sl                      # Slip  pseudo-device   sl                      # Slip
 pseudo-device   ppp                     # ppp  pseudo-device   ppp                     # ppp
   pseudo-device   pppoe                   # PPP over Ethernet (RFC 2516)
 pseudo-device   pty                     # pseudo-terminals  pseudo-device   pty                     # pseudo-terminals
 pseudo-device   loop                    # Loopback network  pseudo-device   loop                    # Loopback network
 pseudo-device   vnd             3       # 3 pseudo disks (see vnconfig)  pseudo-device   vnd             3       # 3 pseudo disks (see vnconfig)
Line 175  pseudo-device gif  4 # IPv[46] over IPv[
Line 177  pseudo-device gif  4 # IPv[46] over IPv[
 #pseudo-device  faith           1       # IPv[46] tcp relay translation i/f  #pseudo-device  faith           1       # IPv[46] tcp relay translation i/f
 #pseudo-device  stf             1       # 6to4 IPv6 over IPv4 encapsulation  #pseudo-device  stf             1       # 6to4 IPv6 over IPv4 encapsulation
 pseudo-device   vlan                    # IEEE 802.1q encapsulation  pseudo-device   vlan                    # IEEE 802.1q encapsulation
 #pseudo-device  bridge                  # simple inter-network bridging  pseudo-device   bridge                  # simple inter-network bridging
 pseudo-device   ccd             4       # concatenating disk driver  pseudo-device   ccd             4       # concatenating disk driver
 #pseudo-device  raid            4       # 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        RF_INCLUDE_EVENODD=1
   #options        RF_INCLUDE_RAID5_RS=1
   #options        RF_INCLUDE_PARITYLOGGING=1
   #options        RF_INCLUDE_CHAINDECLUSTER=1
   #options        RF_INCLUDE_INTERDECLUSTER=1
   #options        RF_INCLUDE_PARITY_DECLUSTERING=1
   #options        RF_INCLUDE_PARITY_DECLUSTERING_DS=1
 pseudo-device   ipfilter                # IP filtering device  pseudo-device   ipfilter                # IP filtering device
 pseudo-device   rnd                     # /dev/random and in-kernel generator  pseudo-device   rnd                     # /dev/random and in-kernel generator
   
Line 208  ser0  at mainbus0 # UART on first 68901 
Line 218  ser0  at mainbus0 # UART on first 68901 
 wdc0            at mainbus0     # IDE-bus  wdc0            at mainbus0     # IDE-bus
 wd*             at wdc? channel ? drive ?  wd*             at wdc? channel ? drive ?
   
  # ATAPI bus support   #ATAPI bus support
 atapibus* at wdc? channel ?  atapibus* at wdc? channel ?
   
 #ATAPI devices  #ATAPI devices

Legend:
Removed from v.1.40.2.1  
changed lines
  Added in v.1.40.2.2

CVSweb <webmaster@jp.NetBSD.org>