DRACO revision 1.174
11.174Stsutsui# $NetBSD: DRACO,v 1.174 2014/07/05 09:55:42 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.174Stsutsui# Created from: # NetBSD: GENERIC.in,v 1.124 2014/07/05 09:47:30 tsutsui 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.174Stsutsui#ident 		"GENERIC-$Revision: 1.174 $"
331.69Slukem
341.1Sis
351.1Sismaxusers	8
361.19Slukemoptions 	RTC_OFFSET=0
371.1Sis
381.69Slukem#
391.69Slukem# mainboards to support (in addition to Amiga)
401.69Slukem#
411.19Slukemoptions 	DRACO
421.69Slukem#
431.69Slukem# processors this kernel should support
441.69Slukem#
451.27Sisoptions 	M68060		# support for 060
461.27Sisoptions 	M060SP		# MC68060 software support (Required for 060)
471.1Sis
481.69Slukem#
491.69Slukem# Networking options
501.69Slukem#
511.19Slukemoptions 	INET		# IP networking support (Required)
521.42Sisoptions 	INET6		# IPV6
531.42Sis#options 	IPSEC		# IP security
541.42Sis#options 	IPSEC_DEBUG	# debug for IP security
551.19Slukem#options 	GATEWAY		# Packet forwarding
561.19Slukem#options 	DIRECTED_BROADCAST	# Broadcast across subnets
571.45Sis
581.27Sis#options 	MROUTING	# Multicast routing
591.85Smanu#options 	PIM		# Protocol Independent Multicast
601.27Sisoptions 	NETATALK	# AppleTalk networking protocols
611.54Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
621.45Sis
631.27Sisoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
641.27Sisoptions 	PPP_DEFLATE	# Deflate compression support for PPP
651.27Sisoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
661.27Sisoptions 	IPFILTER_LOG	# ipmon(8) log support
671.116Schristosoptions 	IPFILTER_LOOKUP	# ippool(8) support
681.135Smrgoptions 	IPFILTER_COMPAT # Compat for IP-Filter
691.72Sprovos#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
701.1Sis
711.83Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
721.83Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
731.83Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
741.83Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
751.83Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
761.83Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
771.83Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
781.83Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
791.83Sabs#options 	ALTQ_PRIQ	# Priority Queueing
801.83Sabs#options 	ALTQ_RED	# Random Early Detection
811.83Sabs#options 	ALTQ_RIO	# RED with IN/OUT
821.83Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
831.83Sabs
841.69Slukem# Filesystems
851.9Sthorpejfile-system 	FFS		# Berkeley fast file system
861.34Stronfile-system 	EXT2FS		# second extended file system (linux)
871.27Sis#file-system 	LFS		# log-structured filesystem (experimental)
881.45Sis
891.9Sthorpejfile-system 	MFS		# Memory based filesystem
901.45Sis
911.9Sthorpejfile-system 	NFS		# Network File System client side code
921.9Sthorpejfile-system 	ADOSFS		# AmigaDOS file system
931.27Sisfile-system 	CD9660		# ISO 9660 + Rock Ridge filesystem
941.27Sisfile-system 	MSDOSFS		# MS-DOS filesystem
951.45Sis
961.45Sisfile-system 	KERNFS		# kernel data-structure filesystem
971.45Sis
981.27Sisfile-system 	FDESC		# user file descriptor filesystem
991.27Sisfile-system 	NULLFS		# loopback filesystem
1001.42Sisfile-system 	OVERLAY		# overlay filesystem
1011.27Sisfile-system 	PROCFS		# /proc filesystem
1021.27Sisfile-system 	UMAPFS		# NULLFS + uid and gid remapping
1031.27Sisfile-system 	UNION		# union filesystem
1041.92Sjdolecekfile-system	SMBFS		# experimental - CIFS; also needs nsmb (below)
1051.103Schristosfile-system	PTYFS		# /dev/pts/N support
1061.134Schsfile-system	TMPFS		# Efficient memory file-system
1071.109Sreinoud#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
1081.27Sis
1091.69Slukem# Filesystem options
1101.45Sis
1111.138Swiz#options 	FFS_EI		# FFS Endian Independent support
1121.147Sdhollandoptions 	WAPBL		# File system journaling support
1131.45Sis
1141.137Sbouyeroptions 	QUOTA		# legacy UFS quotas
1151.137Sbouyeroptions 	QUOTA2		# new, in-filesystem UFS quotas
1161.89Shannken#options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
1171.34Stronoptions 	NFSSERVER	# Network File System server side code
1181.106Stsutsui#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
1191.45Sis
1201.34Stron#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1211.34Stron				# immutable) behave as system flags.
1221.27Sis
1231.69Slukem#
1241.69Slukem# Compatibility options for various existing systems
1251.69Slukem#
1261.27Sis
1271.54Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
1281.27Sisoptions 	COMPAT_43	# compatibility with 4.3BSD interfaces
1291.27Sisoptions 	COMPAT_09	# compatibility with NetBSD 0.9
1301.27Sisoptions 	COMPAT_10	# compatibility with NetBSD 1.0
1311.27Sisoptions 	COMPAT_12	# compatibility with NetBSD 1.2
1321.27Sisoptions 	COMPAT_13	# compatibility with NetBSD 1.3
1331.40Saugustssoptions 	COMPAT_14	# compatibility with NetBSD 1.4
1341.79Scloptions 	COMPAT_15	# compatibility with NetBSD 1.5
1351.79Scloptions 	COMPAT_16	# compatibility with NetBSD 1.6
1361.93Ssimonboptions 	COMPAT_20	# compatibility with NetBSD 2.0
1371.102Schristosoptions 	COMPAT_30	# NetBSD 3.0 compatibility.
1381.120Sheoptions 	COMPAT_40	# NetBSD 4.0 compatibility.
1391.130Smhitchoptions 	COMPAT_50	# NetBSD 5.0 compatibility.
1401.159Sapboptions 	COMPAT_60	# NetBSD 6.0 compatibility.
1411.30Sisoptions 	COMPAT_SUNOS	# Support to run Sun (m68k) executables
1421.34Stronoptions 	COMPAT_SVR4	# Support to run SVR4 (m68k) executables
1431.27Sisoptions 	COMPAT_NOMID	# allow nonvalid machine id executables
1441.30Sis#options 	COMPAT_LINUX	# Support to run Linux/m68k executables
1451.61Sis
1461.61Sisoptions 	EXEC_AOUT	# 32-bit aout executables (NetBSD-1.5.x)
1471.62Sisoptions 	COMPAT_AOUT_M68K # actually make some system calls work.
1481.86Schristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
1491.1Sis
1501.69Slukem#
1511.69Slukem# Support for System V IPC facilities.
1521.69Slukem#
1531.19Slukemoptions 	SYSVSHM		# System V-like shared memory
1541.19Slukemoptions 	SYSVMSG		# System V-like messages
1551.19Slukemoptions 	SYSVSEM		# System V-like semaphores
1561.1Sis
1571.69Slukem#
1581.69Slukem# Support for various kernel options
1591.69Slukem#
1601.27Sis
1611.27Sisoptions 	KTRACE		# system call tracing support
1621.58Sjdolecek#options 	INSECURE	# disable kernel security levels
1631.58Sjdolecekoptions 	SCSIVERBOSE	# human readable SCSI error messages
1641.71Slukemoptions 	USERCONF	# userconf(4) support
1651.27Sisoptions 	NTP		# NTP phase/frequency locked loop
1661.69Slukem#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
1671.74Swiz
1681.74Swiz# Enable experimental buffer queue strategy for better responsiveness under 
1691.74Swiz# high disk I/O load. Use it with caution - it's not proven to be stable yet.
1701.95Stsutsui#options 	BUFQ_READPRIO
1711.95Stsutsui#options 	BUFQ_PRIOCSCAN
1721.1Sis
1731.69Slukem#
1741.69Slukem# Misc. debugging options
1751.69Slukem#
1761.19Slukemoptions 	DDB		# Kernel debugger
1771.19Slukem#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1781.105Schs#options 	DIAGNOSTIC	# Extra kernel sanity checks
1791.27Sis#options 	DEBUG		# Enable misc. kernel debugging code
1801.19Slukem#options 	SYSCALL_DEBUG	# debug all syscalls.
1811.19Slukem#options 	SCSIDEBUG	# Add SCSI debugging statements
1821.67Sthorpej#options 	PANICBUTTON	# Forced crash via keypress (?)
1831.1Sis
1841.69Slukem#
1851.69Slukem# Amiga specific options
1861.69Slukem#
1871.30Sis#options 	LIMITMEM=24	# Do not use more than LIMITMEM MB of the
1881.32Sis				# first bank of RAM. (default: unlimited)
1891.32Sis
1901.69Slukem# ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete
1911.69Slukem# before the 10 secondinterval ends, or that KBDRESET does work at all.
1921.27Sis#options 	KBDRESET	# sync on Ctrl-Amiga-Amiga
1931.27Sis
1941.69Slukem# These options improve performance with the built-in serial port
1951.69Slukem# on slower Amigas.  Try the larger buffers first then lev6_defer.
1961.27Sis#options 	SERIBUF_SIZE=4096
1971.27Sis#options 	SEROBUF_SIZE=32
1981.27Sis#options 	LEV6_DEFER	# defers l6 to l4 (below serial l5)
1991.77Sis
2001.1Sis
2011.19Slukemoptions 	RETINACONSOLE	# enable code to allow retina to be console
2021.27Sis#options 	KFONT_8X11	# 8x11 font
2031.65Sheinz
2041.69Slukem# select a font for the console according to the character set and keymap
2051.69Slukem# you want to use
2061.65Sheinzoptions        KFONT_CONS_ISO8859_1
2071.65Sheinz#options         KFONT_CONS_ISO8859_2
2081.1Sis
2091.69Slukem# This is how you would tell the kernel the A2410 oscillator frequencies:
2101.69Slukem# The used frequencies are the defaults, and do not need option setting
2111.27Sis#options 	ULOWELL_OSC1=36000000
2121.27Sis#options 	ULOWELL_OSC2=66667000
2131.27Sis
2141.69Slukem# This is how you specify the blitting speed, higher values may speed up blits
2151.69Slukem# a littel bit.  If you raise this value too much some trash may appear.
2161.69Slukem# the commented version is the default.
2171.27Sis#options 	RH_MEMCLK=61000000
2181.69Slukem# this option enables the 64 bit sprite which does not work
2191.69Slukem# for quite a few people.  E.g. The cursor sprite will turn to a block
2201.69Slukem# when moved to the top of the screen in X.
2211.19Slukem#options 	RH_64BIT_SPRITE
2221.69Slukem# enables fast scroll code appears to now work on 040 systems.
2231.19Slukem#options 	RETINA_SPEED_HACK
2241.69Slukem# enables the Hardwarecursor which does not work on some systems.
2251.27Sis#options 	RH_HARDWARECURSOR
2261.27Sis
2271.69Slukem
2281.27Sisgrfrh0		at zbus0		# retina III
2291.1Sis
2301.1Sisgrf2		at grfrh0
2311.30Sisite2		at grf2			# terminal emulators for grfs
2321.1Sis
2331.27Sismsc0		at zbus0		# A2232 MSC multiport serial.
2341.27Sismfc0		at zbus0		# MultiFaceCard I/O board
2351.27Sismfcs0		at mfc0 unit 0		# MFC serial
2361.27Sismfcs1		at mfc0 unit 1		# MFC serial
2371.1Sis#mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
2381.1Sis#mfc1		at zbus0		# MultiFaceCard 2nd I/O board
2391.1Sis#mfcs2		at mfc1 unit 0
2401.1Sis#mfcs3		at mfc1 unit 1
2411.1Sis#mfcp1		at mfc1 unit 0
2421.12Sis
2431.35Sishyper*		at zbus?		# zbus HyperCom3/3+/4/4+
2441.27Sis#hyper*		at mainbus0		# not yet: HyperCom1 + HyperCom3
2451.27Siscom*		at hyper? port ?	# Hypercom3/4 serial ports
2461.35Sislpt*		at hyper? port ?	# Hypercom3+/4+ parallel port
2471.27Sis
2481.56Slukem#options 	IOBZCLOCK=22118400 	# default, uncomment the next line
2491.56Slukem#options 	IOBZCLOCK=24000000	# if needed.
2501.52Sis
2511.52Sisiobl*		at zbus?		# zbus IOBlix
2521.52Siscom*		at iobl? port ?		# IOBlix serial ports
2531.52Sislpt*		at iobl? port ?		# IOBlix parallel ports
2541.52Sis
2551.69Slukem
2561.66Satatat#
2571.69Slukem# Keyboard device. Optionally can attach a wskbd.
2581.69Slukem# wskbd works together with a wsdisplay so enable them both if you will.
2591.69Slukem# Don't enable wskbd if you use ite.
2601.69Slukem#
2611.69Slukem# XXX in std.amiga: kbd0 at mainbus0
2621.52Sis#wskbd0		at kbd0 console ?
2631.45Sis
2641.69Slukem
2651.80Sjandberg
2661.80Sjandberg#wsmouse*	at ms?
2671.69Slukem
2681.69Slukem#
2691.69Slukem# DraCo Mainboard devices (sans keyboard)
2701.69Slukem#
2711.27Sis
2721.14Sisdrbbc0		at mainbus0		# DraCo battery backed clock
2731.15Sisdrsupio0	at mainbus0		# DraCo superio chip
2741.15Siscom*		at drsupio? port ?	# DraCo serial
2751.17Sislpt0		at drsupio? port ?	# DraCo parallel
2761.1Sis
2771.69Slukem#
2781.69Slukem# Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
2791.69Slukem#
2801.69Slukem
2811.55Sis
2821.55Sisrepulse*	at zbus0		# ALiENDESiGN Repulse
2831.55Sisaudio*		at repulse?
2841.59Sis
2851.59Sistoccata*	at zbus0		# MacroSystem GmbH Toccata
2861.59Sisaudio*		at toccata?
2871.18Sis
2881.69Slukem# Ethernet cards:
2891.27Sisle*		at zbus0		# A2065, Ameristar, Ariadne
2901.157Srkujawane*		at zbus0		# AriadneII
2911.36Sised*		at zbus0		# Hydra, ASDG LanRover
2921.36Sises*		at zbus0		# CEI A4066 EthernetPLUS
2931.36Sisqn*		at zbus0		# Quicknet
2941.1Sis
2951.157Srkujawa
2961.69Slukem# Arcnet
2971.27Sisbah*		at zbus0		# C=/Ameristar A2060 / 560
2981.27Sis
2991.69Slukem
3001.27Sisdrsc0		at mainbus0		# DraCo scsi
3011.1Sisscsibus*	at drsc0
3021.1Sis
3031.69Slukem
3041.69Slukem# each hard drive from low target to high
3051.69Slukem# will configure to the next available sd unit number
3061.1Sissd*	at scsibus? target ? lun ?	# scsi disks
3071.1Sisst*	at scsibus? target ? lun ?	# scsi tapes
3081.30Siscd*	at scsibus? target ? lun ?	# scsi cds
3091.47Ssommerfech*	at scsibus? target ? lun ?	# scsi autochangers
3101.4Sveegoss*	at scsibus? target ? lun ?	# scsi scanner
3111.7Sveegouk*	at scsibus? target ? lun ?	# scsi unknown
3121.126Stsutsui#
3131.126Stsutsui# accept filters
3141.126Stsutsuipseudo-device	accf_data		# "dataready" accept filter
3151.126Stsutsuipseudo-device	accf_http		# "httpready" accept filter
3161.126Stsutsui
3171.27Sispseudo-device	loop			# loopback network interface
3181.111Scubepseudo-device	sl			# SLIP network interfaces
3191.111Scubepseudo-device	ppp			# PPP network interfaces
3201.57Sjandbergpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
3211.111Scubepseudo-device	tun			# network tunnel line discipline
3221.88Scubepseudo-device	tap			# virtual Ethernet
3231.111Scube#pseudo-device	gre			# generic L3 over IP tunnel
3241.110Srpaulopseudo-device	bpfilter		# Berkeley packet filter
3251.113Stsutsui#pseudo-device	carp			# Common Address Redundancy Protocol
3261.27Sispseudo-device	ipfilter		# IP Filter package
3271.111Scubepseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
3281.111Scube#pseudo-device	faith			# IPv[46] tcp relay translation i/f
3291.112Spavelpseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
3301.51Sispseudo-device	vlan			# IEEE 802.1q encapsulation
3311.57Sjandbergpseudo-device	bridge			# simple inter-network bridging
3321.75Sperseant#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
3331.119Smartinpseudo-device	agr			# IEEE 802.3ad link aggregation
3341.83Sabs#pseudo-device	pf			# PF packet filter
3351.83Sabs#pseudo-device	pflog			# PF log if
3361.132Spookapseudo-device	fss			# file system snapshot device
3371.148Smlelstvpseudo-device	putter			# for puffs and pud
3381.27Sis
3391.38Sispseudo-device	view		4	# views (needed for grfcc)
3401.49Sjdolecekpseudo-device	pty			# pseudo-terminals
3411.68Slukempseudo-device	clockctl		# user control of clock subsystem
3421.27Sis
3431.82Sjandberg#pseudo-device	wsfont			# wsfont(4) dynamic font loading support
3441.94Sjandberg#pseudo-device	wsmux			# mouse & keyboard multiplexor
3451.82Sjandberg
3461.111Scubepseudo-device	vnd			# vnode pseudo-disks
3471.99Shubertf#options 	VND_COMPRESSION		# compressed vnd(4)
3481.168Schristospseudo-device	ccd			# concatenated disk devices
3491.168Schristos#pseudo-device	cgd			# cryptographic disk devices
3501.169Schristospseudo-device	raid			# RAIDframe disk driver
3511.58Sjdolecekoptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
3521.69Slukem# Options to enable various other RAIDframe RAID types.
3531.69Slukem# options 	RF_INCLUDE_EVENODD=1
3541.69Slukem# options 	RF_INCLUDE_RAID5_RS=1
3551.69Slukem# options 	RF_INCLUDE_PARITYLOGGING=1
3561.69Slukem# options 	RF_INCLUDE_CHAINDECLUSTER=1
3571.69Slukem# options 	RF_INCLUDE_INTERDECLUSTER=1
3581.69Slukem# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
3591.69Slukem# options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
3601.27Sis
3611.56Slukem#options 	RND_COM			# use "com" randomness as well (BROKEN)
3621.78Sis
3631.78Sispseudo-device	ksyms			# /dev/ksyms (kernel symbols)
3641.92Sjdolecekpseudo-device	nsmb			# experimental - SMB requester
3651.1Sis
3661.108Stsutsui# Veriexec
3671.108Stsutsui#
3681.108Stsutsui# a pseudo device needed for veriexec
3691.169Schristos#pseudo-device	veriexec
3701.108Stsutsui#
3711.108Stsutsui# Uncomment the fingerprint methods below that are desired. Note that
3721.108Stsutsui# removing fingerprint methods will have almost no impact on the kernel
3731.108Stsutsui# code size.
3741.108Stsutsui#
3751.108Stsutsui#options VERIFIED_EXEC_FP_RMD160
3761.108Stsutsui#options VERIFIED_EXEC_FP_SHA256
3771.108Stsutsui#options VERIFIED_EXEC_FP_SHA384
3781.108Stsutsui#options VERIFIED_EXEC_FP_SHA512
3791.108Stsutsui#options VERIFIED_EXEC_FP_SHA1
3801.108Stsutsui#options VERIFIED_EXEC_FP_MD5
3811.108Stsutsui
3821.9Sthorpejconfig	netbsd root on ? type ?
383