AMIGA revision 1.38
11.37Sabs# $NetBSD: AMIGA,v 1.38 2001/08/25 21:19:20 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.38Sis# Created from: #NetBSD: GENERIC,v 1.161 2001/08/25 21:15:46 is Exp $
71.9Sis
81.9Sisinclude "arch/amiga/conf/std.amiga"
91.9Sis
101.38Sis#ident  		"GENERIC-$Revision: 1.38 $"
111.25Smhitch
121.9Sismaxusers	8
131.9Sisoptions 	RTC_OFFSET=0
141.9Sis
151.9Sis#mainboards to support (in addition to Amiga)
161.9Sis
171.9Sisoptions 	BB060STUPIDROM	# You need this, if you have a non-DraCo
181.12Sis				# MC68060 with an OS ROM up to (at least) 
191.12Sis				# V40 (OS3.1) and want to boot with the
201.12Sis				# bootblock.
211.12Sis				# You do not need this if you have a DraCo,
221.12Sis				# have no 68060 or NEVER use the bootblock
231.22Sisoptions		P5PPC68KBOARD	# Phase5 PPC/68K board support
241.9Sis
251.9Sis#processors this kernel should support
261.9Sis
271.9Sisoptions 	M68060		# support for 060
281.9Sisoptions 	M060SP		# MC68060 software support (Required for 060)
291.9Sis
301.9Sisoptions 	M68040		# support for 040
311.9Sisoptions 	FPSP		# MC68040 floating point support
321.9Sisoptions 	M68030		# support for 030
331.9Sisoptions 	M68020		# support for 020/851
341.9Sisoptions 	FPU_EMULATE	# FPU emulation
351.9Sis
361.29Ssommerfe#Networking options
371.29Ssommerfe
381.9Sisoptions 	INET		# IP networking support (Required)
391.23Sisoptions 	INET6		# IPV6
401.23Sis#options 	IPSEC		# IP security
411.23Sis#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
421.23Sis#options 	IPSEC_DEBUG	# debug for IP security
431.9Sis#options 	GATEWAY		# Packet forwarding
441.9Sis#options 	DIRECTED_BROADCAST	# Broadcast across subnets
451.27Sis
461.9Sis#options 	MROUTING	# Multicast routing
471.9Sisoptions 	NS		# XNS
481.9Sis#options 	NSIP		# XNS tunneling over IP
491.9Sisoptions 	ISO,TPIP	# OSI
501.29Ssommerfe#options 	EON		# OSI tunneling over IP
511.9Sisoptions 	CCITT,LLC,HDLC	# X.25
521.9Sisoptions 	NETATALK	# AppleTalk networking protocols
531.37Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
541.27Sis
551.9Sisoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
561.9Sisoptions 	PPP_DEFLATE	# Deflate compression support for PPP
571.9Sisoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
581.9Sisoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
591.9Sisoptions 	IPFILTER_LOG	# ipmon(8) log support
601.9Sis
611.9Sisfile-system 	FFS		# Berkeley fast file system
621.15Stronfile-system 	EXT2FS		# second extended file system (linux)
631.9Sis#file-system 	LFS		# log-structured filesystem (experimental)
641.27Sis
651.9Sisfile-system 	MFS		# Memory based filesystem
661.27Sis
671.9Sisfile-system 	NFS		# Network File System client side code
681.9Sisfile-system 	ADOSFS		# AmigaDOS file system
691.9Sisfile-system 	CD9660		# ISO 9660 + Rock Ridge filesystem
701.9Sisfile-system 	MSDOSFS		# MS-DOS filesystem
711.27Sis
721.27Sisfile-system 	KERNFS		# kernel data-structure filesystem
731.27Sis
741.9Sisfile-system 	FDESC		# user file descriptor filesystem
751.9Sisfile-system 	NULLFS		# loopback filesystem
761.23Sisfile-system 	OVERLAY		# overlay filesystem
771.9Sis#file-system 	PORTAL		# Portal filesystem
781.9Sisfile-system 	PROCFS		# /proc filesystem
791.9Sisfile-system 	UMAPFS		# NULLFS + uid and gid remapping
801.9Sisfile-system 	UNION		# union filesystem
811.9Sis
821.9Sis#Filesystem options
831.27Sis
841.27Sis#options 	FFS_EI		# FFS Endian Independant support
851.27Sis
861.9Sisoptions 	QUOTA		# User and group quotas in FFS
871.29Ssommerfeoptions 	SOFTDEP         # FFS soft updates support.
881.15Stronoptions 	NFSSERVER	# Network File System server side code
891.27Sis
901.15Stron#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
911.15Stron				# immutable) behave as system flags.
921.9Sis
931.36Swiz#Compatibility options for various existing systems
941.9Sis
951.37Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
961.9Sisoptions 	COMPAT_43	# compatibility with 4.3BSD interfaces
971.9Sisoptions 	COMPAT_09	# compatibility with NetBSD 0.9
981.9Sisoptions 	COMPAT_10	# compatibility with NetBSD 1.0
991.9Sisoptions 	COMPAT_12	# compatibility with NetBSD 1.2
1001.9Sisoptions 	COMPAT_13	# compatibility with NetBSD 1.3
1011.21Saugustssoptions 	COMPAT_14	# compatibility with NetBSD 1.4
1021.10Sisoptions 	COMPAT_SUNOS	# Support to run Sun (m68k) executables
1031.15Stronoptions 	COMPAT_SVR4	# Support to run SVR4 (m68k) executables
1041.9Sisoptions 	COMPAT_NOMID	# allow nonvalid machine id executables
1051.10Sis#options 	COMPAT_LINUX	# Support to run Linux/m68k executables
1061.18Sisoptions 	EXEC_ELF32	# 32-bit ELF executables (Linux, SVR4)
1071.9Sis
1081.9Sis#Support for System V IPC facilities.
1091.9Sis
1101.9Sisoptions 	SYSVSHM		# System V-like shared memory
1111.9Sisoptions 	SYSVMSG		# System V-like messages
1121.9Sisoptions 	SYSVSEM		# System V-like semaphores
1131.37Sabs#options	SEMMNI=10	# number of semaphore identifiers
1141.37Sabs#options	SEMMNS=60	# number of semaphores in system
1151.37Sabs#options	SEMUME=10	# max number of undo entries per process
1161.37Sabs#options	SEMMNU=30	# number of undo structures in system
1171.9Sis
1181.9Sis#Support for various kernel options
1191.9Sis
1201.9Sisoptions 	KTRACE		# system call tracing support
1211.9Sisoptions 	LKM		# Loadable kernel modules
1221.9Sisoptions 	UCONSOLE	# anyone can redirect a virtual console
1231.27Sis
1241.9Sis#options 	INSECURE	# allow, among other insecure stuff, LKM 
1251.12Sis				# loading in multi-user mode.
1261.9Sisoptions 	SCSIVERBOSE	# Verbose SCSI errors
1271.9Sis
1281.9Sisoptions 	NTP		# NTP phase/frequency locked loop
1291.9Sis
1301.9Sis#Misc. debugging options
1311.9Sis
1321.9Sisoptions 	DDB		# Kernel debugger
1331.9Sis#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1341.9Sisoptions 	DIAGNOSTIC	# Extra kernel sanity checks
1351.9Sis#options 	DEBUG		# Enable misc. kernel debugging code
1361.9Sis#options 	SYSCALL_DEBUG	# debug all syscalls.
1371.9Sis#options 	SCSIDEBUG	# Add SCSI debugging statements
1381.9Sis#options 	PANICBUTTON	# Forced crash via keypress (???)
1391.9Sis
1401.9Sis#Amiga specific options
1411.9Sis
1421.10Sis#options 	LIMITMEM=24	# Do not use more than LIMITMEM MB of the
1431.12Sis				# first bank of RAM. (default: unlimited)
1441.9Sis#options	NKPTADD=4	# set this for 4 additional KPT pages
1451.9Sis#options	NKPTADDSHIFT=24	# set this for 1 additional KPT page
1461.12Sis				# per 16 MB (1<<24 bytes) of RAM
1471.12Sis                                # define and decrease this, or define and
1481.12Sis                                # increase NKPTADD if you get "out of PT pages"
1491.12Sis                                # panics.
1501.12Sis
1511.9Sis#ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete
1521.9Sis#before the 10 secondinterval ends, or that KBDRESET does work at all.
1531.9Sis#options 	KBDRESET	# sync on Ctrl-Amiga-Amiga
1541.9Sis
1551.9Sis#These options improve performance with the built-in serial port
1561.9Sis#on slower Amigas.  Try the larger buffers first then lev6_defer.
1571.9Sis#options 	SERIBUF_SIZE=4096
1581.9Sis#options 	SEROBUF_SIZE=32
1591.9Sis#options 	LEV6_DEFER	# defers l6 to l4 (below serial l5)
1601.9Sis
1611.9Sisoptions 	RETINACONSOLE	# enable code to allow retina to be console
1621.9Sis
1631.9Sisoptions 	ULOWELLCONSOLE	# enable code to allow a2410 to be console
1641.9Sisoptions 	CL5426CONSOLE	# Cirrus console
1651.9Sisoptions 	CV64CONSOLE	# CyberVision console
1661.9Sisoptions 	TSENGCONSOLE	# Tseng console
1671.9Sisoptions 	CV3DCONSOLE	# CyberVision 64/3D console
1681.9Sis
1691.9Sisoptions 	GRF_ECS		# Enhanced Chip Set
1701.9Sisoptions 	GRF_NTSC	# NTSC
1711.9Sisoptions 	GRF_PAL		# PAL
1721.9Sisoptions 	GRF_A2024	# Support for the A2024
1731.9Sisoptions 	GRF_AGA		# AGA Chip Set
1741.12Sisoptions 	GRF_AGA_VGA	# AGA VGAONLY timing
1751.9Sisoptions 	GRF_SUPER72	# AGA Super-72
1761.9Sis
1771.9Sis#options 	KFONT_8X11	# 8x11 font
1781.9Sis
1791.9Sis#This is how you would tell the kernel the A2410 oscillator frequencies:
1801.12Sis#The used frequencies are the defaults, and do not need option setting
1811.9Sis#options 	ULOWELL_OSC1=36000000
1821.9Sis#options 	ULOWELL_OSC2=66667000
1831.9Sis
1841.9Sis#This is how you specify the blitting speed, higher values may speed up blits
1851.9Sis#a littel bit.  If you raise this value too much some trash may appear.
1861.9Sis#the commented version is the default.
1871.9Sis#options 	RH_MEMCLK=61000000
1881.10Sis#this option enables the 64 bit sprite which does not work
1891.9Sis#for quite a few people.  E.g. The cursor sprite will turn to a block
1901.9Sis#when moved to the top of the screen in X.
1911.9Sis#options 	RH_64BIT_SPRITE
1921.9Sis#enables fast scroll code appears to now work on 040 systems.
1931.9Sis#options 	RETINA_SPEED_HACK
1941.9Sis#enables the Hardwarecursor which does not work on some systems.
1951.9Sis#options 	RH_HARDWARECURSOR
1961.9Sis
1971.35Sis#wscons aware interface to amiga custom chips. Text-only console.
1981.35Sis#If you enable it enable also wskbd. 
1991.35Sis
2001.35Sis#amidisplaycc0	at mainbus0		# wscons interface to custom chips
2011.35Sis#wsdisplay0	at amidisplaycc0 console ?
2021.35Sis#options	WSEMUL_VT100
2031.35Sis
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.35Sis#options IOBZCLOCK=22118400 		# default, uncomment the next line
2531.35Sis#options IOBZCLOCK=24000000		# if needed.
2541.35Sis
2551.35Sisiobl*		at zbus?		# zbus IOBlix
2561.35Siscom*		at iobl? port ?		# IOBlix serial ports
2571.35Sislpt*		at iobl? port ?		# IOBlix parallel ports
2581.35Sis
2591.35Sis#Keyboard device. Optionally can attach a wskbd.
2601.35Sis#wskbd works together with a wsdisplay so enable them both if you will.
2611.35Sis#Don't enable wskbd if you use ite.
2621.35Sis
2631.35Sis#XXX in std.amiga: kbd0 at mainbus0
2641.35Sis#wskbd0		at kbd0 console ?
2651.27Sis
2661.12Sis#Amiga Mainboard devices (sans graphics and keyboard)
2671.9Sis
2681.9Sisser0		at mainbus0		# Amiga onboard serial
2691.9Sispar0		at mainbus0		# Amiga onboard parallel
2701.9Sisms*		at mainbus0		# Amiga mice
2711.9Sisfdc0		at mainbus0		# Amiga FDC
2721.9Sisfd*		at fdc0 unit ?		# floppy disks on the later
2731.9Sisa34kbbc0	at mainbus0		# A3000/A4000 battery backed clock
2741.9Sisa2kbbc0 	at mainbus0		# A2000 battery backed clock
2751.9Sisaucc*		at mainbus0		# Amiga CC audio
2761.9Sisaudio*		at aucc?
2771.9Sis
2781.9Sis#Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
2791.9Sis
2801.10Sis#Alas, Melody-Z2 dont configure in the DraCo bus. 
2811.9Sismelody* 	at zbus0		# Melody MPEG audio decoder
2821.9Sisaudio*		at melody?
2831.38Sis
2841.38Sisrepulse*	at zbus0		# ALiENDESiGN Repulse
2851.38Sisaudio*		at repulse?
2861.9Sis
2871.9Sis#Ethernet cards:
2881.9Sisle*		at zbus0		# A2065, Ameristar, Ariadne
2891.33Sisne*		at zbus0		# AriadneII, X-surf
2901.17Sised*		at zbus0		# Hydra, ASDG LanRover
2911.17Sises*		at zbus0		# CEI A4066 EthernetPLUS
2921.17Sisqn*		at zbus0		# Quicknet
2931.9Sis
2941.9Sisbah*		at zbus0		# C=/Ameristar A2060 / 560
2951.9Sis
2961.9Sis#Greater Valley Product Bus
2971.9Sisgvpbus* 	at zbus0
2981.9Sis
2991.9Sis#scsi stuff, all possible
3001.9Sisgtsc0		at gvpbus?		# GVP series II scsi
3011.9Sisscsibus*	at gtsc0
3021.9Sisahsc0		at mainbus0		# A3000 scsi
3031.9Sisscsibus*	at ahsc0
3041.9Sisatzsc0		at zbus0		# A2091 scsi
3051.9Sisscsibus*	at atzsc0
3061.9Siswstsc0		at zbus0		# Wordsync II scsi
3071.9Sisscsibus*	at wstsc0
3081.9Sisivsc0		at zbus0		# IVS scsi
3091.9Sisscsibus*	at ivsc0
3101.9Sismlhsc0		at zbus0		# Hacker scsi
3111.9Sisscsibus*	at mlhsc0
3121.9Sisotgsc0		at zbus0		# 12 gauge scsi
3131.9Sisscsibus*	at otgsc0
3141.9Siszssc0		at zbus0		# Zeus scsi
3151.9Sisscsibus*	at zssc0
3161.9Sismgnsc0		at zbus0		# Magnum scsi
3171.9Sisscsibus*	at mgnsc0
3181.9Siswesc0		at zbus0		# Warp Engine scsi
3191.9Sisscsibus*	at wesc0
3201.9Sisafsc0		at zbus0		# A4091 scsi
3211.9Sisscsibus*	at afsc0
3221.9Sisaftsc0		at mainbus0		# A4000T scsi
3231.9Sisscsibus*	at aftsc0
3241.9Sisflsc0		at zbus0		# FastlaneZ3 scsi
3251.9Sisscsibus*	at flsc0
3261.9Sisbzsc0		at zbus0		# Blizzard 1230 I,II scsi 
3271.9Sisscsibus*	at bzsc0
3281.9Sisbzivsc0 	at zbus0		# Blizzard 12x0 IV scsi 
3291.9Sisscsibus*	at bzivsc0
3301.9Sisbztzsc0 	at zbus0		# Blizzard 2060 scsi
3311.9Sisscsibus*	at bztzsc0
3321.9Siscbsc0		at zbus0		# CyberSCSI I
3331.9Sisscsibus*	at cbsc0
3341.9Siscbiisc0 	at zbus0		# CyberSCSI II
3351.9Sisscsibus*	at cbiisc0
3361.10Siscbiiisc0 	at zbus0		# Cyberstorm mk.III/Cyberstorm PPC SCSI
3371.10Sisscsibus*	at cbiiisc0
3381.9Sisempsc0		at zbus0		# Emplant scsi
3391.9Sisscsibus*	at empsc0
3401.34Sis#idesc0		at mainbus0		# A4000 & A1200 IDE
3411.34Sis#scsibus*	at idesc0
3421.25Smhitch
3431.34Sis#<<< comment out the wdc/atapibus entries below if the idesc lines above >>>
3441.25Smhitch#<<< are uncommented >>>
3451.34Siswdc0		at mainbus0		# A4000 & A1200 IDE bus
3461.34Siswd*		at wdc? drive ?		#  + drives
3471.34Sisatapibus*	at wdc? channel ?	# ATAPI bus
3481.34Siscd*		at atapibus? drive ?	# ATAPI CD-ROM drives
3491.34Sissd*		at atapibus? drive ?	# ATAPI disk drives
3501.34Sis
3511.34Sispccard0		at mainbus0
3521.34Sispcmcia*		at pccard0
3531.34Siscom*		at pcmcia? function ?		# Modems and serial cards
3541.34Sispcmcom*		at pcmcia? function ?		# PCMCIA multi-port serial cards
3551.34Sisaic*		at pcmcia? function ?		# Adaptec APA-1460 SCSI
3561.34Siswdc*		at pcmcia? function ?
3571.34Sisawi*		at pcmcia? function ?		# BayStack 650 (802.11FH)
3581.34Sisep*		at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
3591.34Sismbe*		at pcmcia? function ?		# MB8696x based Ethernet
3601.34Sisne*		at pcmcia? function ?		# NE2000-compatible Ethernet
3611.34Sissm*		at pcmcia? function ?		# Megahertz Ethernet
3621.34Sismhzc*		at pcmcia? function ?    # Megahertz Ethernet/Modem combo cards
3631.34Siscom*		at mhzc?
3641.34Sissm*		at mhzc?
3651.9Sis
3661.9Sis#each hard drive from low target to high
3671.9Sis#will configure to the next available sd unit number
3681.9Sissd*	at scsibus? target ? lun ?	# scsi disks
3691.9Sisst*	at scsibus? target ? lun ?	# scsi tapes
3701.10Siscd*	at scsibus? target ? lun ?	# scsi cds
3711.29Ssommerfech*	at scsibus? target ? lun ?	# scsi autochangers
3721.29Ssommerfe
3731.9Sisss*	at scsibus? target ? lun ?	# scsi scanner
3741.9Sisuk*	at scsibus? target ? lun ?	# scsi unknown
3751.9Sis
3761.9Sispseudo-device	loop			# loopback network interface
3771.9Sispseudo-device	sl		1	# SLIP network interfaces
3781.9Sispseudo-device	ppp		1	# PPP network interfaces
3791.9Sispseudo-device	tun		1	# network tunnel line discipline
3801.9Sis#pseudo-device	gre		2	# generic L3 over IP tunnel
3811.14Stron#pseudo-device	ipip		2	# IP Encapsulation within IP (RFC 2003)
3821.9Sispseudo-device	bpfilter	16	# Berkeley packet filter
3831.9Sispseudo-device	ipfilter		# IP Filter package
3841.23Sispseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
3851.23Sis#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
3861.29Ssommerfe#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
3871.33Sispseudo-device	vlan			# IEEE 802.1q encapsulation
3881.9Sis
3891.19Sispseudo-device	view		4	# views (needed for grfcc)
3901.31Sjdolecekpseudo-device	pty			# pseudo-terminals
3911.9Sis
3921.9Sispseudo-device	vnd		4	# vnode pseudo-disks
3931.9Sispseudo-device	ccd		4	# concatenated disk devices
3941.9Sis#pseudo-device	raid		4	# RAIDframe disk driver
3951.27Sis#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
3961.9Sis
3971.32Sispseudo-device  rnd                     # /dev/random and in-kernel generator
3981.9Sis#options        RND_COM                 # use "com" randomness as well (BROKEN)
3991.9Sis
4001.9Sisconfig	netbsd root on ? type ?
401