ATARITT revision 1.57
11.1Sleo#
21.57Scl# $NetBSD: ATARITT,v 1.57 2003/09/22 14:13:22 cl Exp $
31.1Sleo#
41.34Sleo# This file was automatically created. Changes will be
51.34Sleo# lost when running makeconf in this directory.
61.1Sleo#
71.41Slukem# Created from:
81.36Sleo#		NetBSD: ATARITT.in,v 1.4 2001/04/10 06:28:38 leo Exp $
91.57Scl#		NetBSD: GENERIC.in,v 1.33 2003/09/22 14:11:16 cl Exp $
101.34Sleo
111.34Sleo#This configuration file is for a GENERIC ATARI-TT
121.34Sleo
131.34Sleo#Generic atari
141.1Sleo
151.15Sleoinclude "arch/atari/conf/std.atari"
161.34Sleo
171.47Satatatoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
181.47Satatat
191.34Sleo#Add support for about 16 users. This variable is used to size
201.34Sleo#various kernel structures.
211.34Sleo
221.1Sleomaxusers	16
231.1Sleo
241.34Sleooptions 	HZ=64		# Set the clock-rate (48/64/96)
251.34Sleo
261.34Sleo#Standard system options
271.34Sleooptions 	INSECURE	# disable kernel security levels
281.34Sleo#options 	NTP		# NTP phase/frequency locked loop
291.52Sjdc
301.53Swiz#Enable experimental buffer queue strategy for better responsiveness under 
311.52Sjdc#high disk I/O load. Use it with caution - it's not proven to be stable yet.
321.52Sjdc#options 	NEW_BUFQ_STRATEGY
331.34Sleo
341.34Sleo#(Co)processors this kernel should support
351.34Sleo
361.22Slukemoptions 	M68030		# support for 030
371.34Sleooptions 	FPU_EMULATE	# Support for MC68881/MC68882 emulator
381.1Sleo
391.34Sleooptions 	M68040		# support for 040
401.34Sleooptions 	FPSP		# 68040 Floatingpoint support
411.1Sleo
421.34Sleo#Networking options
431.13Sleo
441.41Slukemoptions 	INET		# IP + ICMP + TCP + UDP
451.1Sleo
461.34Sleooptions 	INET6		# IPV6
471.34Sleo#options 	IPSEC		# IP security
481.34Sleo#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
491.34Sleo#options 	IPSEC_DEBUG	# debug for IP security
501.41Slukem#options 	GATEWAY		# packet forwarding
511.41Slukem#options 	MROUTING	# IP multicast routing
521.41Slukemoptions 	NS		# XNS
531.41Slukem#options 	NSIP		# XNS tunneling over IP
541.41Slukemoptions 	ISO,TPIP	# OSI
551.41Slukem#options 	EON		# OSI tunneling over IP
561.41Slukemoptions 	CCITT,LLC,HDLC	# X.25
571.49Slukem
581.41Slukemoptions 	NETATALK	# AppleTalk networking protocols
591.41Slukem
601.41Slukemoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
611.41Slukemoptions 	PPP_DEFLATE	# Deflate compression support for PPP
621.41Slukemoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
631.34Sleo
641.41Slukemoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
651.41Slukemoptions 	IPFILTER_LOG	# ipmon(8) log support
661.50Sprovos#options  	IPFILTER_DEFAULT_BLOCK	# block packages by default
671.34Sleo
681.39Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
691.39Sabs
701.34Sleo#File systems
711.34Sleofile-system 	FFS		# Berkeley fast file system
721.34Sleofile-system 	MFS		# Memory based filesystem
731.34Sleofile-system 	KERNFS		# Kernel parameter filesystem
741.34Sleofile-system 	MSDOSFS		# MSDOS filesystem
751.34Sleofile-system 	CD9660		# ISO 9660 filesystem with Rock Ridge
761.34Sleo
771.34Sleofile-system 	NFS		# Network File System client side code
781.34Sleofile-system 	PROCFS		# Process filesystem
791.34Sleofile-system 	FDESC		# /dev/fd
801.34Sleofile-system 	NULLFS		# Loopback filesystem
811.34Sleofile-system 	OVERLAY		# overlay filesystem
821.34Sleofile-system 	UNION		# union file system
831.34Sleofile-system 	UMAPFS		# null file system (with uid & gid remapping)
841.34Sleofile-system 	PORTAL		# portal file system
851.34Sleofile-system 	EXT2FS		# second extended file system (linux)
861.34Sleofile-system 	LFS		# log-structured file system
871.34Sleo
881.34Sleo#File system options
891.34Sleooptions 	QUOTA		# Disk quotas for local disks
901.34Sleo#options 	FFS_EI		# FFS Endian Independant support
911.41Slukemoptions 	SOFTDEP		# FFS soft updates support.
921.34Sleooptions 	NFSSERVER	# Network File System server side code
931.34Sleo#options 	EXT2FS_SYSTEM_FLAGS	# makes ext2fs file flags (append and
941.47Satatat				#immutable) behave as system flags.
951.1Sleo
961.34Sleo#Misc. debugging options
971.1Sleo
981.22Slukemoptions 	PANICWAIT	# Require keystroke to dump/reboot
991.22Slukemoptions 	DDB		# Kernel debugger
1001.2Sleo
1011.34Sleooptions 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1021.34Sleo#options 	DEBUG		# expensive debugging checks/support
1031.34Sleo
1041.38Swiz#Compatibility options for various existing systems
1051.34Sleo
1061.22Slukemoptions 	COMPAT_43	# 4.3 BSD compatible system calls (required)
1071.22Slukemoptions 	COMPAT_10	# Compatibility to NetBSD1.0
1081.22Slukemoptions 	COMPAT_11	# Compatibility to NetBSD1.1
1091.22Slukemoptions 	COMPAT_12	# Compatibility to NetBSD1.2
1101.26Skleinkoptions 	COMPAT_13	# Compatibility to NetBSD1.3
1111.28Saugustssoptions 	COMPAT_14	# Compatibility to NetBSD1.4
1121.57Scloptions 	COMPAT_15	# Compatibility to NetBSD1.5
1131.57Scloptions 	COMPAT_16	# Compatibility to NetBSD1.6
1141.1Sleo
1151.34Sleo#options 	COMPAT_09	# has no meaning on the atari
1161.34Sleo#options 	COMPAT_SUNOS	# Support to run Sun-3 executables
1171.34Sleo#options 	COMPAT_SVR4	# Support to run SVR4 executables
1181.34Sleo#options 	COMPAT_LINUX	# Support to run Linux/m68k executables
1191.39Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
1201.34Sleo
1211.41Slukemoptions 	COMPAT_AOUT_M68K # Compatibility to a.out executables
1221.41Slukemoptions 	EXEC_AOUT	# a.out format executables
1231.41Slukem
1241.34Sleo#Support for System V IPC facilities.
1251.34Sleo
1261.34Sleooptions 	SYSVSHM			# System V shared memory
1271.34Sleooptions 	SYSVMSG			# System V messages
1281.34Sleooptions 	SYSVSEM			# System V semaphores
1291.40Sleo#options 	SEMMNI=10		# number of semaphore identifiers
1301.40Sleo#options 	SEMUME=10		# max number of undo entries per proc.
1311.40Sleo#options 	SEMMNU=30		# number of undo structures in system
1321.34Sleo
1331.34Sleo#Support for various kernel options
1341.1Sleo
1351.22Slukemoptions 	KTRACE			# Add kernel tracing system call
1361.50Sprovosoptions 	SYSTRACE		# system call vetting via systrace(1)
1371.22Slukemoptions 	DIAGNOSTIC		# Add additional error checking code
1381.49Slukemoptions 	USERCONF		# userconf(4) support
1391.44Sleo#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
1401.4Sleo
1411.34Sleo#These options enable verbose messages for several subsystems.
1421.34Sleo#Warning, these may compile large string tables into the kernel!
1431.34Sleo
1441.34Sleooptions 	SCSIVERBOSE		# human readable SCSI error messages
1451.34Sleo
1461.34Sleo#Atari specific options
1471.34Sleo
1481.34Sleo#options 	KFONT_8x8		# Use 8x8 font instead of 8x16
1491.34Sleooptions 	ST_POOL_SIZE=22		# smallest that allows TT-HIGH
1501.34Sleo
1511.34Sleooptions 	TT_SCSI			# SCSI-support for TT
1521.34Sleooptions 	TT_VIDEO		# Graphics support for TT
1531.55Sthomas#options	ET4000_HAS_2MB_MEM	# et4000 with 2 MB video memory
1541.34Sleo
1551.22Slukemoptions 	MEMORY_DISK_HOOKS	# Boot RAM-disk
1561.22Slukemoptions 	DISKLABEL_NBDA		# NetBSD disklabels (required)
1571.22Slukemoptions 	DISKLABEL_AHDI		# NetBSD/AHDI disklabels
1581.1Sleo
1591.34Sleooptions 	SERCONSOLE		# modem1 console support
1601.34Sleooptions 	RELOC_KERNEL		# TT/Falcon: relocate kernel to TT-RAM
1611.49Slukemoptions 	MSGBUFSIZE=32768        # size of kernel msg. buffer
1621.44Sleo#options 	STATCLOCK	        # Separate {stat,prof}clock
1631.34Sleo
1641.34Sleo#Try linked commands on all targets
1651.34Sleooptions 	TRY_SCSI_LINKED_COMMANDS=0x7f
1661.34Sleo
1671.34Sleo#Build one kernel that can boot from any disk.
1681.34Sleo
1691.20Sthorpejconfig		netbsd root on ? type ?
1701.1Sleo
1711.22Slukempseudo-device	sl			# Slip
1721.22Slukempseudo-device	ppp			# ppp
1731.46Sbjh21
1741.42Sjdolecekpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
1751.46Sbjh21
1761.32Sjdolecekpseudo-device	pty			# pseudo-terminals
1771.22Slukempseudo-device	loop			# Loopback network
1781.22Slukempseudo-device	vnd		3	# 3 pseudo disks (see vnconfig)
1791.54Sleopseudo-device	md		3	# Boot memory disk
1801.1Sleo
1811.34Sleopseudo-device	bpfilter	2	# berkeley packet filters
1821.34Sleopseudo-device	tun		2	# network tunnel
1831.34Sleo#pseudo-device	gre		2	# generic L3 over IP tunnel
1841.34Sleopseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
1851.34Sleo#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
1861.34Sleo#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
1871.49Slukem
1881.34Sleopseudo-device	vlan			# IEEE 802.1q encapsulation
1891.42Sjdolecekpseudo-device	bridge			# simple inter-network bridging
1901.49Slukem
1911.34Sleopseudo-device	ccd		4	# concatenating disk driver
1921.51Selric#pseudo-device	cgd		4	# cryptographic disk driver
1931.42Sjdolecekpseudo-device	raid		8	# RAIDframe disk driver
1941.42Sjdolecekoptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
1951.42Sjdolecek#Options to enable various other RAIDframe RAID types.
1961.42Sjdolecek#options	RF_INCLUDE_EVENODD=1
1971.42Sjdolecek#options	RF_INCLUDE_RAID5_RS=1
1981.42Sjdolecek#options	RF_INCLUDE_PARITYLOGGING=1
1991.42Sjdolecek#options	RF_INCLUDE_CHAINDECLUSTER=1
2001.42Sjdolecek#options	RF_INCLUDE_INTERDECLUSTER=1
2011.42Sjdolecek#options 	RF_INCLUDE_PARITY_DECLUSTERING=1
2021.42Sjdolecek#options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
2031.34Sleopseudo-device	ipfilter		# IP filtering device
2041.34Sleopseudo-device	rnd			# /dev/random and in-kernel generator
2051.48Slukempseudo-device	clockctl		# user control of clock subsystem
2061.34Sleo
2071.34Sleo#Hardware options for GENERIC are in the various machine type specific files
2081.34Sleo
2091.34Sleopseudo-device	view	4	# View (graphics mapping)
2101.36Sleo
2111.36Sleopseudo-device	mouse	1	# mouse
2121.34Sleo
2131.34Sleo#The following sections describe various hardware options.
2141.34Sleo
2151.34Sleoncrscsi0	at mainbus0	# NCR5380 SCSI driver
2161.34Sleoscsibus0	at ncrscsi0	# SCSI bus
2171.34Sleozs0		at mainbus0	# Serial support through 8530
2181.34Sleogrfbus0		at mainbus0	# bitmapped display's
2191.34Sleogrfcc0		at grfbus0	# graphics driver
2201.34Sleoite0		at grfcc0	# console
2211.34Sleonvr0		at mainbus0	# nvram driver
2221.34Sleo
2231.34Sleogrfcc1		at grfbus0	# 2nd graphics driver
2241.34Sleoite1		at grfcc1	# 2nd tty
2251.34Sleogrfcc2		at grfbus0	# 3rd graphics driver
2261.34Sleoite2		at grfcc2	# 3rd tty
2271.34Sleolp0		at mainbus0	# centronics printer
2281.35Sleoser0		at mainbus0	# UART on first 68901 (ttyB0)
2291.34Sleoavmebus0	at mainbus0	# VME bus
2301.34Sleovme0		at avmebus0
2311.34Sleole0		at vme0	irq 5	# Lance ethernet (Riebl/PAM).
2321.34Sleole0		at vme0 irq 4	# Lance ethernet (BVME410).
2331.34Sleoet0		at vme0		# Crazy Dots II
2341.34Sleo
2351.34Sleo#SCSI devices
2361.34Sleosd* 	at scsibus? target ? lun ?	# SCSI disk drives
2371.34Sleost* 	at scsibus? target ? lun ?	# SCSI tape drives
2381.34Sleocd* 	at scsibus? target ? lun ?	# SCSI CD-ROM drives
2391.34Sleo
2401.34Sleoch* 	at scsibus? target ? lun ?	# SCSI autochangers
2411.34Sleoss* 	at scsibus? target ? lun ?	# SCSI scanners
2421.34Sleose* 	at scsibus? target ? lun ?	# SCSI ethernet
2431.34Sleouk* 	at scsibus? target ? lun ?	# SCSI unknown
2441.34Sleo
245