AMIGA revision 1.29
11.29Ssommerfe# $NetBSD: AMIGA,v 1.29 2000/07/05 04:10:15 sommerfeld 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.29Ssommerfe#$ NetBSD: GENERIC,v 1.146 2000/07/05 04:07:24 sommerfeld Exp $
81.9Sis
91.9Sisinclude "arch/amiga/conf/std.amiga"
101.9Sis
111.29Ssommerfe#ident  		"GENERIC-$Revision: 1.29 $"
121.25Smhitch
131.9Sismaxusers	8
141.9Sisoptions 	RTC_OFFSET=0
151.9Sis
161.9Sis#mainboards to support (in addition to Amiga)
171.9Sis
181.9Sisoptions 	BB060STUPIDROM	# You need this, if you have a non-DraCo
191.12Sis				# MC68060 with an OS ROM up to (at least) 
201.12Sis				# V40 (OS3.1) and want to boot with the
211.12Sis				# bootblock.
221.12Sis				# You do not need this if you have a DraCo,
231.12Sis				# have no 68060 or NEVER use the bootblock
241.22Sisoptions		P5PPC68KBOARD	# Phase5 PPC/68K board support
251.9Sis
261.9Sis#processors this kernel should support
271.9Sis
281.9Sisoptions 	M68060		# support for 060
291.9Sisoptions 	M060SP		# MC68060 software support (Required for 060)
301.9Sis
311.9Sisoptions 	M68040		# support for 040
321.9Sisoptions 	FPSP		# MC68040 floating point support
331.9Sisoptions 	M68030		# support for 030
341.9Sisoptions 	M68020		# support for 020/851
351.9Sisoptions 	FPU_EMULATE	# FPU emulation
361.9Sis
371.29Ssommerfe#Networking options
381.29Ssommerfe
391.9Sisoptions 	INET		# IP networking support (Required)
401.23Sisoptions 	INET6		# IPV6
411.29Ssommerfeoptions 	PULLDOWN_TEST	# use m_pulldown for IPv4/v6 processing
421.23Sis#options 	IPSEC		# IP security
431.23Sis#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
441.23Sis#options 	IPSEC_DEBUG	# debug for IP security
451.9Sis#options 	GATEWAY		# Packet forwarding
461.9Sis#options 	DIRECTED_BROADCAST	# Broadcast across subnets
471.27Sis
481.9Sis#options 	MROUTING	# Multicast routing
491.9Sisoptions 	NS		# XNS
501.9Sis#options 	NSIP		# XNS tunneling over IP
511.9Sisoptions 	ISO,TPIP	# OSI
521.29Ssommerfe#options 	EON		# OSI tunneling over IP
531.9Sisoptions 	CCITT,LLC,HDLC	# X.25
541.9Sisoptions 	NETATALK	# AppleTalk networking protocols
551.27Sis
561.9Sisoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
571.9Sisoptions 	PPP_DEFLATE	# Deflate compression support for PPP
581.9Sisoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
591.9Sisoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
601.9Sisoptions 	IPFILTER_LOG	# ipmon(8) log support
611.9Sis
621.9Sisfile-system 	FFS		# Berkeley fast file system
631.15Stronfile-system 	EXT2FS		# second extended file system (linux)
641.9Sis#file-system 	LFS		# log-structured filesystem (experimental)
651.27Sis
661.9Sisfile-system 	MFS		# Memory based filesystem
671.27Sis
681.9Sisfile-system 	NFS		# Network File System client side code
691.9Sisfile-system 	ADOSFS		# AmigaDOS file system
701.9Sisfile-system 	CD9660		# ISO 9660 + Rock Ridge filesystem
711.9Sisfile-system 	MSDOSFS		# MS-DOS filesystem
721.27Sis
731.27Sisfile-system 	KERNFS		# kernel data-structure filesystem
741.27Sis
751.9Sisfile-system 	FDESC		# user file descriptor filesystem
761.9Sisfile-system 	NULLFS		# loopback filesystem
771.23Sisfile-system 	OVERLAY		# overlay filesystem
781.9Sis#file-system 	PORTAL		# Portal filesystem
791.9Sisfile-system 	PROCFS		# /proc filesystem
801.9Sisfile-system 	UMAPFS		# NULLFS + uid and gid remapping
811.9Sisfile-system 	UNION		# union filesystem
821.9Sis
831.9Sis#Filesystem options
841.27Sis
851.27Sis#options 	FFS_EI		# FFS Endian Independant support
861.27Sis
871.9Sisoptions 	QUOTA		# User and group quotas in FFS
881.29Ssommerfeoptions 	SOFTDEP         # FFS soft updates support.
891.15Stronoptions 	NFSSERVER	# Network File System server side code
901.27Sis
911.15Stron#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
921.15Stron				# immutable) behave as system flags.
931.9Sis
941.9Sis#Compatability options for various existing systems
951.9Sis
961.9Sisoptions 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
971.9Sisoptions 	COMPAT_43	# compatibility with 4.3BSD interfaces
981.9Sisoptions 	COMPAT_09	# compatibility with NetBSD 0.9
991.9Sisoptions 	COMPAT_10	# compatibility with NetBSD 1.0
1001.9Sisoptions 	COMPAT_12	# compatibility with NetBSD 1.2
1011.9Sisoptions 	COMPAT_13	# compatibility with NetBSD 1.3
1021.21Saugustssoptions 	COMPAT_14	# compatibility with NetBSD 1.4
1031.10Sisoptions 	COMPAT_SUNOS	# Support to run Sun (m68k) executables
1041.15Stronoptions 	COMPAT_SVR4	# Support to run SVR4 (m68k) executables
1051.9Sisoptions 	COMPAT_NOMID	# allow nonvalid machine id executables
1061.10Sis#options 	COMPAT_LINUX	# Support to run Linux/m68k executables
1071.18Sisoptions 	EXEC_ELF32	# 32-bit ELF executables (Linux, SVR4)
1081.9Sis
1091.9Sis#Support for System V IPC facilities.
1101.9Sis
1111.9Sisoptions 	SYSVSHM		# System V-like shared memory
1121.9Sisoptions 	SYSVMSG		# System V-like messages
1131.9Sisoptions 	SYSVSEM		# System V-like semaphores
1141.9Sis
1151.9Sis#Support for various kernel options
1161.9Sis
1171.9Sisoptions 	KTRACE		# system call tracing support
1181.9Sisoptions 	LKM		# Loadable kernel modules
1191.9Sisoptions 	UCONSOLE	# anyone can redirect a virtual console
1201.27Sis
1211.9Sis#options 	INSECURE	# allow, among other insecure stuff, LKM 
1221.12Sis				# loading in multi-user mode.
1231.9Sisoptions 	SCSIVERBOSE	# Verbose SCSI errors
1241.9Sis
1251.9Sisoptions 	NTP		# NTP phase/frequency locked loop
1261.9Sis
1271.9Sis#Misc. debugging options
1281.9Sis
1291.9Sisoptions 	DDB		# Kernel debugger
1301.9Sis#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1311.9Sisoptions 	DIAGNOSTIC	# Extra kernel sanity checks
1321.9Sis#options 	DEBUG		# Enable misc. kernel debugging code
1331.9Sis#options 	SYSCALL_DEBUG	# debug all syscalls.
1341.9Sis#options 	SCSIDEBUG	# Add SCSI debugging statements
1351.9Sis#options 	PANICBUTTON	# Forced crash via keypress (???)
1361.9Sis
1371.9Sis#Amiga specific options
1381.9Sis
1391.10Sis#options 	LIMITMEM=24	# Do not use more than LIMITMEM MB of the
1401.12Sis				# first bank of RAM. (default: unlimited)
1411.9Sis#options	NKPTADD=4	# set this for 4 additional KPT pages
1421.9Sis#options	NKPTADDSHIFT=24	# set this for 1 additional KPT page
1431.12Sis				# per 16 MB (1<<24 bytes) of RAM
1441.12Sis                                # define and decrease this, or define and
1451.12Sis                                # increase NKPTADD if you get "out of PT pages"
1461.12Sis                                # panics.
1471.12Sis
1481.9Sis#ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete
1491.9Sis#before the 10 secondinterval ends, or that KBDRESET does work at all.
1501.9Sis#options 	KBDRESET	# sync on Ctrl-Amiga-Amiga
1511.9Sis
1521.9Sis#These options improve performance with the built-in serial port
1531.9Sis#on slower Amigas.  Try the larger buffers first then lev6_defer.
1541.9Sis#options 	SERIBUF_SIZE=4096
1551.9Sis#options 	SEROBUF_SIZE=32
1561.9Sis#options 	LEV6_DEFER	# defers l6 to l4 (below serial l5)
1571.9Sis
1581.9Sisoptions 	RETINACONSOLE	# enable code to allow retina to be console
1591.9Sis
1601.9Sisoptions 	ULOWELLCONSOLE	# enable code to allow a2410 to be console
1611.9Sisoptions 	CL5426CONSOLE	# Cirrus console
1621.9Sisoptions 	CV64CONSOLE	# CyberVision console
1631.9Sisoptions 	TSENGCONSOLE	# Tseng console
1641.9Sisoptions 	CV3DCONSOLE	# CyberVision 64/3D console
1651.9Sis
1661.9Sisoptions 	GRF_ECS		# Enhanced Chip Set
1671.9Sisoptions 	GRF_NTSC	# NTSC
1681.9Sisoptions 	GRF_PAL		# PAL
1691.9Sisoptions 	GRF_A2024	# Support for the A2024
1701.9Sisoptions 	GRF_AGA		# AGA Chip Set
1711.12Sisoptions 	GRF_AGA_VGA	# AGA VGAONLY timing
1721.9Sisoptions 	GRF_SUPER72	# AGA Super-72
1731.9Sis
1741.9Sis#options 	KFONT_8X11	# 8x11 font
1751.9Sis
1761.9Sis#This is how you would tell the kernel the A2410 oscillator frequencies:
1771.12Sis#The used frequencies are the defaults, and do not need option setting
1781.9Sis#options 	ULOWELL_OSC1=36000000
1791.9Sis#options 	ULOWELL_OSC2=66667000
1801.9Sis
1811.9Sis#This is how you specify the blitting speed, higher values may speed up blits
1821.9Sis#a littel bit.  If you raise this value too much some trash may appear.
1831.9Sis#the commented version is the default.
1841.9Sis#options 	RH_MEMCLK=61000000
1851.10Sis#this option enables the 64 bit sprite which does not work
1861.9Sis#for quite a few people.  E.g. The cursor sprite will turn to a block
1871.9Sis#when moved to the top of the screen in X.
1881.9Sis#options 	RH_64BIT_SPRITE
1891.9Sis#enables fast scroll code appears to now work on 040 systems.
1901.9Sis#options 	RETINA_SPEED_HACK
1911.9Sis#enables the Hardwarecursor which does not work on some systems.
1921.9Sis#options 	RH_HARDWARECURSOR
1931.9Sis
1941.9Sisgrfcc0		at mainbus0		# custom chips
1951.9Sisgrfrt0		at zbus0		# retina II
1961.9Sis
1971.9Sisgrfrh0		at zbus0		# retina III
1981.9Sis
1991.9Sisgrfcl*		at zbus0		# Picasso II/Piccalo/Spectrum
2001.9Sisgrful0		at zbus0		# A2410
2011.9Sisgrfcv0		at zbus0		# CyberVision 64
2021.9Sisgrfet*		at zbus0		# Tseng (oMniBus, Domino, Merlin)
2031.9Sisgrfcv3d0	at zbus0		# CyberVision 64/3D
2041.9Sis
2051.9Sisgrf0		at grfcc0
2061.9Sisgrf1		at grfrt0
2071.9Sis
2081.9Sisgrf2		at grfrh0
2091.9Sis
2101.9Sisgrf3		at grfcl?
2111.9Sisgrf4		at grful0
2121.9Sisgrf5		at grfcv0
2131.9Sisgrf6		at grfet?
2141.9Sisgrf7		at grfcv3d0
2151.9Sis
2161.10Sisite0		at grf0			# terminal emulators for grfs
2171.10Sisite1		at grf1			# terminal emulators for grfs
2181.9Sis
2191.10Sisite2		at grf2			# terminal emulators for grfs
2201.9Sis
2211.10Sisite3		at grf3			# terminal emulators for grfs
2221.10Sisite4		at grf4			# terminal emulators for grfs
2231.10Sisite5		at grf5			# terminal emulators for grfs
2241.10Sisite6		at grf6			# terminal emulators for grfs
2251.10Sisite7		at grf7			# terminal emulators for grfs
2261.9Sis
2271.9Sismsc0		at zbus0		# A2232 MSC multiport serial.
2281.9Sismfc0		at zbus0		# MultiFaceCard I/O board
2291.9Sismfcs0		at mfc0 unit 0		# MFC serial
2301.9Sismfcs1		at mfc0 unit 1		# MFC serial
2311.9Sis#mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
2321.9Sis#mfc1		at zbus0		# MultiFaceCard 2nd I/O board
2331.9Sis#mfcs2		at mfc1 unit 0
2341.9Sis#mfcs3		at mfc1 unit 1
2351.9Sis#mfcp1		at mfc1 unit 0
2361.9Sis
2371.16Sishyper*		at zbus?		# zbus HyperCom3/3+/4/4+
2381.9Sis#hyper*		at mainbus0		# not yet: HyperCom1 + HyperCom3
2391.9Siscom*		at hyper? port ?	# Hypercom3/4 serial ports
2401.16Sislpt*		at hyper? port ?	# Hypercom3+/4+ parallel port
2411.9Sis
2421.27Sis#not enabled yet... needs more testing and clock frequency autodetection
2431.27Sis#iobl*		at zbus?		# zbus IOBlix
2441.27Sis#com*		at iobl? port ?		# IOBlix serial ports
2451.27Sis#lpt*		at iobl? port ?		# IOBlix parallel ports
2461.27Sis
2471.12Sis#Amiga Mainboard devices (sans graphics and keyboard)
2481.9Sis
2491.9Sisser0		at mainbus0		# Amiga onboard serial
2501.9Sispar0		at mainbus0		# Amiga onboard parallel
2511.9Sisms*		at mainbus0		# Amiga mice
2521.9Sisfdc0		at mainbus0		# Amiga FDC
2531.9Sisfd*		at fdc0 unit ?		# floppy disks on the later
2541.9Sisa34kbbc0	at mainbus0		# A3000/A4000 battery backed clock
2551.9Sisa2kbbc0 	at mainbus0		# A2000 battery backed clock
2561.9Sisaucc*		at mainbus0		# Amiga CC audio
2571.9Sisaudio*		at aucc?
2581.9Sis
2591.9Sis#Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
2601.9Sis
2611.10Sis#Alas, Melody-Z2 dont configure in the DraCo bus. 
2621.9Sismelody* 	at zbus0		# Melody MPEG audio decoder
2631.9Sisaudio*		at melody?
2641.9Sis
2651.9Sis#Ethernet cards:
2661.9Sisle*		at zbus0		# A2065, Ameristar, Ariadne
2671.9Sisne*		at zbus0		# AriadneII
2681.17Sised*		at zbus0		# Hydra, ASDG LanRover
2691.17Sises*		at zbus0		# CEI A4066 EthernetPLUS
2701.17Sisqn*		at zbus0		# Quicknet
2711.9Sis
2721.9Sisbah*		at zbus0		# C=/Ameristar A2060 / 560
2731.9Sis
2741.9Sis#Greater Valley Product Bus
2751.9Sisgvpbus* 	at zbus0
2761.9Sis
2771.9Sis#scsi stuff, all possible
2781.9Sisgtsc0		at gvpbus?		# GVP series II scsi
2791.9Sisscsibus*	at gtsc0
2801.9Sisahsc0		at mainbus0		# A3000 scsi
2811.9Sisscsibus*	at ahsc0
2821.9Sisatzsc0		at zbus0		# A2091 scsi
2831.9Sisscsibus*	at atzsc0
2841.9Siswstsc0		at zbus0		# Wordsync II scsi
2851.9Sisscsibus*	at wstsc0
2861.9Sisivsc0		at zbus0		# IVS scsi
2871.9Sisscsibus*	at ivsc0
2881.9Sismlhsc0		at zbus0		# Hacker scsi
2891.9Sisscsibus*	at mlhsc0
2901.9Sisotgsc0		at zbus0		# 12 gauge scsi
2911.9Sisscsibus*	at otgsc0
2921.9Siszssc0		at zbus0		# Zeus scsi
2931.9Sisscsibus*	at zssc0
2941.9Sismgnsc0		at zbus0		# Magnum scsi
2951.9Sisscsibus*	at mgnsc0
2961.9Siswesc0		at zbus0		# Warp Engine scsi
2971.9Sisscsibus*	at wesc0
2981.9Sisafsc0		at zbus0		# A4091 scsi
2991.9Sisscsibus*	at afsc0
3001.9Sisaftsc0		at mainbus0		# A4000T scsi
3011.9Sisscsibus*	at aftsc0
3021.9Sisflsc0		at zbus0		# FastlaneZ3 scsi
3031.9Sisscsibus*	at flsc0
3041.9Sisbzsc0		at zbus0		# Blizzard 1230 I,II scsi 
3051.9Sisscsibus*	at bzsc0
3061.9Sisbzivsc0 	at zbus0		# Blizzard 12x0 IV scsi 
3071.9Sisscsibus*	at bzivsc0
3081.9Sisbztzsc0 	at zbus0		# Blizzard 2060 scsi
3091.9Sisscsibus*	at bztzsc0
3101.9Siscbsc0		at zbus0		# CyberSCSI I
3111.9Sisscsibus*	at cbsc0
3121.9Siscbiisc0 	at zbus0		# CyberSCSI II
3131.9Sisscsibus*	at cbiisc0
3141.10Siscbiiisc0 	at zbus0		# Cyberstorm mk.III/Cyberstorm PPC SCSI
3151.10Sisscsibus*	at cbiiisc0
3161.9Sisempsc0		at zbus0		# Emplant scsi
3171.9Sisscsibus*	at empsc0
3181.9Sisidesc0		at mainbus0		# A4000 & A1200 IDE
3191.9Sisscsibus*	at idesc0
3201.25Smhitch
3211.25Smhitch#<<< comment out the idesc entries above if the following wdc/atapibus lines >>>
3221.25Smhitch#<<< are uncommented >>>
3231.25Smhitch#wdc0		at mainbus0		# A4000 & A1200 IDE bus
3241.25Smhitch#wd*		at wdc? drive ?		#  + drives
3251.25Smhitch#atapibus*	at wdc? channel ?	# ATAPI bus
3261.25Smhitch#cd*		at atapibus? drive ?	# ATAPI CD-ROM drives
3271.25Smhitch#sd*		at atapibus? drive ?	# ATAPI disk drives
3281.24Saymeric
3291.24Saymeric#pccard0		at mainbus0
3301.24Saymeric#pcmcia*		at pccard0
3311.24Saymeric#com*		at pcmcia? function ?		# Modems and serial cards
3321.24Saymeric#pcmcom*		at pcmcia? function ?		# PCMCIA multi-port serial cards
3331.24Saymeric#aic*		at pcmcia? function ?		# Adaptec APA-1460 SCSI
3341.24Saymeric##wdc*		at pcmcia? function ?
3351.24Saymeric#awi*		at pcmcia? function ?		# BayStack 650 (802.11FH)
3361.24Saymeric##ep*		at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
3371.24Saymeric#mbe*		at pcmcia? function ?		# MB8696x based Ethernet
3381.24Saymeric#ne*		at pcmcia? function ?		# NE2000-compatible Ethernet
3391.24Saymeric#sm*		at pcmcia? function ?		# Megahertz Ethernet
3401.24Saymeric#mhzc*		at pcmcia? function ?    # Megahertz Ethernet/Modem combo cards
3411.24Saymeric#com*		at mhzc?
3421.24Saymeric#sm*		at mhzc?
3431.9Sis
3441.9Sis#each hard drive from low target to high
3451.9Sis#will configure to the next available sd unit number
3461.9Sissd*	at scsibus? target ? lun ?	# scsi disks
3471.9Sisst*	at scsibus? target ? lun ?	# scsi tapes
3481.10Siscd*	at scsibus? target ? lun ?	# scsi cds
3491.29Ssommerfech*	at scsibus? target ? lun ?	# scsi autochangers
3501.29Ssommerfe
3511.9Sisss*	at scsibus? target ? lun ?	# scsi scanner
3521.9Sisuk*	at scsibus? target ? lun ?	# scsi unknown
3531.9Sis
3541.9Sispseudo-device	loop			# loopback network interface
3551.9Sispseudo-device	sl		1	# SLIP network interfaces
3561.9Sispseudo-device	ppp		1	# PPP network interfaces
3571.9Sispseudo-device	tun		1	# network tunnel line discipline
3581.9Sis#pseudo-device	gre		2	# generic L3 over IP tunnel
3591.14Stron#pseudo-device	ipip		2	# IP Encapsulation within IP (RFC 2003)
3601.9Sispseudo-device	bpfilter	16	# Berkeley packet filter
3611.9Sispseudo-device	ipfilter		# IP Filter package
3621.23Sispseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
3631.23Sis#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
3641.29Ssommerfe#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
3651.9Sis
3661.19Sispseudo-device	view		4	# views (needed for grfcc)
3671.9Sispseudo-device	pty		16	# pseudo ptys
3681.9Sis
3691.9Sispseudo-device	vnd		4	# vnode pseudo-disks
3701.9Sispseudo-device	ccd		4	# concatenated disk devices
3711.9Sis#pseudo-device	raid		4	# RAIDframe disk driver
3721.27Sis#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
3731.9Sis
3741.9Sis#rnd is EXPERIMENTAL at this point.
3751.12Sis#pseudo-device  rnd                     # /dev/random and in-kernel generator
3761.9Sis#options        RND_COM                 # use "com" randomness as well (BROKEN)
3771.9Sis
3781.9Sisconfig	netbsd root on ? type ?
379