FALCON revision 1.59
11.1Sleo#
21.58Scl# $NetBSD: FALCON,v 1.59 2003/10/08 11:05:52 bouyer 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.59Sbouyer#		NetBSD: FALCON.in,v 1.7 2003/10/08 11:05:27 bouyer Exp $
91.58Scl#		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-Falcon
121.34Sleo
131.34Sleo#Define 'INSTALL_KERNEL' or 'INSTALLX_KERNEL' to generate a BOOT or
141.34Sleo#BOOTX kernel respectively.
151.34Sleo
161.49Sleo#There is no possibility for physical network interfaces. Use the define
171.49Sleo#below to turn off vlan, pppoe, bridge  and NETATALK.
181.49Sleo
191.34Sleo#Generic atari
201.1Sleo
211.12Sleoinclude "arch/atari/conf/std.atari"
221.34Sleo
231.47Satatatoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
241.47Satatat
251.34Sleo#Add support for about 16 users. This variable is used to size
261.34Sleo#various kernel structures.
271.34Sleo
281.1Sleomaxusers	16
291.1Sleo
301.34Sleooptions 	HZ=64		# Set the clock-rate (48/64/96)
311.10Sleo
321.34Sleo#Standard system options
331.34Sleooptions 	INSECURE	# disable kernel security levels
341.34Sleo#options 	NTP		# NTP phase/frequency locked loop
351.53Sjdc
361.54Swiz#Enable experimental buffer queue strategy for better responsiveness under 
371.53Sjdc#high disk I/O load. Use it with caution - it's not proven to be stable yet.
381.53Sjdc#options 	NEW_BUFQ_STRATEGY
391.34Sleo
401.34Sleo#(Co)processors this kernel should support
411.34Sleo
421.34Sleooptions 	M68030		# support for 030
431.21Slukemoptions 	FPU_EMULATE	# Support for MC68881/MC68882 emulator
441.10Sleo
451.34Sleooptions 	M68040		# support for 040
461.34Sleooptions 	FPSP		# 68040 Floatingpoint support
471.34Sleo
481.34Sleo#Networking options
491.34Sleo
501.41Slukemoptions 	INET		# IP + ICMP + TCP + UDP
511.34Sleo
521.34Sleooptions 	INET6		# IPV6
531.34Sleo#options 	IPSEC		# IP security
541.34Sleo#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
551.34Sleo#options 	IPSEC_DEBUG	# debug for IP security
561.41Slukem#options 	GATEWAY		# packet forwarding
571.41Slukem#options 	MROUTING	# IP multicast routing
581.41Slukemoptions 	NS		# XNS
591.41Slukem#options 	NSIP		# XNS tunneling over IP
601.41Slukemoptions 	ISO,TPIP	# OSI
611.41Slukem#options 	EON		# OSI tunneling over IP
621.41Slukemoptions 	CCITT,LLC,HDLC	# X.25
631.41Slukem
641.41Slukemoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
651.41Slukemoptions 	PPP_DEFLATE	# Deflate compression support for PPP
661.41Slukemoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
671.34Sleo
681.41Slukemoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
691.41Slukemoptions 	IPFILTER_LOG	# ipmon(8) log support
701.51Sprovos#options  	IPFILTER_DEFAULT_BLOCK	# block packages by default
711.1Sleo
721.39Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
731.39Sabs
741.34Sleo#File systems
751.18Sthorpejfile-system 	FFS		# Berkeley fast file system
761.18Sthorpejfile-system 	MFS		# Memory based filesystem
771.18Sthorpejfile-system 	KERNFS		# Kernel parameter filesystem
781.18Sthorpejfile-system 	MSDOSFS		# MSDOS filesystem
791.18Sthorpejfile-system 	CD9660		# ISO 9660 filesystem with Rock Ridge
801.1Sleo
811.34Sleofile-system 	NFS		# Network File System client side code
821.34Sleofile-system 	PROCFS		# Process filesystem
831.34Sleofile-system 	FDESC		# /dev/fd
841.34Sleofile-system 	NULLFS		# Loopback filesystem
851.34Sleofile-system 	OVERLAY		# overlay filesystem
861.34Sleofile-system 	UNION		# union file system
871.34Sleofile-system 	UMAPFS		# null file system (with uid & gid remapping)
881.34Sleofile-system 	PORTAL		# portal file system
891.34Sleofile-system 	EXT2FS		# second extended file system (linux)
901.34Sleofile-system 	LFS		# log-structured file system
911.34Sleo
921.34Sleo#File system options
931.34Sleooptions 	QUOTA		# Disk quotas for local disks
941.34Sleo#options 	FFS_EI		# FFS Endian Independant support
951.41Slukemoptions 	SOFTDEP		# FFS soft updates support.
961.34Sleooptions 	NFSSERVER	# Network File System server side code
971.34Sleo#options 	EXT2FS_SYSTEM_FLAGS	# makes ext2fs file flags (append and
981.47Satatat				#immutable) behave as system flags.
991.34Sleo
1001.34Sleo#Misc. debugging options
1011.34Sleo
1021.21Slukemoptions 	PANICWAIT	# Require keystroke to dump/reboot
1031.21Slukemoptions 	DDB		# Kernel debugger
1041.1Sleo
1051.34Sleooptions 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1061.34Sleo#options 	DEBUG		# expensive debugging checks/support
1071.34Sleo
1081.38Swiz#Compatibility options for various existing systems
1091.34Sleo
1101.21Slukemoptions 	COMPAT_43	# 4.3 BSD compatible system calls (required)
1111.21Slukemoptions 	COMPAT_10	# Compatibility to NetBSD1.0
1121.21Slukemoptions 	COMPAT_11	# Compatibility to NetBSD1.1
1131.21Slukemoptions 	COMPAT_12	# Compatibility to NetBSD1.2
1141.25Skleinkoptions 	COMPAT_13	# Compatibility to NetBSD1.3
1151.29Saugustssoptions 	COMPAT_14	# Compatibility to NetBSD1.4
1161.58Scloptions 	COMPAT_15	# Compatibility to NetBSD1.5
1171.58Scloptions 	COMPAT_16	# Compatibility to NetBSD1.6
1181.1Sleo
1191.34Sleo#options 	COMPAT_09	# has no meaning on the atari
1201.34Sleo#options 	COMPAT_SUNOS	# Support to run Sun-3 executables
1211.34Sleo#options 	COMPAT_SVR4	# Support to run SVR4 executables
1221.34Sleo#options 	COMPAT_LINUX	# Support to run Linux/m68k executables
1231.39Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
1241.34Sleo
1251.41Slukemoptions 	COMPAT_AOUT_M68K # Compatibility to a.out executables
1261.41Slukemoptions 	EXEC_AOUT	# a.out format executables
1271.41Slukem
1281.34Sleo#Support for System V IPC facilities.
1291.34Sleo
1301.34Sleooptions 	SYSVSHM			# System V shared memory
1311.34Sleooptions 	SYSVMSG			# System V messages
1321.34Sleooptions 	SYSVSEM			# System V semaphores
1331.40Sleo#options 	SEMMNI=10		# number of semaphore identifiers
1341.40Sleo#options 	SEMUME=10		# max number of undo entries per proc.
1351.40Sleo#options 	SEMMNU=30		# number of undo structures in system
1361.34Sleo
1371.34Sleo#Support for various kernel options
1381.34Sleo
1391.21Slukemoptions 	KTRACE			# Add kernel tracing system call
1401.51Sprovosoptions 	SYSTRACE		# system call vetting via systrace(1)
1411.21Slukemoptions 	DIAGNOSTIC		# Add additional error checking code
1421.50Slukemoptions 	USERCONF		# userconf(4) support
1431.44Sleo#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
1441.1Sleo
1451.34Sleo#These options enable verbose messages for several subsystems.
1461.34Sleo#Warning, these may compile large string tables into the kernel!
1471.34Sleo
1481.34Sleooptions 	SCSIVERBOSE		# human readable SCSI error messages
1491.34Sleo
1501.34Sleo#Atari specific options
1511.34Sleo
1521.34Sleo#options 	KFONT_8x8		# Use 8x8 font instead of 8x16
1531.34Sleooptions 	ST_POOL_SIZE=22		# smallest that allows TT-HIGH
1541.34Sleo
1551.34Sleooptions 	FALCON_SCSI		# SCSI-support for Falcon
1561.21Slukemoptions 	FALCON_VIDEO		# Graphics support for FALCON
1571.34Sleo
1581.21Slukemoptions 	MEMORY_DISK_HOOKS	# Boot RAM-disk
1591.21Slukemoptions 	DISKLABEL_NBDA		# NetBSD disklabels (required)
1601.21Slukemoptions 	DISKLABEL_AHDI		# NetBSD/AHDI disklabels
1611.1Sleo
1621.34Sleooptions 	SERCONSOLE		# modem1 console support
1631.34Sleooptions 	RELOC_KERNEL		# TT/Falcon: relocate kernel to TT-RAM
1641.49Sleooptions 	MSGBUFSIZE=32768        # size of kernel msg. buffer
1651.44Sleo#options 	STATCLOCK	        # Separate {stat,prof}clock
1661.34Sleo
1671.34Sleo#Try linked commands on all targets
1681.34Sleooptions 	TRY_SCSI_LINKED_COMMANDS=0x7f
1691.34Sleo
1701.34Sleo#Build one kernel that can boot from any disk.
1711.34Sleo
1721.18Sthorpejconfig		netbsd root on ? type ?
1731.1Sleo
1741.21Slukempseudo-device	sl			# Slip
1751.21Slukempseudo-device	ppp			# ppp
1761.46Sbjh21
1771.32Sjdolecekpseudo-device	pty			# pseudo-terminals
1781.21Slukempseudo-device	loop			# Loopback network
1791.21Slukempseudo-device	vnd		3	# 3 pseudo disks (see vnconfig)
1801.55Sleopseudo-device	md		3	# Boot memory disk
1811.1Sleo
1821.34Sleopseudo-device	bpfilter	2	# berkeley packet filters
1831.34Sleopseudo-device	tun		2	# network tunnel
1841.34Sleo#pseudo-device	gre		2	# generic L3 over IP tunnel
1851.34Sleopseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
1861.34Sleo#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
1871.34Sleo#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
1881.49Sleo
1891.34Sleopseudo-device	ccd		4	# concatenating disk driver
1901.52Selric#pseudo-device	cgd		4	# cryptographic disk driver
1911.42Sjdolecekpseudo-device	raid		8	# RAIDframe disk driver
1921.42Sjdolecekoptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
1931.42Sjdolecek#Options to enable various other RAIDframe RAID types.
1941.42Sjdolecek#options	RF_INCLUDE_EVENODD=1
1951.42Sjdolecek#options	RF_INCLUDE_RAID5_RS=1
1961.42Sjdolecek#options	RF_INCLUDE_PARITYLOGGING=1
1971.42Sjdolecek#options	RF_INCLUDE_CHAINDECLUSTER=1
1981.42Sjdolecek#options	RF_INCLUDE_INTERDECLUSTER=1
1991.42Sjdolecek#options 	RF_INCLUDE_PARITY_DECLUSTERING=1
2001.42Sjdolecek#options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
2011.34Sleopseudo-device	ipfilter		# IP filtering device
2021.34Sleopseudo-device	rnd			# /dev/random and in-kernel generator
2031.48Slukempseudo-device	clockctl		# user control of clock subsystem
2041.34Sleo
2051.34Sleo#Hardware options for GENERIC are in the various machine type specific files
2061.34Sleo
2071.34Sleopseudo-device	view	4	# View (graphics mapping)
2081.34Sleo
2091.36Sleopseudo-device	mouse	1	# mouse
2101.36Sleo
2111.34Sleo#The following sections describe various hardware options.
2121.34Sleo
2131.34Sleoncrscsi0	at mainbus0	# NCR5380 SCSI driver
2141.34Sleoscsibus0	at ncrscsi0	# SCSI bus
2151.34Sleozs0		at mainbus0	# Serial support through 8530
2161.34Sleogrfbus0		at mainbus0	# bitmapped display's
2171.34Sleogrfcc0		at grfbus0	# graphics driver
2181.34Sleoite0		at grfcc0	# console
2191.34Sleonvr0		at mainbus0	# nvram driver
2201.34Sleo
2211.34Sleogrfcc1		at grfbus0	# 2nd graphics driver
2221.34Sleoite1		at grfcc1	# 2nd tty
2231.34Sleogrfcc2		at grfbus0	# 3rd graphics driver
2241.34Sleoite2		at grfcc2	# 3rd tty
2251.34Sleolp0		at mainbus0	# centronics printer
2261.35Sleoser0		at mainbus0	# UART on first 68901 (ttyB0)
2271.34Sleo
2281.34Sleowdc0		at mainbus0	# IDE-bus
2291.59Sbouyeratabus* 	at wdc? channel ?
2301.59Sbouyerwd*		at atabus? drive ?
2311.34Sleo
2321.47Satatat #ATAPI bus support
2331.59Sbouyeratapibus* at atabus?
2341.28Sleo
2351.34Sleo#ATAPI devices
2361.41Slukemcd*	at atapibus? drive ?	# ATAPI CD-ROM drives
2371.34Sleo
2381.34Sleo#SCSI devices
2391.34Sleosd* 	at scsibus? target ? lun ?	# SCSI disk drives
2401.34Sleost* 	at scsibus? target ? lun ?	# SCSI tape drives
2411.34Sleocd* 	at scsibus? target ? lun ?	# SCSI CD-ROM drives
2421.34Sleo
2431.34Sleoch* 	at scsibus? target ? lun ?	# SCSI autochangers
2441.34Sleoss* 	at scsibus? target ? lun ?	# SCSI scanners
2451.34Sleose* 	at scsibus? target ? lun ?	# SCSI ethernet
2461.34Sleouk* 	at scsibus? target ? lun ?	# SCSI unknown
2471.34Sleo
248