ATARITT revision 1.42
11.1Sleo#
21.41Slukem# $NetBSD: ATARITT,v 1.42 2002/01/27 13:56:49 jdolecek 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.42Sjdolecek#		NetBSD: GENERIC.in,v 1.14 2002/01/27 13:23:13 jdolecek 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.34Sleo#Add support for about 16 users. This variable is used to size
181.34Sleo#various kernel structures.
191.34Sleo
201.1Sleomaxusers	16
211.1Sleo
221.34Sleooptions 	HZ=64		# Set the clock-rate (48/64/96)
231.34Sleo
241.34Sleo#X11R6 related options
251.34Sleo
261.34Sleooptions 	UCONSOLE	# Allow xconsole to work
271.34Sleo
281.34Sleo#Standard system options
291.34Sleooptions 	INSECURE	# disable kernel security levels
301.34Sleo#options 	NTP		# NTP phase/frequency locked loop
311.34Sleo
321.34Sleo#(Co)processors this kernel should support
331.34Sleo
341.22Slukemoptions 	M68030		# support for 030
351.34Sleooptions 	FPU_EMULATE	# Support for MC68881/MC68882 emulator
361.1Sleo
371.34Sleooptions 	M68040		# support for 040
381.34Sleooptions 	FPSP		# 68040 Floatingpoint support
391.1Sleo
401.34Sleo#Networking options
411.13Sleo
421.41Slukemoptions 	INET		# IP + ICMP + TCP + UDP
431.1Sleo
441.34Sleooptions 	INET6		# IPV6
451.34Sleo#options 	IPSEC		# IP security
461.34Sleo#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
471.34Sleo#options 	IPSEC_DEBUG	# debug for IP security
481.41Slukem#options 	GATEWAY		# packet forwarding
491.41Slukem#options 	MROUTING	# IP multicast routing
501.41Slukemoptions 	NS		# XNS
511.41Slukem#options 	NSIP		# XNS tunneling over IP
521.41Slukemoptions 	ISO,TPIP	# OSI
531.41Slukem#options 	EON		# OSI tunneling over IP
541.41Slukemoptions 	CCITT,LLC,HDLC	# X.25
551.41Slukemoptions 	NETATALK	# AppleTalk networking protocols
561.41Slukem
571.41Slukemoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
581.41Slukemoptions 	PPP_DEFLATE	# Deflate compression support for PPP
591.41Slukemoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
601.34Sleo
611.41Slukemoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
621.41Slukemoptions 	IPFILTER_LOG	# ipmon(8) log support
631.34Sleo#options 	IPFILTER_DEFAULT_BLOCK	# block packages by default
641.34Sleo
651.39Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
661.39Sabs
671.34Sleo#File systems
681.34Sleofile-system 	FFS		# Berkeley fast file system
691.34Sleofile-system 	MFS		# Memory based filesystem
701.34Sleofile-system 	KERNFS		# Kernel parameter filesystem
711.34Sleofile-system 	MSDOSFS		# MSDOS filesystem
721.34Sleofile-system 	CD9660		# ISO 9660 filesystem with Rock Ridge
731.34Sleo
741.34Sleofile-system 	NFS		# Network File System client side code
751.34Sleofile-system 	PROCFS		# Process filesystem
761.34Sleofile-system 	FDESC		# /dev/fd
771.34Sleofile-system 	NULLFS		# Loopback filesystem
781.34Sleofile-system 	OVERLAY		# overlay filesystem
791.34Sleofile-system 	UNION		# union file system
801.34Sleofile-system 	UMAPFS		# null file system (with uid & gid remapping)
811.34Sleofile-system 	PORTAL		# portal file system
821.34Sleofile-system 	EXT2FS		# second extended file system (linux)
831.34Sleofile-system 	LFS		# log-structured file system
841.34Sleo
851.34Sleo#File system options
861.34Sleooptions 	QUOTA		# Disk quotas for local disks
871.34Sleo#options 	FFS_EI		# FFS Endian Independant support
881.41Slukemoptions 	SOFTDEP		# FFS soft updates support.
891.34Sleooptions 	NFSSERVER	# Network File System server side code
901.34Sleo#options 	EXT2FS_SYSTEM_FLAGS	# makes ext2fs file flags (append and
911.42Sjdolecek				#immutable) behave as system flags.
921.1Sleo
931.34Sleo#Misc. debugging options
941.1Sleo
951.22Slukemoptions 	PANICWAIT	# Require keystroke to dump/reboot
961.22Slukemoptions 	DDB		# Kernel debugger
971.2Sleo
981.34Sleooptions 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
991.34Sleo#options 	DEBUG		# expensive debugging checks/support
1001.34Sleo
1011.38Swiz#Compatibility options for various existing systems
1021.34Sleo
1031.22Slukemoptions 	COMPAT_43	# 4.3 BSD compatible system calls (required)
1041.22Slukemoptions 	COMPAT_10	# Compatibility to NetBSD1.0
1051.22Slukemoptions 	COMPAT_11	# Compatibility to NetBSD1.1
1061.22Slukemoptions 	COMPAT_12	# Compatibility to NetBSD1.2
1071.26Skleinkoptions 	COMPAT_13	# Compatibility to NetBSD1.3
1081.28Saugustssoptions 	COMPAT_14	# Compatibility to NetBSD1.4
1091.1Sleo
1101.34Sleo#options 	COMPAT_09	# has no meaning on the atari
1111.34Sleo#options 	COMPAT_SUNOS	# Support to run Sun-3 executables
1121.34Sleo#options 	COMPAT_SVR4	# Support to run SVR4 executables
1131.34Sleo#options 	COMPAT_LINUX	# Support to run Linux/m68k executables
1141.39Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
1151.34Sleo
1161.41Slukemoptions 	COMPAT_AOUT_M68K # Compatibility to a.out executables
1171.41Slukemoptions 	EXEC_AOUT	# a.out format executables
1181.41Slukem
1191.34Sleo#Support for System V IPC facilities.
1201.34Sleo
1211.34Sleooptions 	SYSVSHM			# System V shared memory
1221.34Sleooptions 	SYSVMSG			# System V messages
1231.34Sleooptions 	SYSVSEM			# System V semaphores
1241.40Sleo#options 	SEMMNI=10		# number of semaphore identifiers
1251.40Sleo#options 	SEMUME=10		# max number of undo entries per proc.
1261.40Sleo#options 	SEMMNU=30		# number of undo structures in system
1271.34Sleo
1281.34Sleo#Support for various kernel options
1291.1Sleo
1301.22Slukemoptions 	KTRACE			# Add kernel tracing system call
1311.22Slukemoptions 	DIAGNOSTIC		# Add additional error checking code
1321.42Sjdolecek#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
1331.4Sleo
1341.34Sleo#These options enable verbose messages for several subsystems.
1351.34Sleo#Warning, these may compile large string tables into the kernel!
1361.34Sleo
1371.34Sleooptions 	SCSIVERBOSE		# human readable SCSI error messages
1381.34Sleo
1391.34Sleo#Atari specific options
1401.34Sleo
1411.34Sleo#options 	KFONT_8x8		# Use 8x8 font instead of 8x16
1421.34Sleooptions 	ST_POOL_SIZE=22		# smallest that allows TT-HIGH
1431.34Sleo
1441.34Sleooptions 	TT_SCSI			# SCSI-support for TT
1451.34Sleooptions 	TT_VIDEO		# Graphics support for TT
1461.34Sleo
1471.22Slukemoptions 	MEMORY_DISK_HOOKS	# Boot RAM-disk
1481.22Slukemoptions 	DISKLABEL_NBDA		# NetBSD disklabels (required)
1491.22Slukemoptions 	DISKLABEL_AHDI		# NetBSD/AHDI disklabels
1501.1Sleo
1511.34Sleooptions 	SERCONSOLE		# modem1 console support
1521.34Sleooptions 	RELOC_KERNEL		# TT/Falcon: relocate kernel to TT-RAM
1531.34Sleooptions 	STATCLOCK		# Separate {stat,prof}clock
1541.34Sleo
1551.34Sleo#Try linked commands on all targets
1561.34Sleooptions 	TRY_SCSI_LINKED_COMMANDS=0x7f
1571.34Sleo
1581.34Sleo#Build one kernel that can boot from any disk.
1591.34Sleo
1601.20Sthorpejconfig		netbsd root on ? type ?
1611.1Sleo
1621.22Slukempseudo-device	sl			# Slip
1631.22Slukempseudo-device	ppp			# ppp
1641.42Sjdolecekpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
1651.32Sjdolecekpseudo-device	pty			# pseudo-terminals
1661.22Slukempseudo-device	loop			# Loopback network
1671.22Slukempseudo-device	vnd		3	# 3 pseudo disks (see vnconfig)
1681.24Sleopseudo-device	md		2	# Boot memory disk
1691.1Sleo
1701.34Sleopseudo-device	bpfilter	2	# berkeley packet filters
1711.34Sleopseudo-device	tun		2	# network tunnel
1721.34Sleo#pseudo-device	gre		2	# generic L3 over IP tunnel
1731.34Sleopseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
1741.34Sleo#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
1751.34Sleo#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
1761.34Sleopseudo-device	vlan			# IEEE 802.1q encapsulation
1771.42Sjdolecekpseudo-device	bridge			# simple inter-network bridging
1781.34Sleopseudo-device	ccd		4	# concatenating disk driver
1791.42Sjdolecekpseudo-device	raid		8	# RAIDframe disk driver
1801.42Sjdolecekoptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
1811.42Sjdolecek#Options to enable various other RAIDframe RAID types.
1821.42Sjdolecek#options	RF_INCLUDE_EVENODD=1
1831.42Sjdolecek#options	RF_INCLUDE_RAID5_RS=1
1841.42Sjdolecek#options	RF_INCLUDE_PARITYLOGGING=1
1851.42Sjdolecek#options	RF_INCLUDE_CHAINDECLUSTER=1
1861.42Sjdolecek#options	RF_INCLUDE_INTERDECLUSTER=1
1871.42Sjdolecek#options 	RF_INCLUDE_PARITY_DECLUSTERING=1
1881.42Sjdolecek#options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
1891.34Sleopseudo-device	ipfilter		# IP filtering device
1901.34Sleopseudo-device	rnd			# /dev/random and in-kernel generator
1911.34Sleo
1921.34Sleo#Hardware options for GENERIC are in the various machine type specific files
1931.34Sleo
1941.34Sleopseudo-device	view	4	# View (graphics mapping)
1951.36Sleo
1961.36Sleopseudo-device	mouse	1	# mouse
1971.34Sleo
1981.34Sleo#The following sections describe various hardware options.
1991.34Sleo
2001.34Sleoncrscsi0	at mainbus0	# NCR5380 SCSI driver
2011.34Sleoscsibus0	at ncrscsi0	# SCSI bus
2021.34Sleozs0		at mainbus0	# Serial support through 8530
2031.34Sleogrfbus0		at mainbus0	# bitmapped display's
2041.34Sleogrfcc0		at grfbus0	# graphics driver
2051.34Sleoite0		at grfcc0	# console
2061.34Sleonvr0		at mainbus0	# nvram driver
2071.34Sleo
2081.34Sleogrfcc1		at grfbus0	# 2nd graphics driver
2091.34Sleoite1		at grfcc1	# 2nd tty
2101.34Sleogrfcc2		at grfbus0	# 3rd graphics driver
2111.34Sleoite2		at grfcc2	# 3rd tty
2121.34Sleolp0		at mainbus0	# centronics printer
2131.35Sleoser0		at mainbus0	# UART on first 68901 (ttyB0)
2141.34Sleoavmebus0	at mainbus0	# VME bus
2151.34Sleovme0		at avmebus0
2161.34Sleole0		at vme0	irq 5	# Lance ethernet (Riebl/PAM).
2171.34Sleole0		at vme0 irq 4	# Lance ethernet (BVME410).
2181.34Sleoet0		at vme0		# Crazy Dots II
2191.34Sleo
2201.34Sleo#SCSI devices
2211.34Sleosd* 	at scsibus? target ? lun ?	# SCSI disk drives
2221.34Sleost* 	at scsibus? target ? lun ?	# SCSI tape drives
2231.34Sleocd* 	at scsibus? target ? lun ?	# SCSI CD-ROM drives
2241.34Sleo
2251.34Sleoch* 	at scsibus? target ? lun ?	# SCSI autochangers
2261.34Sleoss* 	at scsibus? target ? lun ?	# SCSI scanners
2271.34Sleose* 	at scsibus? target ? lun ?	# SCSI ethernet
2281.34Sleouk* 	at scsibus? target ? lun ?	# SCSI unknown
2291.34Sleo
230