DRACO revision 1.104
11.104Stsutsui# $NetBSD: DRACO,v 1.104 2005/10/07 17:51:07 tsutsui Exp $
21.28Sis#
31.69Slukem# This file was automatically created.
41.69Slukem# Changes will be lost when make is run in this directory.
51.1Sis#
61.104Stsutsui# Created from: # NetBSD: GENERIC.in,v 1.44 2005/10/07 17:46:33 tsutsui Exp $
71.69Slukem#
81.69Slukem# GENERIC machine description file
91.69Slukem#
101.69Slukem# This machine description file is used to generate the default NetBSD
111.69Slukem# kernel.  The generic kernel does not include all options, subsystems
121.69Slukem# and device drivers, but should be useful for most applications.
131.69Slukem#
141.69Slukem# The machine description file can be customised for your specific
151.69Slukem# machine to reduce the kernel size and improve its performance.
161.69Slukem#
171.69Slukem# For further information on compiling NetBSD kernels, see the config(8)
181.69Slukem# man page.
191.69Slukem#
201.69Slukem# For further information on hardware support for this architecture, see
211.69Slukem# the intro(4) man page.  For further information about kernel options
221.69Slukem# for this architecture, see the options(4) man page.  For an explanation
231.69Slukem# of each device driver in this file see the section 4 man page for the
241.69Slukem# device.
251.57Sjandberg
261.57Sjandberg
271.21Sisinclude "arch/amiga/conf/std.amiga"
281.43Smhitch
291.66Satatatoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
301.66Satatat
311.104Stsutsui#ident 		"GENERIC-$Revision: 1.104 $"
321.69Slukem
331.1Sis
341.1Sismaxusers	8
351.19Slukemoptions 	RTC_OFFSET=0
361.1Sis
371.69Slukem#
381.69Slukem# mainboards to support (in addition to Amiga)
391.69Slukem#
401.19Slukemoptions 	DRACO
411.69Slukem#
421.69Slukem# processors this kernel should support
431.69Slukem#
441.27Sisoptions 	M68060		# support for 060
451.27Sisoptions 	M060SP		# MC68060 software support (Required for 060)
461.1Sis
471.69Slukem#
481.69Slukem# Networking options
491.69Slukem#
501.19Slukemoptions 	INET		# IP networking support (Required)
511.42Sisoptions 	INET6		# IPV6
521.42Sis#options 	IPSEC		# IP security
531.42Sis#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
541.98Stron#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
551.42Sis#options 	IPSEC_DEBUG	# debug for IP security
561.19Slukem#options 	GATEWAY		# Packet forwarding
571.19Slukem#options 	DIRECTED_BROADCAST	# Broadcast across subnets
581.45Sis
591.27Sis#options 	MROUTING	# Multicast routing
601.85Smanu#options 	PIM		# Protocol Independent Multicast
611.27Sisoptions 	NS		# XNS
621.27Sis#options 	NSIP		# XNS tunneling over IP
631.27Sisoptions 	ISO,TPIP	# OSI
641.47Ssommerfe#options 	EON		# OSI tunneling over IP
651.27Sisoptions 	CCITT,LLC,HDLC	# X.25
661.27Sisoptions 	NETATALK	# AppleTalk networking protocols
671.54Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
681.45Sis
691.27Sisoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
701.27Sisoptions 	PPP_DEFLATE	# Deflate compression support for PPP
711.27Sisoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
721.27Sisoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
731.27Sisoptions 	IPFILTER_LOG	# ipmon(8) log support
741.72Sprovos#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
751.1Sis
761.83Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
771.83Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
781.83Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
791.83Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
801.83Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
811.83Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
821.83Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
831.83Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
841.83Sabs#options 	ALTQ_PRIQ	# Priority Queueing
851.83Sabs#options 	ALTQ_RED	# Random Early Detection
861.83Sabs#options 	ALTQ_RIO	# RED with IN/OUT
871.83Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
881.83Sabs
891.69Slukem# Filesystems
901.9Sthorpejfile-system 	FFS		# Berkeley fast file system
911.34Stronfile-system 	EXT2FS		# second extended file system (linux)
921.27Sis#file-system 	LFS		# log-structured filesystem (experimental)
931.45Sis
941.9Sthorpejfile-system 	MFS		# Memory based filesystem
951.45Sis
961.9Sthorpejfile-system 	NFS		# Network File System client side code
971.9Sthorpejfile-system 	ADOSFS		# AmigaDOS file system
981.27Sisfile-system 	CD9660		# ISO 9660 + Rock Ridge filesystem
991.27Sisfile-system 	MSDOSFS		# MS-DOS filesystem
1001.45Sis
1011.45Sisfile-system 	KERNFS		# kernel data-structure filesystem
1021.45Sis
1031.27Sisfile-system 	FDESC		# user file descriptor filesystem
1041.27Sisfile-system 	NULLFS		# loopback filesystem
1051.42Sisfile-system 	OVERLAY		# overlay filesystem
1061.9Sthorpej#file-system 	PORTAL		# Portal filesystem
1071.27Sisfile-system 	PROCFS		# /proc filesystem
1081.27Sisfile-system 	UMAPFS		# NULLFS + uid and gid remapping
1091.27Sisfile-system 	UNION		# union filesystem
1101.92Sjdolecekfile-system	SMBFS		# experimental - CIFS; also needs nsmb (below)
1111.103Schristosfile-system	PTYFS		# /dev/pts/N support
1121.104Stsutsui#file-system	TMPFS		# experimental - Efficient memory file-system
1131.27Sis
1141.69Slukem# Filesystem options
1151.45Sis
1161.45Sis#options 	FFS_EI		# FFS Endian Independant support
1171.45Sis
1181.27Sisoptions 	QUOTA		# User and group quotas in FFS
1191.56Slukemoptions 	SOFTDEP		# FFS soft updates support.
1201.89Shannken#options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
1211.34Stronoptions 	NFSSERVER	# Network File System server side code
1221.91Sdsl#options 	FFS_NO_SNAPSHOT	# ffs snapshots
1231.45Sis
1241.34Stron#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1251.34Stron				# immutable) behave as system flags.
1261.27Sis
1271.69Slukem#
1281.69Slukem# Compatibility options for various existing systems
1291.69Slukem#
1301.27Sis
1311.54Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
1321.27Sisoptions 	COMPAT_43	# compatibility with 4.3BSD interfaces
1331.27Sisoptions 	COMPAT_09	# compatibility with NetBSD 0.9
1341.27Sisoptions 	COMPAT_10	# compatibility with NetBSD 1.0
1351.27Sisoptions 	COMPAT_12	# compatibility with NetBSD 1.2
1361.27Sisoptions 	COMPAT_13	# compatibility with NetBSD 1.3
1371.40Saugustssoptions 	COMPAT_14	# compatibility with NetBSD 1.4
1381.79Scloptions 	COMPAT_15	# compatibility with NetBSD 1.5
1391.79Scloptions 	COMPAT_16	# compatibility with NetBSD 1.6
1401.93Ssimonboptions 	COMPAT_20	# compatibility with NetBSD 2.0
1411.102Schristosoptions 	COMPAT_30	# NetBSD 3.0 compatibility.
1421.30Sisoptions 	COMPAT_SUNOS	# Support to run Sun (m68k) executables
1431.34Stronoptions 	COMPAT_SVR4	# Support to run SVR4 (m68k) executables
1441.27Sisoptions 	COMPAT_NOMID	# allow nonvalid machine id executables
1451.30Sis#options 	COMPAT_LINUX	# Support to run Linux/m68k executables
1461.61Sis
1471.61Sisoptions 	EXEC_AOUT	# 32-bit aout executables (NetBSD-1.5.x)
1481.62Sisoptions 	COMPAT_AOUT_M68K # actually make some system calls work.
1491.86Schristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
1501.1Sis
1511.69Slukem#
1521.69Slukem# Support for System V IPC facilities.
1531.69Slukem#
1541.19Slukemoptions 	SYSVSHM		# System V-like shared memory
1551.19Slukemoptions 	SYSVMSG		# System V-like messages
1561.19Slukemoptions 	SYSVSEM		# System V-like semaphores
1571.56Slukem#options 	SEMMNI=10	# number of semaphore identifiers
1581.56Slukem#options 	SEMMNS=60	# number of semaphores in system
1591.56Slukem#options 	SEMUME=10	# max number of undo entries per process
1601.56Slukem#options 	SEMMNU=30	# number of undo structures in system
1611.84Sbouyeroptions 	P1003_1B_SEMAPHORE # p1003.1b semaphore support
1621.1Sis
1631.69Slukem#
1641.69Slukem# Support for various kernel options
1651.69Slukem#
1661.27Sis
1671.27Sisoptions 	KTRACE		# system call tracing support
1681.72Sprovosoptions 	SYSTRACE	# system call vetting via systrace(1)
1691.19Slukemoptions 	LKM		# Loadable kernel modules
1701.58Sjdolecek#options 	INSECURE	# disable kernel security levels
1711.58Sjdolecekoptions 	SCSIVERBOSE	# human readable SCSI error messages
1721.71Slukemoptions 	USERCONF	# userconf(4) support
1731.27Sisoptions 	NTP		# NTP phase/frequency locked loop
1741.69Slukem#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
1751.74Swiz
1761.74Swiz# Enable experimental buffer queue strategy for better responsiveness under 
1771.74Swiz# high disk I/O load. Use it with caution - it's not proven to be stable yet.
1781.95Stsutsui#options 	BUFQ_READPRIO
1791.95Stsutsui#options 	BUFQ_PRIOCSCAN
1801.1Sis
1811.69Slukem#
1821.69Slukem# Misc. debugging options
1831.69Slukem#
1841.19Slukemoptions 	DDB		# Kernel debugger
1851.19Slukem#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1861.27Sisoptions 	DIAGNOSTIC	# Extra kernel sanity checks
1871.27Sis#options 	DEBUG		# Enable misc. kernel debugging code
1881.19Slukem#options 	SYSCALL_DEBUG	# debug all syscalls.
1891.19Slukem#options 	SCSIDEBUG	# Add SCSI debugging statements
1901.67Sthorpej#options 	PANICBUTTON	# Forced crash via keypress (?)
1911.1Sis
1921.69Slukem#
1931.69Slukem# Amiga specific options
1941.69Slukem#
1951.30Sis#options 	LIMITMEM=24	# Do not use more than LIMITMEM MB of the
1961.32Sis				# first bank of RAM. (default: unlimited)
1971.56Slukem#options 	NKPTADD=4	# set this for 4 additional KPT pages
1981.56Slukem#options 	NKPTADDSHIFT=24	# set this for 1 additional KPT page
1991.32Sis				# per 16 MB (1<<24 bytes) of RAM
2001.58Sjdolecek				# uncomment and decrease this, or uncomment and
2011.56Slukem				# increase NKPTADD if you get "out of PT pages"
2021.56Slukem				# panics.
2031.32Sis
2041.69Slukem# ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete
2051.69Slukem# before the 10 secondinterval ends, or that KBDRESET does work at all.
2061.27Sis#options 	KBDRESET	# sync on Ctrl-Amiga-Amiga
2071.27Sis
2081.69Slukem# These options improve performance with the built-in serial port
2091.69Slukem# on slower Amigas.  Try the larger buffers first then lev6_defer.
2101.27Sis#options 	SERIBUF_SIZE=4096
2111.27Sis#options 	SEROBUF_SIZE=32
2121.27Sis#options 	LEV6_DEFER	# defers l6 to l4 (below serial l5)
2131.77Sis
2141.1Sis
2151.19Slukemoptions 	RETINACONSOLE	# enable code to allow retina to be console
2161.27Sis#options 	KFONT_8X11	# 8x11 font
2171.65Sheinz
2181.69Slukem# select a font for the console according to the character set and keymap
2191.69Slukem# you want to use
2201.65Sheinzoptions        KFONT_CONS_ISO8859_1
2211.65Sheinz#options         KFONT_CONS_ISO8859_2
2221.1Sis
2231.69Slukem# This is how you would tell the kernel the A2410 oscillator frequencies:
2241.69Slukem# The used frequencies are the defaults, and do not need option setting
2251.27Sis#options 	ULOWELL_OSC1=36000000
2261.27Sis#options 	ULOWELL_OSC2=66667000
2271.27Sis
2281.69Slukem# This is how you specify the blitting speed, higher values may speed up blits
2291.69Slukem# a littel bit.  If you raise this value too much some trash may appear.
2301.69Slukem# the commented version is the default.
2311.27Sis#options 	RH_MEMCLK=61000000
2321.69Slukem# this option enables the 64 bit sprite which does not work
2331.69Slukem# for quite a few people.  E.g. The cursor sprite will turn to a block
2341.69Slukem# when moved to the top of the screen in X.
2351.19Slukem#options 	RH_64BIT_SPRITE
2361.69Slukem# enables fast scroll code appears to now work on 040 systems.
2371.19Slukem#options 	RETINA_SPEED_HACK
2381.69Slukem# enables the Hardwarecursor which does not work on some systems.
2391.27Sis#options 	RH_HARDWARECURSOR
2401.27Sis
2411.69Slukem
2421.27Sisgrfrh0		at zbus0		# retina III
2431.1Sis
2441.1Sisgrf2		at grfrh0
2451.30Sisite2		at grf2			# terminal emulators for grfs
2461.1Sis
2471.27Sismsc0		at zbus0		# A2232 MSC multiport serial.
2481.27Sismfc0		at zbus0		# MultiFaceCard I/O board
2491.27Sismfcs0		at mfc0 unit 0		# MFC serial
2501.27Sismfcs1		at mfc0 unit 1		# MFC serial
2511.1Sis#mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
2521.1Sis#mfc1		at zbus0		# MultiFaceCard 2nd I/O board
2531.1Sis#mfcs2		at mfc1 unit 0
2541.1Sis#mfcs3		at mfc1 unit 1
2551.1Sis#mfcp1		at mfc1 unit 0
2561.12Sis
2571.35Sishyper*		at zbus?		# zbus HyperCom3/3+/4/4+
2581.27Sis#hyper*		at mainbus0		# not yet: HyperCom1 + HyperCom3
2591.27Siscom*		at hyper? port ?	# Hypercom3/4 serial ports
2601.35Sislpt*		at hyper? port ?	# Hypercom3+/4+ parallel port
2611.27Sis
2621.56Slukem#options 	IOBZCLOCK=22118400 	# default, uncomment the next line
2631.56Slukem#options 	IOBZCLOCK=24000000	# if needed.
2641.52Sis
2651.52Sisiobl*		at zbus?		# zbus IOBlix
2661.52Siscom*		at iobl? port ?		# IOBlix serial ports
2671.52Sislpt*		at iobl? port ?		# IOBlix parallel ports
2681.52Sis
2691.69Slukem
2701.66Satatat#
2711.69Slukem# Keyboard device. Optionally can attach a wskbd.
2721.69Slukem# wskbd works together with a wsdisplay so enable them both if you will.
2731.69Slukem# Don't enable wskbd if you use ite.
2741.69Slukem#
2751.69Slukem# XXX in std.amiga: kbd0 at mainbus0
2761.69Slukem
2771.52Sis#wskbd0		at kbd0 console ?
2781.45Sis
2791.69Slukem
2801.80Sjandberg
2811.80Sjandberg
2821.80Sjandberg#wsmouse*	at ms?
2831.69Slukem
2841.69Slukem#
2851.69Slukem# DraCo Mainboard devices (sans keyboard)
2861.69Slukem#
2871.27Sis
2881.14Sisdrbbc0		at mainbus0		# DraCo battery backed clock
2891.15Sisdrsupio0	at mainbus0		# DraCo superio chip
2901.15Siscom*		at drsupio? port ?	# DraCo serial
2911.17Sislpt0		at drsupio? port ?	# DraCo parallel
2921.1Sis
2931.69Slukem#
2941.69Slukem# Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
2951.69Slukem#
2961.69Slukem
2971.55Sis
2981.55Sisrepulse*	at zbus0		# ALiENDESiGN Repulse
2991.55Sisaudio*		at repulse?
3001.59Sis
3011.59Sistoccata*	at zbus0		# MacroSystem GmbH Toccata
3021.59Sisaudio*		at toccata?
3031.18Sis
3041.69Slukem# Ethernet cards:
3051.27Sisle*		at zbus0		# A2065, Ameristar, Ariadne
3061.51Sisne*		at zbus0		# AriadneII, X-surf
3071.36Sised*		at zbus0		# Hydra, ASDG LanRover
3081.36Sises*		at zbus0		# CEI A4066 EthernetPLUS
3091.36Sisqn*		at zbus0		# Quicknet
3101.1Sis
3111.69Slukem# Arcnet
3121.27Sisbah*		at zbus0		# C=/Ameristar A2060 / 560
3131.27Sis
3141.69Slukem
3151.27Sisdrsc0		at mainbus0		# DraCo scsi
3161.1Sisscsibus*	at drsc0
3171.1Sis
3181.69Slukem
3191.69Slukem# each hard drive from low target to high
3201.69Slukem# will configure to the next available sd unit number
3211.1Sissd*	at scsibus? target ? lun ?	# scsi disks
3221.1Sisst*	at scsibus? target ? lun ?	# scsi tapes
3231.30Siscd*	at scsibus? target ? lun ?	# scsi cds
3241.47Ssommerfech*	at scsibus? target ? lun ?	# scsi autochangers
3251.4Sveegoss*	at scsibus? target ? lun ?	# scsi scanner
3261.7Sveegouk*	at scsibus? target ? lun ?	# scsi unknown
3271.1Sis
3281.27Sispseudo-device	loop			# loopback network interface
3291.27Sispseudo-device	sl		1	# SLIP network interfaces
3301.27Sispseudo-device	ppp		1	# PPP network interfaces
3311.57Sjandbergpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
3321.27Sispseudo-device	tun		1	# network tunnel line discipline
3331.88Scubepseudo-device	tap			# virtual Ethernet
3341.27Sis#pseudo-device	gre		2	# generic L3 over IP tunnel
3351.27Sispseudo-device	bpfilter	16	# Berkeley packet filter
3361.27Sispseudo-device	ipfilter		# IP Filter package
3371.42Sispseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
3381.42Sis#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
3391.47Ssommerfe#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
3401.51Sispseudo-device	vlan			# IEEE 802.1q encapsulation
3411.57Sjandbergpseudo-device	bridge			# simple inter-network bridging
3421.75Sperseant#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
3431.83Sabs#pseudo-device	pf			# PF packet filter
3441.83Sabs#pseudo-device	pflog			# PF log if
3451.89Shannken#pseudo-device	fss		4	# file system snapshot device
3461.27Sis
3471.38Sispseudo-device	view		4	# views (needed for grfcc)
3481.49Sjdolecekpseudo-device	pty			# pseudo-terminals
3491.68Slukempseudo-device	clockctl		# user control of clock subsystem
3501.27Sis
3511.82Sjandberg#pseudo-device	wsfont			# wsfont(4) dynamic font loading support
3521.94Sjandberg#pseudo-device	wsmux			# mouse & keyboard multiplexor
3531.82Sjandberg
3541.27Sispseudo-device	vnd		4	# vnode pseudo-disks
3551.99Shubertf#options 	VND_COMPRESSION		# compressed vnd(4)
3561.27Sispseudo-device	ccd		4	# concatenated disk devices
3571.73Selric#pseudo-device	cgd		4	# cryptographic disk devices
3581.58Sjdolecekpseudo-device	raid		8	# RAIDframe disk driver
3591.58Sjdolecekoptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
3601.69Slukem# Options to enable various other RAIDframe RAID types.
3611.69Slukem# options 	RF_INCLUDE_EVENODD=1
3621.69Slukem# options 	RF_INCLUDE_RAID5_RS=1
3631.69Slukem# options 	RF_INCLUDE_PARITYLOGGING=1
3641.69Slukem# options 	RF_INCLUDE_CHAINDECLUSTER=1
3651.69Slukem# options 	RF_INCLUDE_INTERDECLUSTER=1
3661.69Slukem# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
3671.69Slukem# options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
3681.27Sis
3691.56Slukempseudo-device	rnd			# /dev/random and in-kernel generator
3701.56Slukem#options 	RND_COM			# use "com" randomness as well (BROKEN)
3711.78Sis
3721.78Sispseudo-device	ksyms			# /dev/ksyms (kernel symbols)
3731.92Sjdolecekpseudo-device	nsmb			# experimental - SMB requester
3741.1Sis
3751.9Sthorpejconfig	netbsd root on ? type ?
376