FALCON revision 1.30
11.1Sleo#
21.30Sleo#	$NetBSD: FALCON,v 1.30 2000/01/26 14:56:41 leo Exp $
31.1Sleo#
41.1Sleo# ATARI-FALCON
51.1Sleo#
61.1Sleo# This configuration file is for a multiple disk/multiple tape ATARI-Falcon
71.1Sleo#
81.1Sleo
91.12Sleoinclude "arch/atari/conf/std.atari"
101.1Sleo#
111.1Sleo# Add support for about 16 users. This variable is used to size
121.1Sleo# various kernel structures.
131.1Sleo#
141.1Sleomaxusers	16
151.1Sleo
161.1Sleo#
171.1Sleo# processors this kernel should support
181.1Sleo#
191.21Slukemoptions 	M68030		# support for 030
201.21Slukem#options 	M68040		# support for 040
211.1Sleo
221.21Slukemoptions 	HZ=64		# Set the clock-rate (48/64/96)
231.1Sleo
241.1Sleo#
251.10Sleo# X11R6 related options
261.10Sleo#
271.21Slukemoptions 	UCONSOLE	# Allow xconsole to work
281.10Sleo
291.10Sleo#
301.10Sleo# Floating-point options
311.10Sleo#
321.21Slukemoptions 	FPU_EMULATE	# Support for MC68881/MC68882 emulator
331.21Slukem#options 	FPSP		# 68040 Floatingpoint support
341.10Sleo
351.10Sleo#
361.1Sleo# Networking options
371.1Sleo#
381.21Slukemoptions 	INET		# Basic networking support
391.1Sleo
401.18Sthorpej# File systems
411.18Sthorpejfile-system 	FFS		# Berkeley fast file system
421.18Sthorpejfile-system 	MFS		# Memory based filesystem
431.18Sthorpejfile-system 	PROCFS		# Process filesystem
441.18Sthorpejfile-system 	KERNFS		# Kernel parameter filesystem
451.18Sthorpejfile-system 	NULLFS		# Loopback filesystem
461.18Sthorpejfile-system 	MSDOSFS		# MSDOS filesystem
471.18Sthorpejfile-system 	CD9660		# ISO 9660 filesystem with Rock Ridge
481.1Sleo
491.1Sleo#
501.24Slukem# Misc. debugging options
511.1Sleo#
521.21Slukemoptions 	PANICWAIT	# Require keystroke to dump/reboot
531.21Slukemoptions 	DDB		# Kernel debugger
541.24Slukem#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
551.1Sleo
561.1Sleo#
571.1Sleo# Compatability options for various existing systems
581.1Sleo#
591.21Slukemoptions 	COMPAT_43	# 4.3 BSD compatible system calls (required)
601.21Slukemoptions 	COMPAT_10	# Compatibility to NetBSD1.0
611.21Slukemoptions 	COMPAT_11	# Compatibility to NetBSD1.1
621.21Slukemoptions 	COMPAT_12	# Compatibility to NetBSD1.2
631.25Skleinkoptions 	COMPAT_13	# Compatibility to NetBSD1.3
641.29Saugustssoptions 	COMPAT_14	# Compatibility to NetBSD1.4
651.1Sleo
661.1Sleo#
671.1Sleo# Support for various kernel options
681.1Sleo#
691.21Slukemoptions 	KTRACE			# Add kernel tracing system call
701.21Slukemoptions 	DIAGNOSTIC		# Add additional error checking code
711.21Slukemoptions 	NKMEMCLUSTERS=256	# Size of kernel malloc area
721.1Sleo
731.1Sleo#
741.1Sleo# Atari specific kernel options:
751.1Sleo#
761.21Slukemoptions 	FALCON_SCSI		# SCSI-support for FACLON only
771.21Slukemoptions 	FALCON_VIDEO		# Graphics support for FALCON
781.21Slukemoptions 	MEMORY_DISK_HOOKS	# Boot RAM-disk
791.21Slukemoptions 	DISKLABEL_NBDA		# NetBSD disklabels (required)
801.21Slukemoptions 	DISKLABEL_AHDI		# NetBSD/AHDI disklabels
811.1Sleo
821.1Sleo#
831.1Sleo# Build one kernel that can boot from any disk.
841.1Sleo#
851.18Sthorpejconfig		netbsd root on ? type ?
861.1Sleo
871.21Slukempseudo-device	mouse		1	# mouse
881.21Slukempseudo-device	view		2	# View (graphics mapping)
891.21Slukempseudo-device	sl			# Slip
901.21Slukempseudo-device	ppp			# ppp
911.21Slukempseudo-device	pty		16	# Pseudo-tty support
921.21Slukempseudo-device	loop			# Loopback network
931.21Slukempseudo-device	vnd		3	# 3 pseudo disks (see vnconfig)
941.23Sleopseudo-device	md		2	# Boot memory disk
951.1Sleo
961.1Sleo#
971.21Slukem# The following sections describe various hardware options.
981.1Sleo#
991.13Sleofd0	at fdc0 unit 0		# builtin floppy drive
1001.13Sleofd1	at fdc0 unit 1		# external floppy drive
1011.1Sleozs0	at mainbus0		# Serial support through 8530
1021.30Sleogrfcc0	at grfbus0		# graphics driver
1031.30Sleoite0	at grfcc0		# console
1041.30Sleogrfcc1	at grfbus0		# 2nd graphics driver
1051.30Sleoite1	at grfcc1		# 2nd tty
1061.30Sleogrfcc2	at grfbus0		# 3rd graphics driver
1071.30Sleoite2	at grfcc2		# 3rd tty
1081.5Sleonvr0	at mainbus0		# nvram driver
1091.22Sleolp0	at mainbus0		# centronics printer
1101.26Sleowdc0	at mainbus0		# IDE-bus
1111.28Sleowd*	at wdc? channel ? drive ?
1121.28Sleo # ATAPI bus support
1131.28Sleoatapibus* at wdc? channel ?
1141.28Sleo
1151.28Sleo# ATAPI devices
1161.28Sleocd*    at atapibus? drive ?	# ATAPI CD-ROM drives
117