AMIGA revision 1.9
11.9Sis# $NetBSD: AMIGA,v 1.9 1999/02/15 19:34:13 is Exp $
21.9Sis#
31.9Sis# This file was automatically created. Changes will be
41.9Sis# lost when running make in this directory.
51.9Sis#
61.9Sis# Created from: 
71.9Sis#$ NetBSD: GENERIC,v 1.114 1999/02/04 19:01:38 is Exp $
81.9Sis
91.9Sisinclude "arch/amiga/conf/std.amiga"
101.9Sis
111.9Sismaxusers	8
121.9Sisoptions 	RTC_OFFSET=0
131.9Sis
141.9Sis#mainboards to support (in addition to Amiga)
151.9Sis
161.9Sisoptions 	BB060STUPIDROM	# You need this, if you have a non-DraCo
171.9Sis				# 68060 with an OS ROM up to (at least) 
181.9Sis				# V40 (OS3.1) and want to boot with the
191.9Sis				# bootblock.
201.9Sis				# You don't need this if you have a DraCo,
211.9Sis				# have no 68060 or NEVER use the bootblock
221.9Sis
231.9Sis#processors this kernel should support
241.9Sis
251.9Sisoptions 	M68060		# support for 060
261.9Sisoptions 	M060SP		# MC68060 software support (Required for 060)
271.9Sis
281.9Sisoptions 	M68040		# support for 040
291.9Sisoptions 	FPSP		# MC68040 floating point support
301.9Sisoptions 	M68030		# support for 030
311.9Sisoptions 	M68020		# support for 020/851
321.9Sisoptions 	FPU_EMULATE	# FPU emulation
331.9Sis
341.9Sis#Networking options
351.9Sis
361.9Sisoptions 	INET		# IP networking support (Required)
371.9Sis#options 	GATEWAY		# Packet forwarding
381.9Sis#options 	DIRECTED_BROADCAST	# Broadcast across subnets
391.9Sis#options 	MROUTING	# Multicast routing
401.9Sisoptions 	NS		# XNS
411.9Sis#options 	NSIP		# XNS tunneling over IP
421.9Sisoptions 	ISO,TPIP	# OSI
431.9Sisoptions 	EON		# OSI tunneling over IP
441.9Sisoptions 	CCITT,LLC,HDLC	# X.25
451.9Sisoptions 	NETATALK	# AppleTalk networking protocols
461.9Sisoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
471.9Sisoptions 	PPP_DEFLATE	# Deflate compression support for PPP
481.9Sisoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
491.9Sisoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
501.9Sisoptions 	IPFILTER_LOG	# ipmon(8) log support
511.9Sis
521.9Sisfile-system 	FFS		# Berkeley fast file system
531.9Sis#file-system 	LFS		# log-structured filesystem (experimental)
541.9Sisfile-system 	MFS		# Memory based filesystem
551.9Sisfile-system 	NFS		# Network File System client side code
561.9Sisfile-system 	ADOSFS		# AmigaDOS file system
571.9Sisfile-system 	CD9660		# ISO 9660 + Rock Ridge filesystem
581.9Sisfile-system 	MSDOSFS		# MS-DOS filesystem
591.9Sisfile-system 	FDESC		# user file descriptor filesystem
601.9Sisfile-system 	KERNFS		# kernel data-structure filesystem
611.9Sisfile-system 	NULLFS		# loopback filesystem
621.9Sis#file-system 	PORTAL		# Portal filesystem
631.9Sisfile-system 	PROCFS		# /proc filesystem
641.9Sisfile-system 	UMAPFS		# NULLFS + uid and gid remapping
651.9Sisfile-system 	UNION		# union filesystem
661.9Sis
671.9Sis#Filesystem options
681.9Sisoptions 	NFSSERVER	# Network File System server side code
691.9Sisoptions 	QUOTA		# User and group quotas in FFS
701.9Sis#options 	FFS_EI		# FFS Endian Independant support
711.9Sis
721.9Sis#Compatability options for various existing systems
731.9Sis
741.9Sisoptions 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
751.9Sisoptions 	COMPAT_43	# compatibility with 4.3BSD interfaces
761.9Sisoptions 	COMPAT_09	# compatibility with NetBSD 0.9
771.9Sisoptions 	COMPAT_10	# compatibility with NetBSD 1.0
781.9Sisoptions 	COMPAT_12	# compatibility with NetBSD 1.2
791.9Sisoptions 	COMPAT_13	# compatibility with NetBSD 1.3
801.9Sisoptions 	COMPAT_SUNOS	# Support to run Sun (1) executables
811.9Sisoptions 	COMPAT_NOMID	# allow nonvalid machine id executables
821.9Sis#options 	COMPAT_LINUX	# Support to run Linux/1 executables
831.9Sis#options 	EXEC_ELF32	# 32-bit ELF executables (Linux)
841.9Sis
851.9Sis#Support for System V IPC facilities.
861.9Sis
871.9Sisoptions 	SYSVSHM		# System V-like shared memory
881.9Sisoptions 	SYSVMSG		# System V-like messages
891.9Sisoptions 	SYSVSEM		# System V-like semaphores
901.9Sis
911.9Sis#Support for various kernel options
921.9Sis
931.9Sisoptions 	KTRACE		# system call tracing support
941.9Sisoptions 	LKM		# Loadable kernel modules
951.9Sisoptions 	NKMEMCLUSTERS=256	# Size of kernel malloc area
961.9Sisoptions 	UCONSOLE	# anyone can redirect a virtual console
971.9Sis#options 	INSECURE	# allow, among other insecure stuff, LKM 
981.9Sis				# loading in multi-user mode.
991.9Sisoptions 	SCSIVERBOSE	# Verbose SCSI errors
1001.9Sis
1011.9Sisoptions 	NTP		# NTP phase/frequency locked loop
1021.9Sis
1031.9Sis#Misc. debugging options
1041.9Sis
1051.9Sisoptions 	DDB		# Kernel debugger
1061.9Sis#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1071.9Sisoptions 	DIAGNOSTIC	# Extra kernel sanity checks
1081.9Sis#options 	DEBUG		# Enable misc. kernel debugging code
1091.9Sis#options 	SYSCALL_DEBUG	# debug all syscalls.
1101.9Sis#options 	SCSIDEBUG	# Add SCSI debugging statements
1111.9Sis#options 	PANICBUTTON	# Forced crash via keypress (???)
1121.9Sis
1131.9Sis#Amiga specific options
1141.9Sis
1151.9Sis#options 	LIMITMEM=24	# Don't use more than LIMITMEM MB of the
1161.9Sis				# first bank of RAM. (default: unlimited)
1171.9Sis#options	NKPTADD=4	# set this for 4 additional KPT pages
1181.9Sis#options	NKPTADDSHIFT=24	# set this for 1 additional KPT page
1191.9Sis				# per 16 MB (1<<24 bytes) of RAM
1201.9Sis                                # define and decrease this, or define and
1211.9Sis                                # increase NKPTADD if you get "out of PT pages"
1221.9Sis                                # panics.
1231.9Sis
1241.9Sis#ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete
1251.9Sis#before the 10 secondinterval ends, or that KBDRESET does work at all.
1261.9Sis#options 	KBDRESET	# sync on Ctrl-Amiga-Amiga
1271.9Sis
1281.9Sis#These options improve performance with the built-in serial port
1291.9Sis#on slower Amigas.  Try the larger buffers first then lev6_defer.
1301.9Sis#options 	SERIBUF_SIZE=4096
1311.9Sis#options 	SEROBUF_SIZE=32
1321.9Sis#options 	LEV6_DEFER	# defers l6 to l4 (below serial l5)
1331.9Sis
1341.9Sisoptions 	RETINACONSOLE	# enable code to allow retina to be console
1351.9Sis
1361.9Sisoptions 	ULOWELLCONSOLE	# enable code to allow a2410 to be console
1371.9Sisoptions 	CL5426CONSOLE	# Cirrus console
1381.9Sisoptions 	CV64CONSOLE	# CyberVision console
1391.9Sisoptions 	TSENGCONSOLE	# Tseng console
1401.9Sisoptions 	CV3DCONSOLE	# CyberVision 64/3D console
1411.9Sis
1421.9Sisoptions 	GRF_ECS		# Enhanced Chip Set
1431.9Sisoptions 	GRF_NTSC	# NTSC
1441.9Sisoptions 	GRF_PAL		# PAL
1451.9Sisoptions 	GRF_A2024	# Support for the A2024
1461.9Sisoptions 	GRF_AGA		# AGA Chip Set
1471.9Sisoptions 	GRF_SUPER72	# AGA Super-72
1481.9Sis
1491.9Sis#options 	KFONT_8X11	# 8x11 font
1501.9Sis
1511.9Sis#This is how you would tell the kernel the A2410 oscillator frequencies:
1521.9Sis#The used frequencies are the defaults, and don't need option setting
1531.9Sis#options 	ULOWELL_OSC1=36000000
1541.9Sis#options 	ULOWELL_OSC2=66667000
1551.9Sis
1561.9Sis#This is how you specify the blitting speed, higher values may speed up blits
1571.9Sis#a littel bit.  If you raise this value too much some trash may appear.
1581.9Sis#the commented version is the default.
1591.9Sis#options 	RH_MEMCLK=61000000
1601.9Sis#this option enables the 64 bit sprite which doesn't seems to be work
1611.9Sis#for quite a few people.  E.g. The cursor sprite will turn to a block
1621.9Sis#when moved to the top of the screen in X.
1631.9Sis#options 	RH_64BIT_SPRITE
1641.9Sis#enables fast scroll code appears to now work on 040 systems.
1651.9Sis#options 	RETINA_SPEED_HACK
1661.9Sis#enables the Hardwarecursor which does not work on some systems.
1671.9Sis#options 	RH_HARDWARECURSOR
1681.9Sis
1691.9Sisgrfcc0		at mainbus0		# custom chips
1701.9Sisgrfrt0		at zbus0		# retina II
1711.9Sis
1721.9Sisgrfrh0		at zbus0		# retina III
1731.9Sis
1741.9Sisgrfcl*		at zbus0		# Picasso II/Piccalo/Spectrum
1751.9Sisgrful0		at zbus0		# A2410
1761.9Sisgrfcv0		at zbus0		# CyberVision 64
1771.9Sisgrfet*		at zbus0		# Tseng (oMniBus, Domino, Merlin)
1781.9Sisgrfcv3d0	at zbus0		# CyberVision 64/3D
1791.9Sis
1801.9Sisgrf0		at grfcc0
1811.9Sisgrf1		at grfrt0
1821.9Sis
1831.9Sisgrf2		at grfrh0
1841.9Sis
1851.9Sisgrf3		at grfcl?
1861.9Sisgrf4		at grful0
1871.9Sisgrf5		at grfcv0
1881.9Sisgrf6		at grfet?
1891.9Sisgrf7		at grfcv3d0
1901.9Sis
1911.9Sisite0		at grf0			# terminal emulators for grf's
1921.9Sisite1		at grf1			# terminal emulators for grf's
1931.9Sis
1941.9Sisite2		at grf2			# terminal emulators for grf's
1951.9Sis
1961.9Sisite3		at grf3			# terminal emulators for grf's
1971.9Sisite4		at grf4			# terminal emulators for grf's
1981.9Sisite5		at grf5			# terminal emulators for grf's
1991.9Sisite6		at grf6			# terminal emulators for grf's
2001.9Sisite7		at grf7			# terminal emulators for grf's
2011.9Sis
2021.9Sismsc0		at zbus0		# A2232 MSC multiport serial.
2031.9Sismfc0		at zbus0		# MultiFaceCard I/O board
2041.9Sismfcs0		at mfc0 unit 0		# MFC serial
2051.9Sismfcs1		at mfc0 unit 1		# MFC serial
2061.9Sis#mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
2071.9Sis#mfc1		at zbus0		# MultiFaceCard 2nd I/O board
2081.9Sis#mfcs2		at mfc1 unit 0
2091.9Sis#mfcs3		at mfc1 unit 1
2101.9Sis#mfcp1		at mfc1 unit 0
2111.9Sis
2121.9Sishyper*		at zbus?		# zbus HyperCom3 + HyperCom4
2131.9Sis#hyper*		at mainbus0		# not yet: HyperCom1 + HyperCom3
2141.9Siscom*		at hyper? port ?	# Hypercom3/4 serial ports
2151.9Sis#lpt*		at hyper? port ?	# not yet: Hypercom3 parallel port
2161.9Sis
2171.9Sis#Amiga Mainboard devices (sans graphics and keyboard)
2181.9Sis
2191.9Sisser0		at mainbus0		# Amiga onboard serial
2201.9Sispar0		at mainbus0		# Amiga onboard parallel
2211.9Sisms*		at mainbus0		# Amiga mice
2221.9Sisfdc0		at mainbus0		# Amiga FDC
2231.9Sisfd*		at fdc0 unit ?		# floppy disks on the later
2241.9Sisa34kbbc0	at mainbus0		# A3000/A4000 battery backed clock
2251.9Sisa2kbbc0 	at mainbus0		# A2000 battery backed clock
2261.9Sisaucc*		at mainbus0		# Amiga CC audio
2271.9Sisaudio*		at aucc?
2281.9Sis
2291.9Sis#Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
2301.9Sis
2311.9Sismelody* 	at zbus0		# Melody MPEG audio decoder
2321.9Sisaudio*		at melody?
2331.9Sis
2341.9Sis#Ethernet cards:
2351.9Sisle*		at zbus0		# A2065, Ameristar, Ariadne
2361.9Sisne*		at zbus0		# AriadneII
2371.9Sised0		at zbus0		# Hydra, ASDG LanRover
2381.9Sises0		at zbus0		# CEI A4066 EthernetPLUS
2391.9Sisqn0		at zbus0		# Quicknet
2401.9Sis
2411.9Sisbah*		at zbus0		# C=/Ameristar A2060 / 560
2421.9Sis
2431.9Sis#Greater Valley Product Bus
2441.9Sisgvpbus* 	at zbus0
2451.9Sis
2461.9Sis#scsi stuff, all possible
2471.9Sisgtsc0		at gvpbus?		# GVP series II scsi
2481.9Sisscsibus*	at gtsc0
2491.9Sisahsc0		at mainbus0		# A3000 scsi
2501.9Sisscsibus*	at ahsc0
2511.9Sisatzsc0		at zbus0		# A2091 scsi
2521.9Sisscsibus*	at atzsc0
2531.9Siswstsc0		at zbus0		# Wordsync II scsi
2541.9Sisscsibus*	at wstsc0
2551.9Sisivsc0		at zbus0		# IVS scsi
2561.9Sisscsibus*	at ivsc0
2571.9Sismlhsc0		at zbus0		# Hacker scsi
2581.9Sisscsibus*	at mlhsc0
2591.9Sisotgsc0		at zbus0		# 12 gauge scsi
2601.9Sisscsibus*	at otgsc0
2611.9Siszssc0		at zbus0		# Zeus scsi
2621.9Sisscsibus*	at zssc0
2631.9Sismgnsc0		at zbus0		# Magnum scsi
2641.9Sisscsibus*	at mgnsc0
2651.9Siswesc0		at zbus0		# Warp Engine scsi
2661.9Sisscsibus*	at wesc0
2671.9Sisafsc0		at zbus0		# A4091 scsi
2681.9Sisscsibus*	at afsc0
2691.9Sisaftsc0		at mainbus0		# A4000T scsi
2701.9Sisscsibus*	at aftsc0
2711.9Sisflsc0		at zbus0		# FastlaneZ3 scsi
2721.9Sisscsibus*	at flsc0
2731.9Sisbzsc0		at zbus0		# Blizzard 1230 I,II scsi 
2741.9Sisscsibus*	at bzsc0
2751.9Sisbzivsc0 	at zbus0		# Blizzard 12x0 IV scsi 
2761.9Sisscsibus*	at bzivsc0
2771.9Sisbztzsc0 	at zbus0		# Blizzard 2060 scsi
2781.9Sisscsibus*	at bztzsc0
2791.9Siscbsc0		at zbus0		# CyberSCSI I
2801.9Sisscsibus*	at cbsc0
2811.9Siscbiisc0 	at zbus0		# CyberSCSI II
2821.9Sisscsibus*	at cbiisc0
2831.9Sisempsc0		at zbus0		# Emplant scsi
2841.9Sisscsibus*	at empsc0
2851.9Sisidesc0		at mainbus0		# A4000 & A1200 IDE
2861.9Sisscsibus*	at idesc0
2871.9Sis
2881.9Sis#each hard drive from low target to high
2891.9Sis#will configure to the next available sd unit number
2901.9Sissd*	at scsibus? target ? lun ?	# scsi disks
2911.9Sisst*	at scsibus? target ? lun ?	# scsi tapes
2921.9Siscd*	at scsibus? target ? lun ?	# scsi cd's
2931.9Sisss*	at scsibus? target ? lun ?	# scsi scanner
2941.9Sisch*	at scsibus? target ? lun ?	# scsi autochangers
2951.9Sisuk*	at scsibus? target ? lun ?	# scsi unknown
2961.9Sis
2971.9Sispseudo-device	loop			# loopback network interface
2981.9Sispseudo-device	sl		1	# SLIP network interfaces
2991.9Sispseudo-device	ppp		1	# PPP network interfaces
3001.9Sispseudo-device	tun		1	# network tunnel line discipline
3011.9Sis#pseudo-device	gre		2	# generic L3 over IP tunnel
3021.9Sispseudo-device	bpfilter	16	# Berkeley packet filter
3031.9Sispseudo-device	ipfilter		# IP Filter package
3041.9Sis
3051.9Sispseudo-device	view		10	# views
3061.9Sispseudo-device	pty		16	# pseudo ptys
3071.9Sis
3081.9Sispseudo-device	vnd		4	# vnode pseudo-disks
3091.9Sispseudo-device	ccd		4	# concatenated disk devices
3101.9Sis#pseudo-device	raid		4	# RAIDframe disk driver
3111.9Sis
3121.9Sis#rnd is EXPERIMENTAL at this point.
3131.9Sis#pseudo-device  rnd                     # /dev/random and in-kernel generator
3141.9Sis#options        RND_COM                 # use "com" randomness as well (BROKEN)
3151.9Sis
3161.9Sisconfig	netbsd root on ? type ?
3171.5Schopps
318