AMIGA revision 1.27
11.27Sis# $NetBSD: AMIGA,v 1.27 2000/03/28 20:17:14 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.27Sis#$ NetBSD: GENERIC,v 1.140 2000/03/23 22:44:42 is Exp $
81.9Sis
91.9Sisinclude "arch/amiga/conf/std.amiga"
101.9Sis
111.27Sis#ident  		"GENERIC-$Revision: 1.27 $"
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.23Sis#Pull in config fragments for kernel crypto.  This is required for
381.23Sis#options IPSEC etc. to work. If you want to run with IPSEC, uncomment
391.23Sis#one of these, based on whether you use crypto-us or crypto-intl, and
401.23Sis#adjust the prefixes as necessary.
411.23Sis
421.23Sis#prefix ../crypto-us/sys
431.23Sis#cinclude "conf/files.crypto-us"
441.23Sis#prefix
451.23Sis#prefix ../crypto-intl/sys
461.23Sis#cinclude "conf/files.crypto-intl"
471.23Sis#prefix
481.9Sis#Networking options
491.9Sis
501.9Sisoptions 	INET		# IP networking support (Required)
511.23Sisoptions 	INET6		# IPV6
521.23Sis#options 	IPSEC		# IP security
531.23Sis#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
541.23Sis#options 	IPSEC_DEBUG	# debug for IP security
551.9Sis#options 	GATEWAY		# Packet forwarding
561.9Sis#options 	DIRECTED_BROADCAST	# Broadcast across subnets
571.27Sis
581.9Sis#options 	MROUTING	# Multicast routing
591.9Sisoptions 	NS		# XNS
601.9Sis#options 	NSIP		# XNS tunneling over IP
611.9Sisoptions 	ISO,TPIP	# OSI
621.9Sisoptions 	EON		# OSI tunneling over IP
631.9Sisoptions 	CCITT,LLC,HDLC	# X.25
641.9Sisoptions 	NETATALK	# AppleTalk networking protocols
651.27Sis
661.9Sisoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
671.9Sisoptions 	PPP_DEFLATE	# Deflate compression support for PPP
681.9Sisoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
691.9Sisoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
701.9Sisoptions 	IPFILTER_LOG	# ipmon(8) log support
711.9Sis
721.9Sisfile-system 	FFS		# Berkeley fast file system
731.15Stronfile-system 	EXT2FS		# second extended file system (linux)
741.9Sis#file-system 	LFS		# log-structured filesystem (experimental)
751.27Sis
761.9Sisfile-system 	MFS		# Memory based filesystem
771.27Sis
781.9Sisfile-system 	NFS		# Network File System client side code
791.9Sisfile-system 	ADOSFS		# AmigaDOS file system
801.9Sisfile-system 	CD9660		# ISO 9660 + Rock Ridge filesystem
811.9Sisfile-system 	MSDOSFS		# MS-DOS filesystem
821.27Sis
831.27Sisfile-system 	KERNFS		# kernel data-structure filesystem
841.27Sis
851.9Sisfile-system 	FDESC		# user file descriptor filesystem
861.9Sisfile-system 	NULLFS		# loopback filesystem
871.23Sisfile-system 	OVERLAY		# overlay filesystem
881.9Sis#file-system 	PORTAL		# Portal filesystem
891.9Sisfile-system 	PROCFS		# /proc filesystem
901.9Sisfile-system 	UMAPFS		# NULLFS + uid and gid remapping
911.9Sisfile-system 	UNION		# union filesystem
921.9Sis
931.9Sis#Filesystem options
941.27Sis
951.27Sis#options 	FFS_EI		# FFS Endian Independant support
961.27Sis
971.9Sisoptions 	QUOTA		# User and group quotas in FFS
981.23Sis#options 	SOFTDEP         # FFS soft updates support.
991.15Stronoptions 	NFSSERVER	# Network File System server side code
1001.27Sis
1011.15Stron#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1021.15Stron				# immutable) behave as system flags.
1031.9Sis
1041.9Sis#Compatability options for various existing systems
1051.9Sis
1061.9Sisoptions 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
1071.9Sisoptions 	COMPAT_43	# compatibility with 4.3BSD interfaces
1081.9Sisoptions 	COMPAT_09	# compatibility with NetBSD 0.9
1091.9Sisoptions 	COMPAT_10	# compatibility with NetBSD 1.0
1101.9Sisoptions 	COMPAT_12	# compatibility with NetBSD 1.2
1111.9Sisoptions 	COMPAT_13	# compatibility with NetBSD 1.3
1121.21Saugustssoptions 	COMPAT_14	# compatibility with NetBSD 1.4
1131.10Sisoptions 	COMPAT_SUNOS	# Support to run Sun (m68k) executables
1141.15Stronoptions 	COMPAT_SVR4	# Support to run SVR4 (m68k) executables
1151.9Sisoptions 	COMPAT_NOMID	# allow nonvalid machine id executables
1161.10Sis#options 	COMPAT_LINUX	# Support to run Linux/m68k executables
1171.18Sisoptions 	EXEC_ELF32	# 32-bit ELF executables (Linux, SVR4)
1181.9Sis
1191.9Sis#Support for System V IPC facilities.
1201.9Sis
1211.9Sisoptions 	SYSVSHM		# System V-like shared memory
1221.9Sisoptions 	SYSVMSG		# System V-like messages
1231.9Sisoptions 	SYSVSEM		# System V-like semaphores
1241.9Sis
1251.9Sis#Support for various kernel options
1261.9Sis
1271.9Sisoptions 	KTRACE		# system call tracing support
1281.9Sisoptions 	LKM		# Loadable kernel modules
1291.9Sisoptions 	UCONSOLE	# anyone can redirect a virtual console
1301.27Sis
1311.9Sis#options 	INSECURE	# allow, among other insecure stuff, LKM 
1321.12Sis				# loading in multi-user mode.
1331.9Sisoptions 	SCSIVERBOSE	# Verbose SCSI errors
1341.9Sis
1351.9Sisoptions 	NTP		# NTP phase/frequency locked loop
1361.9Sis
1371.9Sis#Misc. debugging options
1381.9Sis
1391.9Sisoptions 	DDB		# Kernel debugger
1401.9Sis#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1411.9Sisoptions 	DIAGNOSTIC	# Extra kernel sanity checks
1421.9Sis#options 	DEBUG		# Enable misc. kernel debugging code
1431.9Sis#options 	SYSCALL_DEBUG	# debug all syscalls.
1441.9Sis#options 	SCSIDEBUG	# Add SCSI debugging statements
1451.9Sis#options 	PANICBUTTON	# Forced crash via keypress (???)
1461.9Sis
1471.9Sis#Amiga specific options
1481.9Sis
1491.10Sis#options 	LIMITMEM=24	# Do not use more than LIMITMEM MB of the
1501.12Sis				# first bank of RAM. (default: unlimited)
1511.9Sis#options	NKPTADD=4	# set this for 4 additional KPT pages
1521.9Sis#options	NKPTADDSHIFT=24	# set this for 1 additional KPT page
1531.12Sis				# per 16 MB (1<<24 bytes) of RAM
1541.12Sis                                # define and decrease this, or define and
1551.12Sis                                # increase NKPTADD if you get "out of PT pages"
1561.12Sis                                # panics.
1571.12Sis
1581.9Sis#ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete
1591.9Sis#before the 10 secondinterval ends, or that KBDRESET does work at all.
1601.9Sis#options 	KBDRESET	# sync on Ctrl-Amiga-Amiga
1611.9Sis
1621.9Sis#These options improve performance with the built-in serial port
1631.9Sis#on slower Amigas.  Try the larger buffers first then lev6_defer.
1641.9Sis#options 	SERIBUF_SIZE=4096
1651.9Sis#options 	SEROBUF_SIZE=32
1661.9Sis#options 	LEV6_DEFER	# defers l6 to l4 (below serial l5)
1671.9Sis
1681.9Sisoptions 	RETINACONSOLE	# enable code to allow retina to be console
1691.9Sis
1701.9Sisoptions 	ULOWELLCONSOLE	# enable code to allow a2410 to be console
1711.9Sisoptions 	CL5426CONSOLE	# Cirrus console
1721.9Sisoptions 	CV64CONSOLE	# CyberVision console
1731.9Sisoptions 	TSENGCONSOLE	# Tseng console
1741.9Sisoptions 	CV3DCONSOLE	# CyberVision 64/3D console
1751.9Sis
1761.9Sisoptions 	GRF_ECS		# Enhanced Chip Set
1771.9Sisoptions 	GRF_NTSC	# NTSC
1781.9Sisoptions 	GRF_PAL		# PAL
1791.9Sisoptions 	GRF_A2024	# Support for the A2024
1801.9Sisoptions 	GRF_AGA		# AGA Chip Set
1811.12Sisoptions 	GRF_AGA_VGA	# AGA VGAONLY timing
1821.9Sisoptions 	GRF_SUPER72	# AGA Super-72
1831.9Sis
1841.9Sis#options 	KFONT_8X11	# 8x11 font
1851.9Sis
1861.9Sis#This is how you would tell the kernel the A2410 oscillator frequencies:
1871.12Sis#The used frequencies are the defaults, and do not need option setting
1881.9Sis#options 	ULOWELL_OSC1=36000000
1891.9Sis#options 	ULOWELL_OSC2=66667000
1901.9Sis
1911.9Sis#This is how you specify the blitting speed, higher values may speed up blits
1921.9Sis#a littel bit.  If you raise this value too much some trash may appear.
1931.9Sis#the commented version is the default.
1941.9Sis#options 	RH_MEMCLK=61000000
1951.10Sis#this option enables the 64 bit sprite which does not work
1961.9Sis#for quite a few people.  E.g. The cursor sprite will turn to a block
1971.9Sis#when moved to the top of the screen in X.
1981.9Sis#options 	RH_64BIT_SPRITE
1991.9Sis#enables fast scroll code appears to now work on 040 systems.
2001.9Sis#options 	RETINA_SPEED_HACK
2011.9Sis#enables the Hardwarecursor which does not work on some systems.
2021.9Sis#options 	RH_HARDWARECURSOR
2031.9Sis
2041.9Sisgrfcc0		at mainbus0		# custom chips
2051.9Sisgrfrt0		at zbus0		# retina II
2061.9Sis
2071.9Sisgrfrh0		at zbus0		# retina III
2081.9Sis
2091.9Sisgrfcl*		at zbus0		# Picasso II/Piccalo/Spectrum
2101.9Sisgrful0		at zbus0		# A2410
2111.9Sisgrfcv0		at zbus0		# CyberVision 64
2121.9Sisgrfet*		at zbus0		# Tseng (oMniBus, Domino, Merlin)
2131.9Sisgrfcv3d0	at zbus0		# CyberVision 64/3D
2141.9Sis
2151.9Sisgrf0		at grfcc0
2161.9Sisgrf1		at grfrt0
2171.9Sis
2181.9Sisgrf2		at grfrh0
2191.9Sis
2201.9Sisgrf3		at grfcl?
2211.9Sisgrf4		at grful0
2221.9Sisgrf5		at grfcv0
2231.9Sisgrf6		at grfet?
2241.9Sisgrf7		at grfcv3d0
2251.9Sis
2261.10Sisite0		at grf0			# terminal emulators for grfs
2271.10Sisite1		at grf1			# terminal emulators for grfs
2281.9Sis
2291.10Sisite2		at grf2			# terminal emulators for grfs
2301.9Sis
2311.10Sisite3		at grf3			# terminal emulators for grfs
2321.10Sisite4		at grf4			# terminal emulators for grfs
2331.10Sisite5		at grf5			# terminal emulators for grfs
2341.10Sisite6		at grf6			# terminal emulators for grfs
2351.10Sisite7		at grf7			# terminal emulators for grfs
2361.9Sis
2371.9Sismsc0		at zbus0		# A2232 MSC multiport serial.
2381.9Sismfc0		at zbus0		# MultiFaceCard I/O board
2391.9Sismfcs0		at mfc0 unit 0		# MFC serial
2401.9Sismfcs1		at mfc0 unit 1		# MFC serial
2411.9Sis#mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
2421.9Sis#mfc1		at zbus0		# MultiFaceCard 2nd I/O board
2431.9Sis#mfcs2		at mfc1 unit 0
2441.9Sis#mfcs3		at mfc1 unit 1
2451.9Sis#mfcp1		at mfc1 unit 0
2461.9Sis
2471.16Sishyper*		at zbus?		# zbus HyperCom3/3+/4/4+
2481.9Sis#hyper*		at mainbus0		# not yet: HyperCom1 + HyperCom3
2491.9Siscom*		at hyper? port ?	# Hypercom3/4 serial ports
2501.16Sislpt*		at hyper? port ?	# Hypercom3+/4+ parallel port
2511.9Sis
2521.27Sis#not enabled yet... needs more testing and clock frequency autodetection
2531.27Sis#iobl*		at zbus?		# zbus IOBlix
2541.27Sis#com*		at iobl? port ?		# IOBlix serial ports
2551.27Sis#lpt*		at iobl? port ?		# IOBlix parallel ports
2561.27Sis
2571.12Sis#Amiga Mainboard devices (sans graphics and keyboard)
2581.9Sis
2591.9Sisser0		at mainbus0		# Amiga onboard serial
2601.9Sispar0		at mainbus0		# Amiga onboard parallel
2611.9Sisms*		at mainbus0		# Amiga mice
2621.9Sisfdc0		at mainbus0		# Amiga FDC
2631.9Sisfd*		at fdc0 unit ?		# floppy disks on the later
2641.9Sisa34kbbc0	at mainbus0		# A3000/A4000 battery backed clock
2651.9Sisa2kbbc0 	at mainbus0		# A2000 battery backed clock
2661.9Sisaucc*		at mainbus0		# Amiga CC audio
2671.9Sisaudio*		at aucc?
2681.9Sis
2691.9Sis#Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
2701.9Sis
2711.10Sis#Alas, Melody-Z2 dont configure in the DraCo bus. 
2721.9Sismelody* 	at zbus0		# Melody MPEG audio decoder
2731.9Sisaudio*		at melody?
2741.9Sis
2751.9Sis#Ethernet cards:
2761.9Sisle*		at zbus0		# A2065, Ameristar, Ariadne
2771.9Sisne*		at zbus0		# AriadneII
2781.17Sised*		at zbus0		# Hydra, ASDG LanRover
2791.17Sises*		at zbus0		# CEI A4066 EthernetPLUS
2801.17Sisqn*		at zbus0		# Quicknet
2811.9Sis
2821.9Sisbah*		at zbus0		# C=/Ameristar A2060 / 560
2831.9Sis
2841.9Sis#Greater Valley Product Bus
2851.9Sisgvpbus* 	at zbus0
2861.9Sis
2871.9Sis#scsi stuff, all possible
2881.9Sisgtsc0		at gvpbus?		# GVP series II scsi
2891.9Sisscsibus*	at gtsc0
2901.9Sisahsc0		at mainbus0		# A3000 scsi
2911.9Sisscsibus*	at ahsc0
2921.9Sisatzsc0		at zbus0		# A2091 scsi
2931.9Sisscsibus*	at atzsc0
2941.9Siswstsc0		at zbus0		# Wordsync II scsi
2951.9Sisscsibus*	at wstsc0
2961.9Sisivsc0		at zbus0		# IVS scsi
2971.9Sisscsibus*	at ivsc0
2981.9Sismlhsc0		at zbus0		# Hacker scsi
2991.9Sisscsibus*	at mlhsc0
3001.9Sisotgsc0		at zbus0		# 12 gauge scsi
3011.9Sisscsibus*	at otgsc0
3021.9Siszssc0		at zbus0		# Zeus scsi
3031.9Sisscsibus*	at zssc0
3041.9Sismgnsc0		at zbus0		# Magnum scsi
3051.9Sisscsibus*	at mgnsc0
3061.9Siswesc0		at zbus0		# Warp Engine scsi
3071.9Sisscsibus*	at wesc0
3081.9Sisafsc0		at zbus0		# A4091 scsi
3091.9Sisscsibus*	at afsc0
3101.9Sisaftsc0		at mainbus0		# A4000T scsi
3111.9Sisscsibus*	at aftsc0
3121.9Sisflsc0		at zbus0		# FastlaneZ3 scsi
3131.9Sisscsibus*	at flsc0
3141.9Sisbzsc0		at zbus0		# Blizzard 1230 I,II scsi 
3151.9Sisscsibus*	at bzsc0
3161.9Sisbzivsc0 	at zbus0		# Blizzard 12x0 IV scsi 
3171.9Sisscsibus*	at bzivsc0
3181.9Sisbztzsc0 	at zbus0		# Blizzard 2060 scsi
3191.9Sisscsibus*	at bztzsc0
3201.9Siscbsc0		at zbus0		# CyberSCSI I
3211.9Sisscsibus*	at cbsc0
3221.9Siscbiisc0 	at zbus0		# CyberSCSI II
3231.9Sisscsibus*	at cbiisc0
3241.10Siscbiiisc0 	at zbus0		# Cyberstorm mk.III/Cyberstorm PPC SCSI
3251.10Sisscsibus*	at cbiiisc0
3261.9Sisempsc0		at zbus0		# Emplant scsi
3271.9Sisscsibus*	at empsc0
3281.9Sisidesc0		at mainbus0		# A4000 & A1200 IDE
3291.9Sisscsibus*	at idesc0
3301.25Smhitch
3311.25Smhitch#<<< comment out the idesc entries above if the following wdc/atapibus lines >>>
3321.25Smhitch#<<< are uncommented >>>
3331.25Smhitch#wdc0		at mainbus0		# A4000 & A1200 IDE bus
3341.25Smhitch#wd*		at wdc? drive ?		#  + drives
3351.25Smhitch#atapibus*	at wdc? channel ?	# ATAPI bus
3361.25Smhitch#cd*		at atapibus? drive ?	# ATAPI CD-ROM drives
3371.25Smhitch#sd*		at atapibus? drive ?	# ATAPI disk drives
3381.24Saymeric
3391.24Saymeric#pccard0		at mainbus0
3401.24Saymeric#pcmcia*		at pccard0
3411.24Saymeric#com*		at pcmcia? function ?		# Modems and serial cards
3421.24Saymeric#pcmcom*		at pcmcia? function ?		# PCMCIA multi-port serial cards
3431.24Saymeric#aic*		at pcmcia? function ?		# Adaptec APA-1460 SCSI
3441.24Saymeric##wdc*		at pcmcia? function ?
3451.24Saymeric#awi*		at pcmcia? function ?		# BayStack 650 (802.11FH)
3461.24Saymeric##ep*		at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
3471.24Saymeric#mbe*		at pcmcia? function ?		# MB8696x based Ethernet
3481.24Saymeric#ne*		at pcmcia? function ?		# NE2000-compatible Ethernet
3491.24Saymeric#sm*		at pcmcia? function ?		# Megahertz Ethernet
3501.24Saymeric#mhzc*		at pcmcia? function ?    # Megahertz Ethernet/Modem combo cards
3511.24Saymeric#com*		at mhzc?
3521.24Saymeric#sm*		at mhzc?
3531.9Sis
3541.9Sis#each hard drive from low target to high
3551.9Sis#will configure to the next available sd unit number
3561.9Sissd*	at scsibus? target ? lun ?	# scsi disks
3571.9Sisst*	at scsibus? target ? lun ?	# scsi tapes
3581.10Siscd*	at scsibus? target ? lun ?	# scsi cds
3591.9Sisss*	at scsibus? target ? lun ?	# scsi scanner
3601.9Sisch*	at scsibus? target ? lun ?	# scsi autochangers
3611.9Sisuk*	at scsibus? target ? lun ?	# scsi unknown
3621.9Sis
3631.9Sispseudo-device	loop			# loopback network interface
3641.9Sispseudo-device	sl		1	# SLIP network interfaces
3651.9Sispseudo-device	ppp		1	# PPP network interfaces
3661.9Sispseudo-device	tun		1	# network tunnel line discipline
3671.9Sis#pseudo-device	gre		2	# generic L3 over IP tunnel
3681.14Stron#pseudo-device	ipip		2	# IP Encapsulation within IP (RFC 2003)
3691.9Sispseudo-device	bpfilter	16	# Berkeley packet filter
3701.9Sispseudo-device	ipfilter		# IP Filter package
3711.23Sispseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
3721.23Sis#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
3731.9Sis
3741.19Sispseudo-device	view		4	# views (needed for grfcc)
3751.9Sispseudo-device	pty		16	# pseudo ptys
3761.9Sis
3771.9Sispseudo-device	vnd		4	# vnode pseudo-disks
3781.9Sispseudo-device	ccd		4	# concatenated disk devices
3791.9Sis#pseudo-device	raid		4	# RAIDframe disk driver
3801.27Sis#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
3811.9Sis
3821.9Sis#rnd is EXPERIMENTAL at this point.
3831.12Sis#pseudo-device  rnd                     # /dev/random and in-kernel generator
3841.9Sis#options        RND_COM                 # use "com" randomness as well (BROKEN)
3851.9Sis
3861.9Sisconfig	netbsd root on ? type ?
387