DRACO revision 1.68
11.65Sheinz# $NetBSD: DRACO,v 1.68 2002/06/17 05:28:00 lukem Exp $
21.28Sis#
31.27Sis# This file was automatically created. Changes will be
41.27Sis# lost when running make in this directory.
51.1Sis#
61.68Slukem# Created from: #NetBSD: GENERIC,v 1.181 2002/06/17 05:14:05 lukem Exp $
71.1Sis
81.57Sjandberg#GENERIC machine description file
91.57Sjandberg
101.57Sjandberg#This machine description file is used to generate the default NetBSD
111.57Sjandberg#kernel.  The generic kernel does not include all options, subsystems
121.57Sjandberg#and device drivers, but should be useful for most applications.
131.57Sjandberg
141.57Sjandberg#The machine description file can be customised for your specific
151.57Sjandberg#machine to reduce the kernel size and improve its performance.
161.57Sjandberg
171.57Sjandberg#For further information on compiling NetBSD kernels, see the config(8)
181.57Sjandberg#man page.
191.57Sjandberg
201.57Sjandberg#For further information on hardware support for this architecture, see
211.57Sjandberg#the intro(4) man page.  For further information about kernel options
221.57Sjandberg#for this architecture, see the options(4) man page.  For an explanation
231.57Sjandberg#of each device driver in this file see the section 4 man page for the
241.57Sjandberg#device.
251.21Sisinclude "arch/amiga/conf/std.amiga"
261.43Smhitch
271.66Satatatoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
281.66Satatat
291.68Slukem#ident  		"GENERIC-$Revision: 1.68 $"
301.1Sis
311.1Sismaxusers	8
321.19Slukemoptions 	RTC_OFFSET=0
331.1Sis
341.27Sis#mainboards to support (in addition to Amiga)
351.27Sis
361.19Slukemoptions 	DRACO
371.4Sveego
381.27Sis#processors this kernel should support
391.27Sis
401.27Sisoptions 	M68060		# support for 060
411.27Sisoptions 	M060SP		# MC68060 software support (Required for 060)
421.1Sis
431.47Ssommerfe#Networking options
441.47Ssommerfe
451.19Slukemoptions 	INET		# IP networking support (Required)
461.42Sisoptions 	INET6		# IPV6
471.42Sis#options 	IPSEC		# IP security
481.42Sis#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
491.42Sis#options 	IPSEC_DEBUG	# debug for IP security
501.19Slukem#options 	GATEWAY		# Packet forwarding
511.19Slukem#options 	DIRECTED_BROADCAST	# Broadcast across subnets
521.45Sis
531.27Sis#options 	MROUTING	# Multicast routing
541.27Sisoptions 	NS		# XNS
551.27Sis#options 	NSIP		# XNS tunneling over IP
561.27Sisoptions 	ISO,TPIP	# OSI
571.47Ssommerfe#options 	EON		# OSI tunneling over IP
581.27Sisoptions 	CCITT,LLC,HDLC	# X.25
591.27Sisoptions 	NETATALK	# AppleTalk networking protocols
601.54Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
611.45Sis
621.27Sisoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
631.27Sisoptions 	PPP_DEFLATE	# Deflate compression support for PPP
641.27Sisoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
651.27Sisoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
661.27Sisoptions 	IPFILTER_LOG	# ipmon(8) log support
671.1Sis
681.9Sthorpejfile-system 	FFS		# Berkeley fast file system
691.34Stronfile-system 	EXT2FS		# second extended file system (linux)
701.27Sis#file-system 	LFS		# log-structured filesystem (experimental)
711.45Sis
721.9Sthorpejfile-system 	MFS		# Memory based filesystem
731.45Sis
741.9Sthorpejfile-system 	NFS		# Network File System client side code
751.9Sthorpejfile-system 	ADOSFS		# AmigaDOS file system
761.27Sisfile-system 	CD9660		# ISO 9660 + Rock Ridge filesystem
771.27Sisfile-system 	MSDOSFS		# MS-DOS filesystem
781.45Sis
791.45Sisfile-system 	KERNFS		# kernel data-structure filesystem
801.45Sis
811.27Sisfile-system 	FDESC		# user file descriptor filesystem
821.27Sisfile-system 	NULLFS		# loopback filesystem
831.42Sisfile-system 	OVERLAY		# overlay filesystem
841.9Sthorpej#file-system 	PORTAL		# Portal filesystem
851.27Sisfile-system 	PROCFS		# /proc filesystem
861.27Sisfile-system 	UMAPFS		# NULLFS + uid and gid remapping
871.27Sisfile-system 	UNION		# union filesystem
881.27Sis
891.27Sis#Filesystem options
901.45Sis
911.45Sis#options 	FFS_EI		# FFS Endian Independant support
921.45Sis
931.27Sisoptions 	QUOTA		# User and group quotas in FFS
941.56Slukemoptions 	SOFTDEP		# FFS soft updates support.
951.34Stronoptions 	NFSSERVER	# Network File System server side code
961.45Sis
971.34Stron#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
981.34Stron				# immutable) behave as system flags.
991.27Sis
1001.53Swiz#Compatibility options for various existing systems
1011.27Sis
1021.54Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
1031.27Sisoptions 	COMPAT_43	# compatibility with 4.3BSD interfaces
1041.27Sisoptions 	COMPAT_09	# compatibility with NetBSD 0.9
1051.27Sisoptions 	COMPAT_10	# compatibility with NetBSD 1.0
1061.27Sisoptions 	COMPAT_12	# compatibility with NetBSD 1.2
1071.27Sisoptions 	COMPAT_13	# compatibility with NetBSD 1.3
1081.40Saugustssoptions 	COMPAT_14	# compatibility with NetBSD 1.4
1091.30Sisoptions 	COMPAT_SUNOS	# Support to run Sun (m68k) executables
1101.34Stronoptions 	COMPAT_SVR4	# Support to run SVR4 (m68k) executables
1111.27Sisoptions 	COMPAT_NOMID	# allow nonvalid machine id executables
1121.30Sis#options 	COMPAT_LINUX	# Support to run Linux/m68k executables
1131.61Sis
1141.61Sisoptions 	EXEC_AOUT	# 32-bit aout executables (NetBSD-1.5.x)
1151.62Sisoptions 	COMPAT_AOUT_M68K # actually make some system calls work.
1161.1Sis
1171.27Sis#Support for System V IPC facilities.
1181.1Sis
1191.19Slukemoptions 	SYSVSHM		# System V-like shared memory
1201.19Slukemoptions 	SYSVMSG		# System V-like messages
1211.19Slukemoptions 	SYSVSEM		# System V-like semaphores
1221.56Slukem#options 	SEMMNI=10	# number of semaphore identifiers
1231.56Slukem#options 	SEMMNS=60	# number of semaphores in system
1241.56Slukem#options 	SEMUME=10	# max number of undo entries per process
1251.56Slukem#options 	SEMMNU=30	# number of undo structures in system
1261.1Sis
1271.27Sis#Support for various kernel options
1281.27Sis
1291.27Sisoptions 	KTRACE		# system call tracing support
1301.19Slukemoptions 	LKM		# Loadable kernel modules
1311.27Sisoptions 	UCONSOLE	# anyone can redirect a virtual console
1321.45Sis
1331.58Sjdolecek#options 	INSECURE	# disable kernel security levels
1341.58Sjdolecekoptions 	SCSIVERBOSE	# human readable SCSI error messages
1351.65Sheinz#options 	USERCONF	# userconf(4) support
1361.27Sis
1371.27Sisoptions 	NTP		# NTP phase/frequency locked loop
1381.60Sis#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
1391.27Sis
1401.27Sis#Misc. debugging options
1411.1Sis
1421.19Slukemoptions 	DDB		# Kernel debugger
1431.19Slukem#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1441.27Sisoptions 	DIAGNOSTIC	# Extra kernel sanity checks
1451.27Sis#options 	DEBUG		# Enable misc. kernel debugging code
1461.19Slukem#options 	SYSCALL_DEBUG	# debug all syscalls.
1471.19Slukem#options 	SCSIDEBUG	# Add SCSI debugging statements
1481.67Sthorpej#options 	PANICBUTTON	# Forced crash via keypress (?)
1491.1Sis
1501.27Sis#Amiga specific options
1511.27Sis
1521.30Sis#options 	LIMITMEM=24	# Do not use more than LIMITMEM MB of the
1531.32Sis				# first bank of RAM. (default: unlimited)
1541.56Slukem#options 	NKPTADD=4	# set this for 4 additional KPT pages
1551.56Slukem#options 	NKPTADDSHIFT=24	# set this for 1 additional KPT page
1561.32Sis				# per 16 MB (1<<24 bytes) of RAM
1571.58Sjdolecek				# uncomment and decrease this, or uncomment and
1581.56Slukem				# increase NKPTADD if you get "out of PT pages"
1591.56Slukem				# panics.
1601.32Sis
1611.27Sis#ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete
1621.27Sis#before the 10 secondinterval ends, or that KBDRESET does work at all.
1631.27Sis#options 	KBDRESET	# sync on Ctrl-Amiga-Amiga
1641.27Sis
1651.27Sis#These options improve performance with the built-in serial port
1661.27Sis#on slower Amigas.  Try the larger buffers first then lev6_defer.
1671.27Sis#options 	SERIBUF_SIZE=4096
1681.27Sis#options 	SEROBUF_SIZE=32
1691.27Sis#options 	LEV6_DEFER	# defers l6 to l4 (below serial l5)
1701.1Sis
1711.19Slukemoptions 	RETINACONSOLE	# enable code to allow retina to be console
1721.1Sis
1731.27Sis#options 	KFONT_8X11	# 8x11 font
1741.65Sheinz
1751.65Sheinz#select a font for the console according to the character set and keymap
1761.65Sheinz#you want to use
1771.65Sheinzoptions        KFONT_CONS_ISO8859_1
1781.65Sheinz#options         KFONT_CONS_ISO8859_2
1791.1Sis
1801.27Sis#This is how you would tell the kernel the A2410 oscillator frequencies:
1811.32Sis#The used frequencies are the defaults, and do not need option setting
1821.27Sis#options 	ULOWELL_OSC1=36000000
1831.27Sis#options 	ULOWELL_OSC2=66667000
1841.27Sis
1851.27Sis#This is how you specify the blitting speed, higher values may speed up blits
1861.27Sis#a littel bit.  If you raise this value too much some trash may appear.
1871.27Sis#the commented version is the default.
1881.27Sis#options 	RH_MEMCLK=61000000
1891.30Sis#this option enables the 64 bit sprite which does not work
1901.27Sis#for quite a few people.  E.g. The cursor sprite will turn to a block
1911.27Sis#when moved to the top of the screen in X.
1921.19Slukem#options 	RH_64BIT_SPRITE
1931.27Sis#enables fast scroll code appears to now work on 040 systems.
1941.19Slukem#options 	RETINA_SPEED_HACK
1951.27Sis#enables the Hardwarecursor which does not work on some systems.
1961.27Sis#options 	RH_HARDWARECURSOR
1971.27Sis
1981.27Sisgrfrh0		at zbus0		# retina III
1991.1Sis
2001.1Sisgrf2		at grfrh0
2011.27Sis
2021.30Sisite2		at grf2			# terminal emulators for grfs
2031.1Sis
2041.27Sismsc0		at zbus0		# A2232 MSC multiport serial.
2051.27Sismfc0		at zbus0		# MultiFaceCard I/O board
2061.27Sismfcs0		at mfc0 unit 0		# MFC serial
2071.27Sismfcs1		at mfc0 unit 1		# MFC serial
2081.1Sis#mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
2091.1Sis#mfc1		at zbus0		# MultiFaceCard 2nd I/O board
2101.1Sis#mfcs2		at mfc1 unit 0
2111.1Sis#mfcs3		at mfc1 unit 1
2121.1Sis#mfcp1		at mfc1 unit 0
2131.12Sis
2141.35Sishyper*		at zbus?		# zbus HyperCom3/3+/4/4+
2151.27Sis#hyper*		at mainbus0		# not yet: HyperCom1 + HyperCom3
2161.27Siscom*		at hyper? port ?	# Hypercom3/4 serial ports
2171.35Sislpt*		at hyper? port ?	# Hypercom3+/4+ parallel port
2181.27Sis
2191.56Slukem#options 	IOBZCLOCK=22118400 	# default, uncomment the next line
2201.56Slukem#options 	IOBZCLOCK=24000000	# if needed.
2211.52Sis
2221.52Sisiobl*		at zbus?		# zbus IOBlix
2231.52Siscom*		at iobl? port ?		# IOBlix serial ports
2241.52Sislpt*		at iobl? port ?		# IOBlix parallel ports
2251.52Sis
2261.52Sis#Keyboard device. Optionally can attach a wskbd.
2271.52Sis#wskbd works together with a wsdisplay so enable them both if you will.
2281.52Sis#Don't enable wskbd if you use ite.
2291.66Satatat#
2301.52Sis#XXX in std.amiga: kbd0 at mainbus0
2311.52Sis#wskbd0		at kbd0 console ?
2321.45Sis
2331.27Sis#DraCo Mainboard devices (sans keyboard)
2341.27Sis
2351.14Sisdrbbc0		at mainbus0		# DraCo battery backed clock
2361.15Sisdrsupio0	at mainbus0		# DraCo superio chip
2371.15Siscom*		at drsupio? port ?	# DraCo serial
2381.17Sislpt0		at drsupio? port ?	# DraCo parallel
2391.1Sis
2401.27Sis#Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
2411.55Sis
2421.55Sisrepulse*	at zbus0		# ALiENDESiGN Repulse
2431.55Sisaudio*		at repulse?
2441.59Sis
2451.59Sistoccata*	at zbus0		# MacroSystem GmbH Toccata
2461.59Sisaudio*		at toccata?
2471.18Sis
2481.27Sis#Ethernet cards:
2491.27Sisle*		at zbus0		# A2065, Ameristar, Ariadne
2501.51Sisne*		at zbus0		# AriadneII, X-surf
2511.36Sised*		at zbus0		# Hydra, ASDG LanRover
2521.36Sises*		at zbus0		# CEI A4066 EthernetPLUS
2531.36Sisqn*		at zbus0		# Quicknet
2541.1Sis
2551.27Sisbah*		at zbus0		# C=/Ameristar A2060 / 560
2561.27Sis
2571.27Sisdrsc0		at mainbus0		# DraCo scsi
2581.1Sisscsibus*	at drsc0
2591.1Sis
2601.27Sis#each hard drive from low target to high
2611.27Sis#will configure to the next available sd unit number
2621.1Sissd*	at scsibus? target ? lun ?	# scsi disks
2631.1Sisst*	at scsibus? target ? lun ?	# scsi tapes
2641.30Siscd*	at scsibus? target ? lun ?	# scsi cds
2651.47Ssommerfech*	at scsibus? target ? lun ?	# scsi autochangers
2661.47Ssommerfe
2671.4Sveegoss*	at scsibus? target ? lun ?	# scsi scanner
2681.7Sveegouk*	at scsibus? target ? lun ?	# scsi unknown
2691.1Sis
2701.27Sispseudo-device	loop			# loopback network interface
2711.27Sispseudo-device	sl		1	# SLIP network interfaces
2721.27Sispseudo-device	ppp		1	# PPP network interfaces
2731.57Sjandbergpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
2741.27Sispseudo-device	tun		1	# network tunnel line discipline
2751.27Sis#pseudo-device	gre		2	# generic L3 over IP tunnel
2761.27Sispseudo-device	bpfilter	16	# Berkeley packet filter
2771.27Sispseudo-device	ipfilter		# IP Filter package
2781.42Sispseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
2791.42Sis#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
2801.47Ssommerfe#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
2811.51Sispseudo-device	vlan			# IEEE 802.1q encapsulation
2821.57Sjandbergpseudo-device	bridge			# simple inter-network bridging
2831.27Sis
2841.38Sispseudo-device	view		4	# views (needed for grfcc)
2851.49Sjdolecekpseudo-device	pty			# pseudo-terminals
2861.68Slukempseudo-device	clockctl		# user control of clock subsystem
2871.27Sis
2881.27Sispseudo-device	vnd		4	# vnode pseudo-disks
2891.27Sispseudo-device	ccd		4	# concatenated disk devices
2901.58Sjdolecekpseudo-device	raid		8	# RAIDframe disk driver
2911.58Sjdolecekoptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
2921.58Sjdolecek#Options to enable various other RAIDframe RAID types.
2931.58Sjdolecek#options	RF_INCLUDE_EVENODD=1
2941.58Sjdolecek#options	RF_INCLUDE_RAID5_RS=1
2951.58Sjdolecek#options	RF_INCLUDE_PARITYLOGGING=1
2961.58Sjdolecek#options	RF_INCLUDE_CHAINDECLUSTER=1
2971.58Sjdolecek#options	RF_INCLUDE_INTERDECLUSTER=1
2981.58Sjdolecek#options 	RF_INCLUDE_PARITY_DECLUSTERING=1
2991.58Sjdolecek#options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
3001.27Sis
3011.56Slukempseudo-device	rnd			# /dev/random and in-kernel generator
3021.56Slukem#options 	RND_COM			# use "com" randomness as well (BROKEN)
3031.1Sis
3041.9Sthorpejconfig	netbsd root on ? type ?
305