FALCON revision 1.40
11.1Sleo#
21.39Sabs# $NetBSD: FALCON,v 1.40 2001/07/09 14:01:09 leo 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.34Sleo# Created from: 
81.36Sleo#		NetBSD: FALCON.in,v 1.4 2001/04/10 06:28:38 leo Exp $
91.40Sleo#		NetBSD: GENERIC.in,v 1.6 2001/07/09 13:37:38 leo 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.34Sleo#Generic atari
171.1Sleo
181.12Sleoinclude "arch/atari/conf/std.atari"
191.34Sleo
201.34Sleo#Add support for about 16 users. This variable is used to size
211.34Sleo#various kernel structures.
221.34Sleo
231.1Sleomaxusers	16
241.1Sleo
251.34Sleooptions 	HZ=64		# Set the clock-rate (48/64/96)
261.1Sleo
271.34Sleo#X11R6 related options
281.1Sleo
291.21Slukemoptions 	UCONSOLE	# Allow xconsole to work
301.10Sleo
311.34Sleo#Standard system options
321.34Sleooptions 	INSECURE	# disable kernel security levels
331.34Sleo#options 	NTP		# NTP phase/frequency locked loop
341.34Sleo
351.34Sleo#(Co)processors this kernel should support
361.34Sleo
371.34Sleooptions 	M68030		# support for 030
381.21Slukemoptions 	FPU_EMULATE	# Support for MC68881/MC68882 emulator
391.10Sleo
401.34Sleooptions 	M68040		# support for 040
411.34Sleooptions 	FPSP		# 68040 Floatingpoint support
421.34Sleo
431.34Sleo#Networking options
441.34Sleo
451.34Sleooptions 	INET            # IP + ICMP + TCP + UDP
461.34Sleo
471.34Sleooptions 	INET6		# IPV6
481.34Sleo#options 	IPSEC		# IP security
491.34Sleo#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
501.34Sleo#options 	IPSEC_DEBUG	# debug for IP security
511.34Sleo#options 	GATEWAY         # packet forwarding
521.34Sleo#options 	MROUTING        # IP multicast routing
531.34Sleooptions 	NS              # XNS
541.34Sleo#options 	NSIP            # XNS tunneling over IP
551.34Sleooptions 	ISO,TPIP        # OSI
561.34Sleo#options 	EON             # OSI tunneling over IP
571.34Sleooptions 	CCITT,LLC,HDLC  # X.25
581.34Sleooptions 	NETATALK        # AppleTalk networking protocols
591.34Sleo
601.34Sleooptions 	PPP_BSDCOMP     # BSD-Compress compression support for PPP
611.34Sleooptions 	PPP_DEFLATE     # Deflate compression support for PPP
621.34Sleooptions 	PPP_FILTER      # Active filter support for PPP (requires bpf)
631.34Sleo
641.34Sleooptions 	PFIL_HOOKS      # pfil(9) packet filter hooks
651.34Sleooptions 	IPFILTER_LOG    # ipmon(8) log support
661.34Sleo#options 	IPFILTER_DEFAULT_BLOCK	# block packages by default
671.1Sleo
681.39Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
691.39Sabs
701.34Sleo#File systems
711.18Sthorpejfile-system 	FFS		# Berkeley fast file system
721.18Sthorpejfile-system 	MFS		# Memory based filesystem
731.18Sthorpejfile-system 	KERNFS		# Kernel parameter filesystem
741.18Sthorpejfile-system 	MSDOSFS		# MSDOS filesystem
751.18Sthorpejfile-system 	CD9660		# ISO 9660 filesystem with Rock Ridge
761.1Sleo
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.34Sleooptions 	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.40Sleo				#immutable) behave as system flags.
951.34Sleo
961.34Sleo#Misc. debugging options
971.34Sleo
981.21Slukemoptions 	PANICWAIT	# Require keystroke to dump/reboot
991.21Slukemoptions 	DDB		# Kernel debugger
1001.1Sleo
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.21Slukemoptions 	COMPAT_43	# 4.3 BSD compatible system calls (required)
1071.21Slukemoptions 	COMPAT_10	# Compatibility to NetBSD1.0
1081.21Slukemoptions 	COMPAT_11	# Compatibility to NetBSD1.1
1091.21Slukemoptions 	COMPAT_12	# Compatibility to NetBSD1.2
1101.25Skleinkoptions 	COMPAT_13	# Compatibility to NetBSD1.3
1111.29Saugustssoptions 	COMPAT_14	# Compatibility to NetBSD1.4
1121.1Sleo
1131.34Sleo#options 	COMPAT_09	# has no meaning on the atari
1141.34Sleo#options 	COMPAT_SUNOS	# Support to run Sun-3 executables
1151.34Sleo#options 	COMPAT_SVR4	# Support to run SVR4 executables
1161.34Sleo#options 	COMPAT_LINUX	# Support to run Linux/m68k executables
1171.34Sleo#options 	EXEC_ELF32	# 32-bit ELF executables (Linux, SVR4)
1181.39Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
1191.34Sleo
1201.34Sleo#Support for System V IPC facilities.
1211.34Sleo
1221.34Sleooptions 	SYSVSHM			# System V shared memory
1231.34Sleooptions 	SYSVMSG			# System V messages
1241.34Sleooptions 	SYSVSEM			# System V semaphores
1251.40Sleo#options 	SEMMNI=10		# number of semaphore identifiers
1261.40Sleo#options 	SEMUME=10		# max number of undo entries per proc.
1271.40Sleo#options 	SEMMNU=30		# number of undo structures in system
1281.34Sleo
1291.34Sleo#Support for various kernel options
1301.34Sleo
1311.21Slukemoptions 	KTRACE			# Add kernel tracing system call
1321.21Slukemoptions 	DIAGNOSTIC		# Add additional error checking code
1331.1Sleo
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 	FALCON_SCSI		# SCSI-support for Falcon
1451.21Slukemoptions 	FALCON_VIDEO		# Graphics support for FALCON
1461.34Sleo
1471.21Slukemoptions 	MEMORY_DISK_HOOKS	# Boot RAM-disk
1481.21Slukemoptions 	DISKLABEL_NBDA		# NetBSD disklabels (required)
1491.21Slukemoptions 	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.18Sthorpejconfig		netbsd root on ? type ?
1611.1Sleo
1621.21Slukempseudo-device	sl			# Slip
1631.21Slukempseudo-device	ppp			# ppp
1641.32Sjdolecekpseudo-device	pty			# pseudo-terminals
1651.21Slukempseudo-device	loop			# Loopback network
1661.21Slukempseudo-device	vnd		3	# 3 pseudo disks (see vnconfig)
1671.23Sleopseudo-device	md		2	# Boot memory disk
1681.1Sleo
1691.34Sleopseudo-device	bpfilter	2	# berkeley packet filters
1701.34Sleopseudo-device	tun		2	# network tunnel
1711.34Sleo#pseudo-device	gre		2	# generic L3 over IP tunnel
1721.34Sleopseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
1731.34Sleo#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
1741.34Sleo#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
1751.34Sleopseudo-device	vlan			# IEEE 802.1q encapsulation
1761.34Sleopseudo-device	ccd		4	# concatenating disk driver
1771.34Sleo#pseudo-device	raid		4	# RAIDframe disk driver
1781.34Sleo#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
1791.34Sleopseudo-device	ipfilter		# IP filtering device
1801.34Sleopseudo-device	rnd			# /dev/random and in-kernel generator
1811.34Sleo
1821.34Sleo#Hardware options for GENERIC are in the various machine type specific files
1831.34Sleo
1841.34Sleopseudo-device	view	4	# View (graphics mapping)
1851.34Sleo
1861.36Sleopseudo-device	mouse	1	# mouse
1871.36Sleo
1881.34Sleo#The following sections describe various hardware options.
1891.34Sleo
1901.34Sleoncrscsi0	at mainbus0	# NCR5380 SCSI driver
1911.34Sleoscsibus0	at ncrscsi0	# SCSI bus
1921.34Sleozs0		at mainbus0	# Serial support through 8530
1931.34Sleogrfbus0		at mainbus0	# bitmapped display's
1941.34Sleogrfcc0		at grfbus0	# graphics driver
1951.34Sleoite0		at grfcc0	# console
1961.34Sleonvr0		at mainbus0	# nvram driver
1971.34Sleo
1981.34Sleogrfcc1		at grfbus0	# 2nd graphics driver
1991.34Sleoite1		at grfcc1	# 2nd tty
2001.34Sleogrfcc2		at grfbus0	# 3rd graphics driver
2011.34Sleoite2		at grfcc2	# 3rd tty
2021.34Sleolp0		at mainbus0	# centronics printer
2031.35Sleoser0		at mainbus0	# UART on first 68901 (ttyB0)
2041.34Sleo
2051.34Sleowdc0		at mainbus0	# IDE-bus
2061.34Sleowd*		at wdc? channel ? drive ?
2071.34Sleo
2081.40Sleo #ATAPI bus support
2091.28Sleoatapibus* at wdc? channel ?
2101.28Sleo
2111.34Sleo#ATAPI devices
2121.28Sleocd*    at atapibus? drive ?	# ATAPI CD-ROM drives
2131.34Sleo
2141.34Sleo#SCSI devices
2151.34Sleosd* 	at scsibus? target ? lun ?	# SCSI disk drives
2161.34Sleost* 	at scsibus? target ? lun ?	# SCSI tape drives
2171.34Sleocd* 	at scsibus? target ? lun ?	# SCSI CD-ROM drives
2181.34Sleo
2191.34Sleoch* 	at scsibus? target ? lun ?	# SCSI autochangers
2201.34Sleoss* 	at scsibus? target ? lun ?	# SCSI scanners
2211.34Sleose* 	at scsibus? target ? lun ?	# SCSI ethernet
2221.34Sleouk* 	at scsibus? target ? lun ?	# SCSI unknown
2231.34Sleo
224