[BACK]Return to ATARITT 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/ATARITT between version 1.85.26.2 and 1.86

version 1.85.26.2, 2008/12/13 01:13:03 version 1.86, 2008/07/31 07:48:37
Line 6 
Line 6 
 #  #
 # Created from:  # Created from:
 #               NetBSD: ATARITT.in,v 1.4 2001/04/10 06:28:38 leo Exp $  #               NetBSD: ATARITT.in,v 1.4 2001/04/10 06:28:38 leo Exp $
 #               NetBSD: GENERIC.in,v 1.76 2008/11/15 21:21:23 abs Exp $  #               NetBSD: GENERIC.in,v 1.73 2008/07/31 07:47:43 simonb Exp $
 include "arch/atari/conf/std.atari"  include "arch/atari/conf/std.atari"
 options INCLUDE_CONFIG_FILE # embed config file in kernel binary  options INCLUDE_CONFIG_FILE # embed config file in kernel binary
 maxusers 16  maxusers 16
Line 14  options HZ=64 # Set the clock-rate (48/6
Line 14  options HZ=64 # Set the clock-rate (48/6
 options INSECURE # disable kernel security levels  options INSECURE # disable kernel security levels
 options M68030 # support for 030  options M68030 # support for 030
 options FPU_EMULATE # Support for MC68881/MC68882 emulator  options FPU_EMULATE # Support for MC68881/MC68882 emulator
   options M68040 # support for 040
   options FPSP # 68040 Floatingpoint support
 options INET # IP + ICMP + TCP + UDP  options INET # IP + ICMP + TCP + UDP
 options INET6 # IPV6  options INET6 # IPV6
 options NETATALK # AppleTalk networking protocols  options NETATALK # AppleTalk networking protocols
Line 25  options IPFILTER_LOG # ipmon(8) log supp
Line 27  options IPFILTER_LOG # ipmon(8) log supp
 options IPFILTER_LOOKUP # ippool(8) support  options IPFILTER_LOOKUP # ippool(8) support
 file-system FFS # Berkeley fast file system  file-system FFS # Berkeley fast file system
 file-system MFS # Memory based filesystem  file-system MFS # Memory based filesystem
   file-system KERNFS # Kernel parameter filesystem
 file-system MSDOSFS # MSDOS filesystem  file-system MSDOSFS # MSDOS filesystem
 file-system CD9660 # ISO 9660 filesystem with Rock Ridge  file-system CD9660 # ISO 9660 filesystem with Rock Ridge
 file-system KERNFS # Kernel parameter filesystem  
 file-system NFS # Network File System client side code  file-system NFS # Network File System client side code
 file-system PROCFS # Process filesystem  file-system PROCFS # Process filesystem
 file-system FDESC # /dev/fd  file-system FDESC # /dev/fd
Line 41  file-system LFS # log-structured file sy
Line 43  file-system LFS # log-structured file sy
 file-system PTYFS # /dev/pts/N support  file-system PTYFS # /dev/pts/N support
 options WAPBL # File system journaling support - Experimental  options WAPBL # File system journaling support - Experimental
 options QUOTA # Disk quotas for local disks  options QUOTA # Disk quotas for local disks
   options SOFTDEP # FFS soft updates support.
 options NFSSERVER # Network File System server side code  options NFSSERVER # Network File System server side code
 options PANICWAIT # Require keystroke to dump/reboot  options PANICWAIT # Require keystroke to dump/reboot
 options DDB # Kernel debugger  options DDB # Kernel debugger
Line 67  options KTRACE # Add kernel tracing syst
Line 70  options KTRACE # Add kernel tracing syst
 options USERCONF # userconf(4) support  options USERCONF # userconf(4) support
 options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel  options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
 options SCSIVERBOSE # human readable SCSI error messages  options SCSIVERBOSE # human readable SCSI error messages
 options ST_POOL_SIZE=24 # smallest that allows TT-HIGH  options ST_POOL_SIZE=22 # smallest that allows TT-HIGH
 options TT_SCSI # SCSI-support for TT  options TT_SCSI # SCSI-support for TT
 options TT_VIDEO # Graphics support for TT  options TT_VIDEO # Graphics support for TT
 options MEMORY_DISK_HOOKS # Boot RAM-disk  options MEMORY_DISK_HOOKS # Boot RAM-disk
 options DISKLABEL_NBDA # NetBSD disklabels (required)  options DISKLABEL_NBDA # NetBSD disklabels (required)
 options DISKLABEL_AHDI # NetBSD/AHDI disklabels  options DISKLABEL_AHDI # NetBSD/AHDI disklabels
 options SERCONSOLE # modem1 console support, breaks Falcon  options SERCONSOLE # modem1 console support
 options RELOC_KERNEL # TT/Falcon: relocate kernel to TT-RAM  options RELOC_KERNEL # TT/Falcon: relocate kernel to TT-RAM
 options MSGBUFSIZE=32768 # size of kernel msg. buffer  options MSGBUFSIZE=32768 # size of kernel msg. buffer
 options TRY_SCSI_LINKED_COMMANDS=0x7f  options TRY_SCSI_LINKED_COMMANDS=0x7f

Legend:
Removed from v.1.85.26.2  
changed lines
  Added in v.1.86

CVSweb <webmaster@jp.NetBSD.org>