DRACO revision 1.185
11.185Ssevan# $NetBSD: DRACO,v 1.185 2018/01/23 14:47:53 sevan 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.184Smrg# Created from: # NetBSD: GENERIC.in,v 1.135 2017/09/13 22:24:42 sevan 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.185Ssevan#ident 		"GENERIC-$Revision: 1.185 $"
331.69Slukem
341.175Stsutsuimakeoptions	COPTS="-O2 -fno-reorder-blocks"	# see share/mk/sys.mk
351.1Sis
361.1Sismaxusers	8
371.19Slukemoptions 	RTC_OFFSET=0
381.1Sis
391.69Slukem#
401.69Slukem# mainboards to support (in addition to Amiga)
411.69Slukem#
421.19Slukemoptions 	DRACO
431.69Slukem#
441.69Slukem# processors this kernel should support
451.69Slukem#
461.27Sisoptions 	M68060		# support for 060
471.27Sisoptions 	M060SP		# MC68060 software support (Required for 060)
481.1Sis
491.69Slukem#
501.69Slukem# Networking options
511.69Slukem#
521.19Slukemoptions 	INET		# IP networking support (Required)
531.42Sisoptions 	INET6		# IPV6
541.42Sis#options 	IPSEC		# IP security
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 	NETATALK	# AppleTalk networking protocols
621.54Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
631.45Sis
641.27Sisoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
651.27Sisoptions 	PPP_DEFLATE	# Deflate compression support for PPP
661.27Sisoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
671.27Sisoptions 	IPFILTER_LOG	# ipmon(8) log support
681.116Schristosoptions 	IPFILTER_LOOKUP	# ippool(8) support
691.135Smrgoptions 	IPFILTER_COMPAT # Compat for IP-Filter
701.72Sprovos#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
711.1Sis
721.83Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
731.83Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
741.83Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
751.83Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
761.83Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
771.83Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
781.83Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
791.83Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
801.83Sabs#options 	ALTQ_PRIQ	# Priority Queueing
811.83Sabs#options 	ALTQ_RED	# Random Early Detection
821.83Sabs#options 	ALTQ_RIO	# RED with IN/OUT
831.83Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
841.83Sabs
851.69Slukem# Filesystems
861.9Sthorpejfile-system 	FFS		# Berkeley fast file system
871.34Stronfile-system 	EXT2FS		# second extended file system (linux)
881.27Sis#file-system 	LFS		# log-structured filesystem (experimental)
891.45Sis
901.9Sthorpejfile-system 	MFS		# Memory based filesystem
911.45Sis
921.9Sthorpejfile-system 	NFS		# Network File System client side code
931.9Sthorpejfile-system 	ADOSFS		# AmigaDOS file system
941.27Sisfile-system 	CD9660		# ISO 9660 + Rock Ridge filesystem
951.27Sisfile-system 	MSDOSFS		# MS-DOS filesystem
961.45Sis
971.45Sisfile-system 	KERNFS		# kernel data-structure filesystem
981.45Sis
991.27Sisfile-system 	FDESC		# user file descriptor filesystem
1001.27Sisfile-system 	NULLFS		# loopback filesystem
1011.42Sisfile-system 	OVERLAY		# overlay filesystem
1021.27Sisfile-system 	PROCFS		# /proc filesystem
1031.27Sisfile-system 	UMAPFS		# NULLFS + uid and gid remapping
1041.27Sisfile-system 	UNION		# union filesystem
1051.92Sjdolecekfile-system	SMBFS		# experimental - CIFS; also needs nsmb (below)
1061.103Schristosfile-system	PTYFS		# /dev/pts/N support
1071.134Schsfile-system	TMPFS		# Efficient memory file-system
1081.109Sreinoud#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
1091.27Sis
1101.69Slukem# Filesystem options
1111.45Sis
1121.138Swiz#options 	FFS_EI		# FFS Endian Independent support
1131.147Sdhollandoptions 	WAPBL		# File system journaling support
1141.45Sis
1151.137Sbouyeroptions 	QUOTA		# legacy UFS quotas
1161.137Sbouyeroptions 	QUOTA2		# new, in-filesystem UFS quotas
1171.89Shannken#options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
1181.34Stronoptions 	NFSSERVER	# Network File System server side code
1191.106Stsutsui#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
1201.184Smrgoptions 	UFS_EXTATTR	# Extended attribute support for UFS1
1211.45Sis
1221.34Stron#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1231.34Stron				# immutable) behave as system flags.
1241.27Sis
1251.69Slukem#
1261.69Slukem# Compatibility options for various existing systems
1271.69Slukem#
1281.27Sis
1291.184Smrg
1301.184Smrginclude 	"conf/compat_netbsd09.config"
1311.184Smrg
1321.30Sisoptions 	COMPAT_SUNOS	# Support to run Sun (m68k) executables
1331.182Smaxv#options 	COMPAT_SVR4	# Support to run SVR4 (m68k) executables
1341.27Sisoptions 	COMPAT_NOMID	# allow nonvalid machine id executables
1351.30Sis#options 	COMPAT_LINUX	# Support to run Linux/m68k executables
1361.61Sis
1371.61Sisoptions 	EXEC_AOUT	# 32-bit aout executables (NetBSD-1.5.x)
1381.62Sisoptions 	COMPAT_AOUT_M68K # actually make some system calls work.
1391.1Sis
1401.69Slukem#
1411.69Slukem# Support for System V IPC facilities.
1421.69Slukem#
1431.19Slukemoptions 	SYSVSHM		# System V-like shared memory
1441.19Slukemoptions 	SYSVMSG		# System V-like messages
1451.19Slukemoptions 	SYSVSEM		# System V-like semaphores
1461.1Sis
1471.69Slukem#
1481.69Slukem# Support for various kernel options
1491.69Slukem#
1501.27Sis
1511.27Sisoptions 	KTRACE		# system call tracing support
1521.58Sjdolecek#options 	INSECURE	# disable kernel security levels
1531.58Sjdolecekoptions 	SCSIVERBOSE	# human readable SCSI error messages
1541.71Slukemoptions 	USERCONF	# userconf(4) support
1551.27Sisoptions 	NTP		# NTP phase/frequency locked loop
1561.69Slukem#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
1571.74Swiz
1581.185Ssevan# Alternate buffer queue strategies for better responsiveness under high
1591.185Ssevan# disk I/O load.
1601.95Stsutsui#options 	BUFQ_READPRIO
1611.95Stsutsui#options 	BUFQ_PRIOCSCAN
1621.1Sis
1631.69Slukem#
1641.69Slukem# Misc. debugging options
1651.69Slukem#
1661.19Slukemoptions 	DDB		# Kernel debugger
1671.19Slukem#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1681.105Schs#options 	DIAGNOSTIC	# Extra kernel sanity checks
1691.27Sis#options 	DEBUG		# Enable misc. kernel debugging code
1701.19Slukem#options 	SYSCALL_DEBUG	# debug all syscalls.
1711.19Slukem#options 	SCSIDEBUG	# Add SCSI debugging statements
1721.67Sthorpej#options 	PANICBUTTON	# Forced crash via keypress (?)
1731.1Sis
1741.69Slukem#
1751.69Slukem# Amiga specific options
1761.69Slukem#
1771.30Sis#options 	LIMITMEM=24	# Do not use more than LIMITMEM MB of the
1781.32Sis				# first bank of RAM. (default: unlimited)
1791.32Sis
1801.69Slukem# ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete
1811.69Slukem# before the 10 secondinterval ends, or that KBDRESET does work at all.
1821.27Sis#options 	KBDRESET	# sync on Ctrl-Amiga-Amiga
1831.27Sis
1841.69Slukem# These options improve performance with the built-in serial port
1851.69Slukem# on slower Amigas.  Try the larger buffers first then lev6_defer.
1861.27Sis#options 	SERIBUF_SIZE=4096
1871.27Sis#options 	SEROBUF_SIZE=32
1881.27Sis#options 	LEV6_DEFER	# defers l6 to l4 (below serial l5)
1891.77Sis
1901.1Sis
1911.19Slukemoptions 	RETINACONSOLE	# enable code to allow retina to be console
1921.27Sis#options 	KFONT_8X11	# 8x11 font
1931.65Sheinz
1941.69Slukem# select a font for the console according to the character set and keymap
1951.69Slukem# you want to use
1961.65Sheinzoptions        KFONT_CONS_ISO8859_1
1971.65Sheinz#options         KFONT_CONS_ISO8859_2
1981.1Sis
1991.69Slukem# This is how you would tell the kernel the A2410 oscillator frequencies:
2001.69Slukem# The used frequencies are the defaults, and do not need option setting
2011.27Sis#options 	ULOWELL_OSC1=36000000
2021.27Sis#options 	ULOWELL_OSC2=66667000
2031.27Sis
2041.69Slukem# This is how you specify the blitting speed, higher values may speed up blits
2051.69Slukem# a littel bit.  If you raise this value too much some trash may appear.
2061.69Slukem# the commented version is the default.
2071.27Sis#options 	RH_MEMCLK=61000000
2081.69Slukem# this option enables the 64 bit sprite which does not work
2091.69Slukem# for quite a few people.  E.g. The cursor sprite will turn to a block
2101.69Slukem# when moved to the top of the screen in X.
2111.19Slukem#options 	RH_64BIT_SPRITE
2121.69Slukem# enables fast scroll code appears to now work on 040 systems.
2131.19Slukem#options 	RETINA_SPEED_HACK
2141.69Slukem# enables the Hardwarecursor which does not work on some systems.
2151.27Sis#options 	RH_HARDWARECURSOR
2161.27Sis
2171.69Slukem
2181.27Sisgrfrh0		at zbus0		# retina III
2191.1Sis
2201.1Sisgrf2		at grfrh0
2211.30Sisite2		at grf2			# terminal emulators for grfs
2221.1Sis
2231.27Sismsc0		at zbus0		# A2232 MSC multiport serial.
2241.27Sismfc0		at zbus0		# MultiFaceCard I/O board
2251.27Sismfcs0		at mfc0 unit 0		# MFC serial
2261.27Sismfcs1		at mfc0 unit 1		# MFC serial
2271.1Sis#mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
2281.1Sis#mfc1		at zbus0		# MultiFaceCard 2nd I/O board
2291.1Sis#mfcs2		at mfc1 unit 0
2301.1Sis#mfcs3		at mfc1 unit 1
2311.1Sis#mfcp1		at mfc1 unit 0
2321.12Sis
2331.35Sishyper*		at zbus?		# zbus HyperCom3/3+/4/4+
2341.27Sis#hyper*		at mainbus0		# not yet: HyperCom1 + HyperCom3
2351.27Siscom*		at hyper? port ?	# Hypercom3/4 serial ports
2361.35Sislpt*		at hyper? port ?	# Hypercom3+/4+ parallel port
2371.27Sis
2381.56Slukem#options 	IOBZCLOCK=22118400 	# default, uncomment the next line
2391.56Slukem#options 	IOBZCLOCK=24000000	# if needed.
2401.52Sis
2411.52Sisiobl*		at zbus?		# zbus IOBlix
2421.52Siscom*		at iobl? port ?		# IOBlix serial ports
2431.52Sislpt*		at iobl? port ?		# IOBlix parallel ports
2441.52Sis
2451.69Slukem
2461.66Satatat#
2471.69Slukem# Keyboard device. Optionally can attach a wskbd.
2481.69Slukem# wskbd works together with a wsdisplay so enable them both if you will.
2491.69Slukem# Don't enable wskbd if you use ite.
2501.69Slukem#
2511.69Slukem# XXX in std.amiga: kbd0 at mainbus0
2521.52Sis#wskbd0		at kbd0 console ?
2531.45Sis
2541.69Slukem
2551.80Sjandberg
2561.80Sjandberg#wsmouse*	at ms?
2571.69Slukem
2581.69Slukem#
2591.69Slukem# DraCo Mainboard devices (sans keyboard)
2601.69Slukem#
2611.27Sis
2621.14Sisdrbbc0		at mainbus0		# DraCo battery backed clock
2631.15Sisdrsupio0	at mainbus0		# DraCo superio chip
2641.15Siscom*		at drsupio? port ?	# DraCo serial
2651.17Sislpt0		at drsupio? port ?	# DraCo parallel
2661.1Sis
2671.69Slukem#
2681.69Slukem# Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
2691.69Slukem#
2701.69Slukem
2711.55Sis
2721.55Sisrepulse*	at zbus0		# ALiENDESiGN Repulse
2731.55Sisaudio*		at repulse?
2741.59Sis
2751.59Sistoccata*	at zbus0		# MacroSystem GmbH Toccata
2761.59Sisaudio*		at toccata?
2771.18Sis
2781.69Slukem# Ethernet cards:
2791.27Sisle*		at zbus0		# A2065, Ameristar, Ariadne
2801.157Srkujawane*		at zbus0		# AriadneII
2811.36Sised*		at zbus0		# Hydra, ASDG LanRover
2821.36Sises*		at zbus0		# CEI A4066 EthernetPLUS
2831.36Sisqn*		at zbus0		# Quicknet
2841.1Sis
2851.157Srkujawa
2861.69Slukem# Arcnet
2871.27Sisbah*		at zbus0		# C=/Ameristar A2060 / 560
2881.27Sis
2891.69Slukem
2901.27Sisdrsc0		at mainbus0		# DraCo scsi
2911.1Sisscsibus*	at drsc0
2921.1Sis
2931.69Slukem
2941.69Slukem# each hard drive from low target to high
2951.69Slukem# will configure to the next available sd unit number
2961.1Sissd*	at scsibus? target ? lun ?	# scsi disks
2971.1Sisst*	at scsibus? target ? lun ?	# scsi tapes
2981.30Siscd*	at scsibus? target ? lun ?	# scsi cds
2991.47Ssommerfech*	at scsibus? target ? lun ?	# scsi autochangers
3001.4Sveegoss*	at scsibus? target ? lun ?	# scsi scanner
3011.7Sveegouk*	at scsibus? target ? lun ?	# scsi unknown
3021.126Stsutsui#
3031.126Stsutsui# accept filters
3041.126Stsutsuipseudo-device	accf_data		# "dataready" accept filter
3051.126Stsutsuipseudo-device	accf_http		# "httpready" accept filter
3061.126Stsutsui
3071.27Sispseudo-device	loop			# loopback network interface
3081.111Scubepseudo-device	sl			# SLIP network interfaces
3091.111Scubepseudo-device	ppp			# PPP network interfaces
3101.57Sjandbergpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
3111.111Scubepseudo-device	tun			# network tunnel line discipline
3121.88Scubepseudo-device	tap			# virtual Ethernet
3131.111Scube#pseudo-device	gre			# generic L3 over IP tunnel
3141.110Srpaulopseudo-device	bpfilter		# Berkeley packet filter
3151.113Stsutsui#pseudo-device	carp			# Common Address Redundancy Protocol
3161.27Sispseudo-device	ipfilter		# IP Filter package
3171.111Scubepseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
3181.111Scube#pseudo-device	faith			# IPv[46] tcp relay translation i/f
3191.112Spavelpseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
3201.51Sispseudo-device	vlan			# IEEE 802.1q encapsulation
3211.57Sjandbergpseudo-device	bridge			# simple inter-network bridging
3221.75Sperseant#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
3231.119Smartinpseudo-device	agr			# IEEE 802.3ad link aggregation
3241.83Sabs#pseudo-device	pf			# PF packet filter
3251.83Sabs#pseudo-device	pflog			# PF log if
3261.132Spookapseudo-device	fss			# file system snapshot device
3271.148Smlelstvpseudo-device	putter			# for puffs and pud
3281.27Sis
3291.38Sispseudo-device	view		4	# views (needed for grfcc)
3301.49Sjdolecekpseudo-device	pty			# pseudo-terminals
3311.68Slukempseudo-device	clockctl		# user control of clock subsystem
3321.27Sis
3331.82Sjandberg#pseudo-device	wsfont			# wsfont(4) dynamic font loading support
3341.94Sjandberg#pseudo-device	wsmux			# mouse & keyboard multiplexor
3351.82Sjandberg
3361.111Scubepseudo-device	vnd			# vnode pseudo-disks
3371.99Shubertf#options 	VND_COMPRESSION		# compressed vnd(4)
3381.168Schristospseudo-device	ccd			# concatenated disk devices
3391.168Schristos#pseudo-device	cgd			# cryptographic disk devices
3401.169Schristospseudo-device	raid			# RAIDframe disk driver
3411.58Sjdolecekoptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
3421.69Slukem# Options to enable various other RAIDframe RAID types.
3431.69Slukem# options 	RF_INCLUDE_EVENODD=1
3441.69Slukem# options 	RF_INCLUDE_RAID5_RS=1
3451.69Slukem# options 	RF_INCLUDE_PARITYLOGGING=1
3461.69Slukem# options 	RF_INCLUDE_CHAINDECLUSTER=1
3471.69Slukem# options 	RF_INCLUDE_INTERDECLUSTER=1
3481.69Slukem# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
3491.69Slukem# options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
3501.27Sis
3511.56Slukem#options 	RND_COM			# use "com" randomness as well (BROKEN)
3521.78Sis
3531.78Sispseudo-device	ksyms			# /dev/ksyms (kernel symbols)
3541.92Sjdolecekpseudo-device	nsmb			# experimental - SMB requester
3551.1Sis
3561.108Stsutsui# Veriexec
3571.108Stsutsui#
3581.108Stsutsui# a pseudo device needed for veriexec
3591.169Schristos#pseudo-device	veriexec
3601.108Stsutsui#
3611.108Stsutsui# Uncomment the fingerprint methods below that are desired. Note that
3621.108Stsutsui# removing fingerprint methods will have almost no impact on the kernel
3631.108Stsutsui# code size.
3641.108Stsutsui#
3651.108Stsutsui#options VERIFIED_EXEC_FP_SHA256
3661.108Stsutsui#options VERIFIED_EXEC_FP_SHA384
3671.108Stsutsui#options VERIFIED_EXEC_FP_SHA512
3681.108Stsutsui
3691.9Sthorpejconfig	netbsd root on ? type ?
370