11.202Schristos# $NetBSD: DRACO,v 1.202 2024/01/29 18:27:10 christos 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.200Srin# Created from: # NetBSD: GENERIC.in,v 1.149 2022/05/29 10:43:19 andvar Exp $
71.69Slukem#
81.139Srkujawa##
91.69Slukem# GENERIC machine description file
101.69Slukem#
111.69Slukem# This machine description file is used to generate the default NetBSD
121.69Slukem# kernel.  The generic kernel does not include all options, subsystems
131.69Slukem# and device drivers, but should be useful for most applications.
141.69Slukem#
151.69Slukem# The machine description file can be customised for your specific
161.69Slukem# machine to reduce the kernel size and improve its performance.
171.69Slukem#
181.69Slukem# For further information on compiling NetBSD kernels, see the config(8)
191.69Slukem# man page.
201.69Slukem#
211.69Slukem# For further information on hardware support for this architecture, see
221.69Slukem# the intro(4) man page.  For further information about kernel options
231.69Slukem# for this architecture, see the options(4) man page.  For an explanation
241.69Slukem# of each device driver in this file see the section 4 man page for the
251.69Slukem# device.
261.57Sjandberg
271.57Sjandberg
281.21Sisinclude "arch/amiga/conf/std.amiga"
291.43Smhitch
301.66Satatatoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
311.66Satatat
321.202Schristos#ident 		"GENERIC-$Revision: 1.202 $"
331.69Slukem
341.194Srinmakeoptions	COPTS="-O2 -fno-reorder-blocks -fno-omit-frame-pointer"
351.194Srin	# See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for
361.194Srin	# backtraces in DDB.
371.1Sis
381.1Sismaxusers	8
391.19Slukemoptions 	RTC_OFFSET=0
401.1Sis
411.69Slukem#
421.69Slukem# mainboards to support (in addition to Amiga)
431.69Slukem#
441.19Slukemoptions 	DRACO
451.69Slukem#
461.69Slukem# processors this kernel should support
471.69Slukem#
481.27Sisoptions 	M68060		# support for 060
491.27Sisoptions 	M060SP		# MC68060 software support (Required for 060)
501.1Sis
511.69Slukem#
521.69Slukem# Networking options
531.69Slukem#
541.19Slukemoptions 	INET		# IP networking support (Required)
551.42Sisoptions 	INET6		# IPV6
561.42Sis#options 	IPSEC		# IP security
571.42Sis#options 	IPSEC_DEBUG	# debug for IP security
581.19Slukem#options 	GATEWAY		# Packet forwarding
591.45Sis
601.27Sis#options 	MROUTING	# Multicast routing
611.85Smanu#options 	PIM		# Protocol Independent Multicast
621.27Sisoptions 	NETATALK	# AppleTalk networking protocols
631.54Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
641.45Sis
651.27Sisoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
661.27Sisoptions 	PPP_DEFLATE	# Deflate compression support for PPP
671.27Sisoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
681.1Sis
691.83Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
701.83Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
711.83Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
721.83Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
731.83Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
741.83Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
751.83Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
761.83Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
771.83Sabs#options 	ALTQ_PRIQ	# Priority Queueing
781.83Sabs#options 	ALTQ_RED	# Random Early Detection
791.83Sabs#options 	ALTQ_RIO	# RED with IN/OUT
801.83Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
811.83Sabs
821.69Slukem# Filesystems
831.9Sthorpejfile-system 	FFS		# Berkeley fast file system
841.34Stronfile-system 	EXT2FS		# second extended file system (linux)
851.27Sis#file-system 	LFS		# log-structured filesystem (experimental)
861.45Sis
871.9Sthorpejfile-system 	MFS		# Memory based filesystem
881.45Sis
891.9Sthorpejfile-system 	NFS		# Network File System client side code
901.9Sthorpejfile-system 	ADOSFS		# AmigaDOS file system
911.27Sisfile-system 	CD9660		# ISO 9660 + Rock Ridge filesystem
921.27Sisfile-system 	MSDOSFS		# MS-DOS filesystem
931.45Sis
941.45Sisfile-system 	KERNFS		# kernel data-structure filesystem
951.45Sis
961.27Sisfile-system 	FDESC		# user file descriptor filesystem
971.27Sisfile-system 	NULLFS		# loopback filesystem
981.42Sisfile-system 	OVERLAY		# overlay filesystem
991.27Sisfile-system 	PROCFS		# /proc filesystem
1001.27Sisfile-system 	UMAPFS		# NULLFS + uid and gid remapping
1011.27Sisfile-system 	UNION		# union filesystem
1021.103Schristosfile-system	PTYFS		# /dev/pts/N support
1031.134Schsfile-system	TMPFS		# Efficient memory file-system
1041.109Sreinoud#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
1051.27Sis
1061.201Ssimonb# File system options
1071.138Swiz#options 	FFS_EI		# FFS Endian Independent support
1081.201Ssimonb#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
1091.137Sbouyeroptions 	QUOTA		# legacy UFS quotas
1101.137Sbouyeroptions 	QUOTA2		# new, in-filesystem UFS quotas
1111.201Ssimonb#options 	UFS_DIRHASH	# UFS Large Directory Hashing
1121.184Smrgoptions 	UFS_EXTATTR	# Extended attribute support for UFS1
1131.201Ssimonboptions 	WAPBL		# File system journaling support
1141.201Ssimonb#options 	LFS_DIRHASH	# LFS version of UFS_DIRHASH - experimental
1151.201Ssimonboptions 	NFSSERVER	# Network File System server
1161.27Sis
1171.69Slukem#
1181.69Slukem# Compatibility options for various existing systems
1191.69Slukem#
1201.27Sis
1211.184Smrg
1221.184Smrginclude 	"conf/compat_netbsd09.config"
1231.184Smrg
1241.30Sisoptions 	COMPAT_SUNOS	# Support to run Sun (m68k) executables
1251.27Sisoptions 	COMPAT_NOMID	# allow nonvalid machine id executables
1261.30Sis#options 	COMPAT_LINUX	# Support to run Linux/m68k executables
1271.197Snia#options 	COMPAT_OSSAUDIO	# Support to run Linux/m68k executables
1281.61Sis
1291.61Sisoptions 	EXEC_AOUT	# 32-bit aout executables (NetBSD-1.5.x)
1301.62Sisoptions 	COMPAT_AOUT_M68K # actually make some system calls work.
1311.1Sis
1321.69Slukem#
1331.69Slukem# Support for System V IPC facilities.
1341.69Slukem#
1351.19Slukemoptions 	SYSVSHM		# System V-like shared memory
1361.19Slukemoptions 	SYSVMSG		# System V-like messages
1371.19Slukemoptions 	SYSVSEM		# System V-like semaphores
1381.1Sis
1391.69Slukem#
1401.69Slukem# Support for various kernel options
1411.69Slukem#
1421.27Sis
1431.27Sisoptions 	KTRACE		# system call tracing support
1441.58Sjdolecek#options 	INSECURE	# disable kernel security levels
1451.58Sjdolecekoptions 	SCSIVERBOSE	# human readable SCSI error messages
1461.71Slukemoptions 	USERCONF	# userconf(4) support
1471.27Sisoptions 	NTP		# NTP phase/frequency locked loop
1481.69Slukem#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
1491.74Swiz
1501.185Ssevan# Alternate buffer queue strategies for better responsiveness under high
1511.185Ssevan# disk I/O load.
1521.95Stsutsui#options 	BUFQ_READPRIO
1531.190Ssevanoptions 	BUFQ_PRIOCSCAN
1541.1Sis
1551.69Slukem#
1561.69Slukem# Misc. debugging options
1571.69Slukem#
1581.19Slukemoptions 	DDB		# Kernel debugger
1591.19Slukem#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1601.105Schs#options 	DIAGNOSTIC	# Extra kernel sanity checks
1611.27Sis#options 	DEBUG		# Enable misc. kernel debugging code
1621.196Srinmakeoptions	DEBUG="-g"	# compile full symbol table
1631.19Slukem#options 	SYSCALL_DEBUG	# debug all syscalls.
1641.19Slukem#options 	SCSIDEBUG	# Add SCSI debugging statements
1651.67Sthorpej#options 	PANICBUTTON	# Forced crash via keypress (?)
1661.1Sis
1671.69Slukem#
1681.69Slukem# Amiga specific options
1691.69Slukem#
1701.30Sis#options 	LIMITMEM=24	# Do not use more than LIMITMEM MB of the
1711.32Sis				# first bank of RAM. (default: unlimited)
1721.32Sis
1731.69Slukem# ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete
1741.69Slukem# before the 10 secondinterval ends, or that KBDRESET does work at all.
1751.27Sis#options 	KBDRESET	# sync on Ctrl-Amiga-Amiga
1761.27Sis
1771.69Slukem# These options improve performance with the built-in serial port
1781.69Slukem# on slower Amigas.  Try the larger buffers first then lev6_defer.
1791.27Sis#options 	SERIBUF_SIZE=4096
1801.27Sis#options 	SEROBUF_SIZE=32
1811.27Sis#options 	LEV6_DEFER	# defers l6 to l4 (below serial l5)
1821.77Sis
1831.1Sis
1841.19Slukemoptions 	RETINACONSOLE	# enable code to allow retina to be console
1851.27Sis#options 	KFONT_8X11	# 8x11 font
1861.65Sheinz
1871.69Slukem# select a font for the console according to the character set and keymap
1881.69Slukem# you want to use
1891.65Sheinzoptions        KFONT_CONS_ISO8859_1
1901.65Sheinz#options         KFONT_CONS_ISO8859_2
1911.1Sis
1921.69Slukem# This is how you would tell the kernel the A2410 oscillator frequencies:
1931.69Slukem# The used frequencies are the defaults, and do not need option setting
1941.27Sis#options 	ULOWELL_OSC1=36000000
1951.27Sis#options 	ULOWELL_OSC2=66667000
1961.27Sis
1971.69Slukem# This is how you specify the blitting speed, higher values may speed up blits
1981.199Sandvar# a little bit.  If you raise this value too much some trash may appear.
1991.69Slukem# the commented version is the default.
2001.27Sis#options 	RH_MEMCLK=61000000
2011.69Slukem# this option enables the 64 bit sprite which does not work
2021.69Slukem# for quite a few people.  E.g. The cursor sprite will turn to a block
2031.69Slukem# when moved to the top of the screen in X.
2041.19Slukem#options 	RH_64BIT_SPRITE
2051.69Slukem# enables fast scroll code appears to now work on 040 systems.
2061.19Slukem#options 	RETINA_SPEED_HACK
2071.69Slukem# enables the Hardwarecursor which does not work on some systems.
2081.27Sis#options 	RH_HARDWARECURSOR
2091.27Sis
2101.69Slukem
2111.27Sisgrfrh0		at zbus0		# retina III
2121.1Sis
2131.1Sisgrf2		at grfrh0
2141.30Sisite2		at grf2			# terminal emulators for grfs
2151.1Sis
2161.27Sismsc0		at zbus0		# A2232 MSC multiport serial.
2171.27Sismfc0		at zbus0		# MultiFaceCard I/O board
2181.27Sismfcs0		at mfc0 unit 0		# MFC serial
2191.27Sismfcs1		at mfc0 unit 1		# MFC serial
2201.1Sis#mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
2211.1Sis#mfc1		at zbus0		# MultiFaceCard 2nd I/O board
2221.1Sis#mfcs2		at mfc1 unit 0
2231.1Sis#mfcs3		at mfc1 unit 1
2241.1Sis#mfcp1		at mfc1 unit 0
2251.12Sis
2261.35Sishyper*		at zbus?		# zbus HyperCom3/3+/4/4+
2271.27Sis#hyper*		at mainbus0		# not yet: HyperCom1 + HyperCom3
2281.27Siscom*		at hyper? port ?	# Hypercom3/4 serial ports
2291.35Sislpt*		at hyper? port ?	# Hypercom3+/4+ parallel port
2301.27Sis
2311.56Slukem#options 	IOBZCLOCK=22118400 	# default, uncomment the next line
2321.56Slukem#options 	IOBZCLOCK=24000000	# if needed.
2331.52Sis
2341.52Sisiobl*		at zbus?		# zbus IOBlix
2351.52Siscom*		at iobl? port ?		# IOBlix serial ports
2361.52Sislpt*		at iobl? port ?		# IOBlix parallel ports
2371.52Sis
2381.69Slukem
2391.66Satatat#
2401.69Slukem# Keyboard device. Optionally can attach a wskbd.
2411.69Slukem# wskbd works together with a wsdisplay so enable them both if you will.
2421.69Slukem# Don't enable wskbd if you use ite.
2431.69Slukem#
2441.69Slukem# XXX in std.amiga: kbd0 at mainbus0
2451.52Sis#wskbd0		at kbd0 console ?
2461.45Sis
2471.69Slukem
2481.80Sjandberg
2491.80Sjandberg#wsmouse*	at ms?
2501.69Slukem
2511.69Slukem#
2521.69Slukem# DraCo Mainboard devices (sans keyboard)
2531.69Slukem#
2541.27Sis
2551.14Sisdrbbc0		at mainbus0		# DraCo battery backed clock
2561.15Sisdrsupio0	at mainbus0		# DraCo superio chip
2571.15Siscom*		at drsupio? port ?	# DraCo serial
2581.17Sislpt0		at drsupio? port ?	# DraCo parallel
2591.1Sis
2601.69Slukem#
2611.69Slukem# Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
2621.69Slukem#
2631.69Slukem
2641.55Sis
2651.55Sisrepulse*	at zbus0		# ALiENDESiGN Repulse
2661.55Sisaudio*		at repulse?
2671.59Sis
2681.59Sistoccata*	at zbus0		# MacroSystem GmbH Toccata
2691.59Sisaudio*		at toccata?
2701.18Sis
2711.69Slukem# Ethernet cards:
2721.27Sisle*		at zbus0		# A2065, Ameristar, Ariadne
2731.157Srkujawane*		at zbus0		# AriadneII
2741.36Sised*		at zbus0		# Hydra, ASDG LanRover
2751.36Sises*		at zbus0		# CEI A4066 EthernetPLUS
2761.36Sisqn*		at zbus0		# Quicknet
2771.1Sis
2781.157Srkujawa
2791.69Slukem# Arcnet
2801.27Sisbah*		at zbus0		# C=/Ameristar A2060 / 560
2811.27Sis
2821.69Slukem
2831.27Sisdrsc0		at mainbus0		# DraCo scsi
2841.1Sisscsibus*	at drsc0
2851.1Sis
2861.69Slukem
2871.69Slukem# each hard drive from low target to high
2881.69Slukem# will configure to the next available sd unit number
2891.1Sissd*	at scsibus? target ? lun ?	# scsi disks
2901.1Sisst*	at scsibus? target ? lun ?	# scsi tapes
2911.30Siscd*	at scsibus? target ? lun ?	# scsi cds
2921.47Ssommerfech*	at scsibus? target ? lun ?	# scsi autochangers
2931.4Sveegoss*	at scsibus? target ? lun ?	# scsi scanner
2941.7Sveegouk*	at scsibus? target ? lun ?	# scsi unknown
2951.126Stsutsui#
2961.126Stsutsui# accept filters
2971.126Stsutsuipseudo-device	accf_data		# "dataready" accept filter
2981.126Stsutsuipseudo-device	accf_http		# "httpready" accept filter
2991.126Stsutsui
3001.27Sispseudo-device	loop			# loopback network interface
3011.111Scubepseudo-device	sl			# SLIP network interfaces
3021.111Scubepseudo-device	ppp			# PPP network interfaces
3031.57Sjandbergpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
3041.111Scubepseudo-device	tun			# network tunnel line discipline
3051.88Scubepseudo-device	tap			# virtual Ethernet
3061.111Scube#pseudo-device	gre			# generic L3 over IP tunnel
3071.110Srpaulopseudo-device	bpfilter		# Berkeley packet filter
3081.190Ssevanpseudo-device	carp			# Common Address Redundancy Protocol
3091.187Smaxvpseudo-device	npf			# NPF packet filter
3101.111Scubepseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
3111.111Scube#pseudo-device	faith			# IPv[46] tcp relay translation i/f
3121.112Spavelpseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
3131.51Sispseudo-device	vlan			# IEEE 802.1q encapsulation
3141.57Sjandbergpseudo-device	bridge			# simple inter-network bridging
3151.195Sroypseudo-device	vether			# Virtual Ethernet for bridge
3161.119Smartinpseudo-device	agr			# IEEE 802.3ad link aggregation
3171.132Spookapseudo-device	fss			# file system snapshot device
3181.148Smlelstvpseudo-device	putter			# for puffs and pud
3191.27Sis
3201.38Sispseudo-device	view		4	# views (needed for grfcc)
3211.49Sjdolecekpseudo-device	pty			# pseudo-terminals
3221.68Slukempseudo-device	clockctl		# user control of clock subsystem
3231.189Sisakipseudo-device	drvctl			# user control of drive subsystem
3241.27Sis
3251.82Sjandberg#pseudo-device	wsfont			# wsfont(4) dynamic font loading support
3261.94Sjandberg#pseudo-device	wsmux			# mouse & keyboard multiplexor
3271.82Sjandberg
3281.111Scubepseudo-device	vnd			# vnode pseudo-disks
3291.99Shubertf#options 	VND_COMPRESSION		# compressed vnd(4)
3301.168Schristospseudo-device	ccd			# concatenated disk devices
3311.168Schristos#pseudo-device	cgd			# cryptographic disk devices
3321.169Schristospseudo-device	raid			# RAIDframe disk driver
3331.58Sjdolecekoptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
3341.69Slukem# Options to enable various other RAIDframe RAID types.
3351.69Slukem# options 	RF_INCLUDE_EVENODD=1
3361.69Slukem# options 	RF_INCLUDE_RAID5_RS=1
3371.69Slukem# options 	RF_INCLUDE_PARITYLOGGING=1
3381.69Slukem# options 	RF_INCLUDE_CHAINDECLUSTER=1
3391.69Slukem# options 	RF_INCLUDE_INTERDECLUSTER=1
3401.69Slukem# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
3411.69Slukem# options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
3421.27Sis
3431.56Slukem#options 	RND_COM			# use "com" randomness as well (BROKEN)
3441.78Sis
3451.78Sispseudo-device	ksyms			# /dev/ksyms (kernel symbols)
3461.1Sis
3471.108Stsutsui# Veriexec
3481.190Ssevaninclude "dev/veriexec.config"
3491.108Stsutsui
3501.9Sthorpejconfig	netbsd root on ? type ?
351