INSTALL revision 1.30
11.27Sheinz# $NetBSD: INSTALL,v 1.30 2002/06/17 05:28:00 lukem Exp $
21.2Sis#
31.4Sis# This file was automatically created. Changes will be
41.4Sis# lost when running make in this directory.
51.2Sis#
61.30Slukem# Created from: #NetBSD: GENERIC,v 1.181 2002/06/17 05:14:05 lukem Exp $
71.4Sis
81.19Sjandberg#GENERIC machine description file
91.19Sjandberg
101.19Sjandberg#This machine description file is used to generate the default NetBSD
111.19Sjandberg#kernel.  The generic kernel does not include all options, subsystems
121.19Sjandberg#and device drivers, but should be useful for most applications.
131.19Sjandberg
141.19Sjandberg#The machine description file can be customised for your specific
151.19Sjandberg#machine to reduce the kernel size and improve its performance.
161.19Sjandberg
171.19Sjandberg#For further information on compiling NetBSD kernels, see the config(8)
181.19Sjandberg#man page.
191.19Sjandberg
201.19Sjandberg#For further information on hardware support for this architecture, see
211.19Sjandberg#the intro(4) man page.  For further information about kernel options
221.19Sjandberg#for this architecture, see the options(4) man page.  For an explanation
231.19Sjandberg#of each device driver in this file see the section 4 man page for the
241.19Sjandberg#device.
251.4Sisinclude "arch/amiga/conf/std.amiga"
261.2Sis
271.28Satatatoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
281.28Satatat
291.30Slukem#ident  		"GENERIC-$Revision: 1.30 $"
301.10Sis
311.10Sismakeoptions	COPTS="-Os"
321.2Sis
331.2Sismaxusers	8
341.4Sisoptions 	RTC_OFFSET=0
351.2Sis
361.4Sis#mainboards to support (in addition to Amiga)
371.2Sis
381.4Sisoptions 	DRACO
391.2Sis
401.4Sisoptions 	BB060STUPIDROM	# You need this, if you have a non-DraCo
411.18Slukem				# MC68060 with an OS ROM up to (at least)
421.4Sis				# V40 (OS3.1) and want to boot with the
431.4Sis				# bootblock.
441.4Sis				# You do not need this if you have a DraCo,
451.4Sis				# have no 68060 or NEVER use the bootblock
461.18Slukemoptions 	P5PPC68KBOARD	# Phase5 PPC/68K board support
471.4Sis
481.4Sis#processors this kernel should support
491.4Sis
501.4Sisoptions 	M68060		# support for 060
511.4Sisoptions 	M060SP		# MC68060 software support (Required for 060)
521.4Sis
531.4Sisoptions 	M68040		# support for 040
541.4Sisoptions 	FPSP		# MC68040 floating point support
551.4Sisoptions 	M68030		# support for 030
561.4Sisoptions 	M68020		# support for 020/851
571.4Sisoptions 	FPU_EMULATE	# FPU emulation
581.4Sis
591.4Sis#Networking options
601.4Sis
611.4Sisoptions 	INET		# IP networking support (Required)
621.4Sisoptions 	INET6		# IPV6
631.4Sis#options 	IPSEC		# IP security
641.4Sis#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
651.4Sis#options 	IPSEC_DEBUG	# debug for IP security
661.4Sis#options 	GATEWAY		# Packet forwarding
671.4Sis#options 	DIRECTED_BROADCAST	# Broadcast across subnets
681.4Sis
691.4Sisoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
701.4Sisoptions 	PPP_DEFLATE	# Deflate compression support for PPP
711.4Sisoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
721.4Sisoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
731.4Sisoptions 	IPFILTER_LOG	# ipmon(8) log support
741.4Sis
751.4Sisfile-system 	FFS		# Berkeley fast file system
761.4Sisfile-system 	EXT2FS		# second extended file system (linux)
771.4Sis#file-system 	LFS		# log-structured filesystem (experimental)
781.4Sis
791.4Sisfile-system 	NFS		# Network File System client side code
801.4Sisfile-system 	ADOSFS		# AmigaDOS file system
811.4Sisfile-system 	CD9660		# ISO 9660 + Rock Ridge filesystem
821.4Sisfile-system 	MSDOSFS		# MS-DOS filesystem
831.4Sis
841.4Sisfile-system 	KERNFS		# kernel data-structure filesystem
851.4Sis
861.9Sis#Filesystem options
871.9Sis
881.4Sis#options 	FFS_EI		# FFS Endian Independant support
891.9Sis
901.4Sis#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
911.4Sis				# immutable) behave as system flags.
921.4Sis
931.15Swiz#Compatibility options for various existing systems
941.23Sis
951.23Sisoptions 	EXEC_AOUT	# 32-bit aout executables (NetBSD-1.5.x)
961.24Sisoptions 	COMPAT_AOUT_M68K # actually make some system calls work.
971.4Sis
981.4Sis#Support for various kernel options
991.4Sis
1001.21Sjdolecek#options 	INSECURE	# disable kernel security levels
1011.21Sjdolecekoptions 	SCSIVERBOSE	# human readable SCSI error messages
1021.27Sheinz#options 	USERCONF	# userconf(4) support
1031.4Sis
1041.22Sisoptions		PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
1051.22Sis
1061.4Sis#Misc. debugging options
1071.4Sis
1081.4Sisoptions 	DDB		# Kernel debugger
1091.4Sis#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1101.4Sisoptions 	DIAGNOSTIC	# Extra kernel sanity checks
1111.4Sis#options 	DEBUG		# Enable misc. kernel debugging code
1121.4Sis#options 	SYSCALL_DEBUG	# debug all syscalls.
1131.4Sis#options 	SCSIDEBUG	# Add SCSI debugging statements
1141.29Sthorpej#options 	PANICBUTTON	# Forced crash via keypress (?)
1151.4Sis
1161.4Sis#Amiga specific options
1171.4Sis
1181.4Sis#options 	LIMITMEM=24	# Do not use more than LIMITMEM MB of the
1191.4Sis				# first bank of RAM. (default: unlimited)
1201.18Slukem#options 	NKPTADD=4	# set this for 4 additional KPT pages
1211.18Slukem#options 	NKPTADDSHIFT=24	# set this for 1 additional KPT page
1221.4Sis				# per 16 MB (1<<24 bytes) of RAM
1231.21Sjdolecek				# uncomment and decrease this, or uncomment and
1241.18Slukem				# increase NKPTADD if you get "out of PT pages"
1251.18Slukem				# panics.
1261.4Sis
1271.4Sis#ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete
1281.4Sis#before the 10 secondinterval ends, or that KBDRESET does work at all.
1291.4Sis#options 	KBDRESET	# sync on Ctrl-Amiga-Amiga
1301.4Sis
1311.4Sis#These options improve performance with the built-in serial port
1321.4Sis#on slower Amigas.  Try the larger buffers first then lev6_defer.
1331.4Sis#options 	SERIBUF_SIZE=4096
1341.4Sis#options 	SEROBUF_SIZE=32
1351.4Sis#options 	LEV6_DEFER	# defers l6 to l4 (below serial l5)
1361.4Sis
1371.4Sisoptions 	RETINACONSOLE	# enable code to allow retina to be console
1381.4Sis
1391.4Sisoptions 	ULOWELLCONSOLE	# enable code to allow a2410 to be console
1401.4Sisoptions 	CL5426CONSOLE	# Cirrus console
1411.4Sisoptions 	CV64CONSOLE	# CyberVision console
1421.4Sisoptions 	TSENGCONSOLE	# Tseng console
1431.4Sisoptions 	CV3DCONSOLE	# CyberVision 64/3D console
1441.4Sis
1451.4Sisoptions 	GRF_ECS		# Enhanced Chip Set
1461.4Sisoptions 	GRF_NTSC	# NTSC
1471.4Sisoptions 	GRF_PAL		# PAL
1481.4Sisoptions 	GRF_A2024	# Support for the A2024
1491.4Sisoptions 	GRF_AGA		# AGA Chip Set
1501.4Sisoptions 	GRF_AGA_VGA	# AGA VGAONLY timing
1511.4Sisoptions 	GRF_SUPER72	# AGA Super-72
1521.4Sis
1531.4Sis#options 	KFONT_8X11	# 8x11 font
1541.4Sis
1551.27Sheinz#select a font for the console according to the character set and keymap
1561.27Sheinz#you want to use
1571.27Sheinzoptions        KFONT_CONS_ISO8859_1
1581.27Sheinz#options         KFONT_CONS_ISO8859_2
1591.27Sheinz
1601.4Sis#This is how you would tell the kernel the A2410 oscillator frequencies:
1611.4Sis#The used frequencies are the defaults, and do not need option setting
1621.4Sis#options 	ULOWELL_OSC1=36000000
1631.4Sis#options 	ULOWELL_OSC2=66667000
1641.4Sis
1651.4Sis#This is how you specify the blitting speed, higher values may speed up blits
1661.4Sis#a littel bit.  If you raise this value too much some trash may appear.
1671.4Sis#the commented version is the default.
1681.4Sis#options 	RH_MEMCLK=61000000
1691.4Sis#this option enables the 64 bit sprite which does not work
1701.4Sis#for quite a few people.  E.g. The cursor sprite will turn to a block
1711.4Sis#when moved to the top of the screen in X.
1721.4Sis#options 	RH_64BIT_SPRITE
1731.4Sis#enables fast scroll code appears to now work on 040 systems.
1741.4Sis#options 	RETINA_SPEED_HACK
1751.4Sis#enables the Hardwarecursor which does not work on some systems.
1761.4Sis#options 	RH_HARDWARECURSOR
1771.2Sis
1781.19Sjandberg#wscons aware interface to amiga custom chips.
1791.20Saymeric#If you enable it enable also wskbd.
1801.14Sis
1811.14Sis#amidisplaycc0	at mainbus0		# wscons interface to custom chips
1821.14Sis#wsdisplay0	at amidisplaycc0 console ?
1831.19Sjandberg#options	WSEMUL_VT100
1841.19Sjandberg#options	FONT_BOLD8x16
1851.19Sjandberg#options	FONT_VT220L8x10
1861.14Sis
1871.2Sisgrfcc0		at mainbus0		# custom chips
1881.2Sisgrfrt0		at zbus0		# retina II
1891.4Sis
1901.2Sisgrfrh0		at zbus0		# retina III
1911.4Sis
1921.27Sheinzgrfcl*		at zbus0		# Picasso II/Piccolo/Spectrum
1931.2Sisgrful0		at zbus0		# A2410
1941.4Sisgrfcv0		at zbus0		# CyberVision 64
1951.4Sisgrfet*		at zbus0		# Tseng (oMniBus, Domino, Merlin)
1961.4Sisgrfcv3d0	at zbus0		# CyberVision 64/3D
1971.2Sis
1981.2Sisgrf0		at grfcc0
1991.2Sisgrf1		at grfrt0
2001.4Sis
2011.2Sisgrf2		at grfrh0
2021.4Sis
2031.2Sisgrf3		at grfcl?
2041.2Sisgrf4		at grful0
2051.2Sisgrf5		at grfcv0
2061.4Sisgrf6		at grfet?
2071.4Sisgrf7		at grfcv3d0
2081.2Sis
2091.4Sisite0		at grf0			# terminal emulators for grfs
2101.4Sisite1		at grf1			# terminal emulators for grfs
2111.4Sis
2121.4Sisite2		at grf2			# terminal emulators for grfs
2131.4Sis
2141.4Sisite3		at grf3			# terminal emulators for grfs
2151.4Sisite4		at grf4			# terminal emulators for grfs
2161.4Sisite5		at grf5			# terminal emulators for grfs
2171.4Sisite6		at grf6			# terminal emulators for grfs
2181.4Sisite7		at grf7			# terminal emulators for grfs
2191.2Sis
2201.2Sismsc0		at zbus0		# A2232 MSC multiport serial.
2211.2Sismfc0		at zbus0		# MultiFaceCard I/O board
2221.2Sismfcs0		at mfc0 unit 0		# MFC serial
2231.2Sismfcs1		at mfc0 unit 1		# MFC serial
2241.2Sis#mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
2251.2Sis#mfc1		at zbus0		# MultiFaceCard 2nd I/O board
2261.2Sis#mfcs2		at mfc1 unit 0
2271.2Sis#mfcs3		at mfc1 unit 1
2281.2Sis#mfcp1		at mfc1 unit 0
2291.2Sis
2301.4Sishyper*		at zbus?		# zbus HyperCom3/3+/4/4+
2311.4Sis#hyper*		at mainbus0		# not yet: HyperCom1 + HyperCom3
2321.4Siscom*		at hyper? port ?	# Hypercom3/4 serial ports
2331.4Sislpt*		at hyper? port ?	# Hypercom3+/4+ parallel port
2341.4Sis
2351.18Slukem#options 	IOBZCLOCK=22118400 	# default, uncomment the next line
2361.18Slukem#options 	IOBZCLOCK=24000000	# if needed.
2371.14Sis
2381.14Sisiobl*		at zbus?		# zbus IOBlix
2391.14Siscom*		at iobl? port ?		# IOBlix serial ports
2401.14Sislpt*		at iobl? port ?		# IOBlix parallel ports
2411.14Sis
2421.14Sis#Keyboard device. Optionally can attach a wskbd.
2431.14Sis#wskbd works together with a wsdisplay so enable them both if you will.
2441.14Sis#Don't enable wskbd if you use ite.
2451.28Satatat#
2461.14Sis#XXX in std.amiga: kbd0 at mainbus0
2471.14Sis#wskbd0		at kbd0 console ?
2481.4Sis
2491.4Sis#Amiga Mainboard devices (sans graphics and keyboard)
2501.4Sis
2511.4Sisser0		at mainbus0		# Amiga onboard serial
2521.4Sispar0		at mainbus0		# Amiga onboard parallel
2531.4Sisms*		at mainbus0		# Amiga mice
2541.4Sisfdc0		at mainbus0		# Amiga FDC
2551.4Sisfd*		at fdc0 unit ?		# floppy disks on the later
2561.4Sisa34kbbc0	at mainbus0		# A3000/A4000 battery backed clock
2571.4Sisa2kbbc0 	at mainbus0		# A2000 battery backed clock
2581.4Sis
2591.4Sis#DraCo Mainboard devices (sans keyboard)
2601.4Sis
2611.4Sisdrbbc0		at mainbus0		# DraCo battery backed clock
2621.4Sisdrsupio0	at mainbus0		# DraCo superio chip
2631.4Siscom*		at drsupio? port ?	# DraCo serial
2641.4Sislpt0		at drsupio? port ?	# DraCo parallel
2651.4Sis
2661.4Sis#Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
2671.4Sis
2681.4Sis#Ethernet cards:
2691.4Sisle*		at zbus0		# A2065, Ameristar, Ariadne
2701.12Sisne*		at zbus0		# AriadneII, X-surf
2711.4Sised*		at zbus0		# Hydra, ASDG LanRover
2721.4Sises*		at zbus0		# CEI A4066 EthernetPLUS
2731.4Sisqn*		at zbus0		# Quicknet
2741.4Sis
2751.4Sisbah*		at zbus0		# C=/Ameristar A2060 / 560
2761.2Sis
2771.4Sis#Greater Valley Product Bus
2781.4Sisgvpbus* 	at zbus0
2791.2Sis
2801.4Sis#scsi stuff, all possible
2811.2Sisgtsc0		at gvpbus?		# GVP series II scsi
2821.4Sisscsibus*	at gtsc0
2831.2Sisahsc0		at mainbus0		# A3000 scsi
2841.2Sisscsibus*	at ahsc0
2851.4Sisatzsc0		at zbus0		# A2091 scsi
2861.2Sisscsibus*	at atzsc0
2871.4Siswstsc0		at zbus0		# Wordsync II scsi
2881.2Sisscsibus*	at wstsc0
2891.4Sisivsc0		at zbus0		# IVS scsi
2901.2Sisscsibus*	at ivsc0
2911.4Sismlhsc0		at zbus0		# Hacker scsi
2921.2Sisscsibus*	at mlhsc0
2931.4Sisotgsc0		at zbus0		# 12 gauge scsi
2941.2Sisscsibus*	at otgsc0
2951.4Siszssc0		at zbus0		# Zeus scsi
2961.2Sisscsibus*	at zssc0
2971.4Sismgnsc0		at zbus0		# Magnum scsi
2981.2Sisscsibus*	at mgnsc0
2991.4Siswesc0		at zbus0		# Warp Engine scsi
3001.2Sisscsibus*	at wesc0
3011.4Sisafsc0		at zbus0		# A4091 scsi
3021.2Sisscsibus*	at afsc0
3031.4Sisaftsc0		at mainbus0		# A4000T scsi
3041.2Sisscsibus*	at aftsc0
3051.4Sisflsc0		at zbus0		# FastlaneZ3 scsi
3061.2Sisscsibus*	at flsc0
3071.18Slukembzsc0		at zbus0		# Blizzard 1230 I,II scsi
3081.2Sisscsibus*	at bzsc0
3091.18Slukembzivsc0 	at zbus0		# Blizzard 12x0 IV scsi
3101.4Sisscsibus*	at bzivsc0
3111.4Sisbztzsc0 	at zbus0		# Blizzard 2060 scsi
3121.4Sisscsibus*	at bztzsc0
3131.4Siscbsc0		at zbus0		# CyberSCSI I
3141.4Sisscsibus*	at cbsc0
3151.4Siscbiisc0 	at zbus0		# CyberSCSI II
3161.4Sisscsibus*	at cbiisc0
3171.4Siscbiiisc0 	at zbus0		# Cyberstorm mk.III/Cyberstorm PPC SCSI
3181.4Sisscsibus*	at cbiiisc0
3191.4Sisempsc0		at zbus0		# Emplant scsi
3201.4Sisscsibus*	at empsc0
3211.13Sis#idesc0		at mainbus0		# A4000 & A1200 IDE
3221.13Sis#scsibus*	at idesc0
3231.4Sis
3241.13Sis#<<< comment out the wdc/atapibus entries below if the idesc lines above >>>
3251.4Sis#<<< are uncommented >>>
3261.13Siswdc0		at mainbus0		# A4000 & A1200 IDE bus
3271.13Siswd*		at wdc? drive ?		#  + drives
3281.13Sisatapibus*	at wdc? channel ?	# ATAPI bus
3291.13Siscd*		at atapibus? drive ?	# ATAPI CD-ROM drives
3301.13Sissd*		at atapibus? drive ?	# ATAPI disk drives
3311.13Sis
3321.13Sispccard0		at mainbus0
3331.13Sispcmcia*		at pccard0
3341.13Siscom*		at pcmcia? function ?		# Modems and serial cards
3351.13Sispcmcom*		at pcmcia? function ?		# PCMCIA multi-port serial cards
3361.13Sisaic*		at pcmcia? function ?		# Adaptec APA-1460 SCSI
3371.13Siswdc*		at pcmcia? function ?
3381.13Sisawi*		at pcmcia? function ?		# BayStack 650 (802.11FH)
3391.13Sisep*		at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
3401.13Sismbe*		at pcmcia? function ?		# MB8696x based Ethernet
3411.13Sisne*		at pcmcia? function ?		# NE2000-compatible Ethernet
3421.13Sissm*		at pcmcia? function ?		# Megahertz Ethernet
3431.18Slukemmhzc*		at pcmcia? function ?	# Megahertz Ethernet/Modem combo cards
3441.13Siscom*		at mhzc?
3451.13Sissm*		at mhzc?
3461.2Sis
3471.4Sisdrsc0		at mainbus0		# DraCo scsi
3481.4Sisscsibus*	at drsc0
3491.4Sis
3501.4Sis#each hard drive from low target to high
3511.4Sis#will configure to the next available sd unit number
3521.2Sissd*	at scsibus? target ? lun ?	# scsi disks
3531.2Sisst*	at scsibus? target ? lun ?	# scsi tapes
3541.4Siscd*	at scsibus? target ? lun ?	# scsi cds
3551.4Sisch*	at scsibus? target ? lun ?	# scsi autochangers
3561.2Sis
3571.4Sispseudo-device	loop			# loopback network interface
3581.4Sispseudo-device	sl		1	# SLIP network interfaces
3591.4Sispseudo-device	ppp		1	# PPP network interfaces
3601.19Sjandbergpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
3611.4Sispseudo-device	tun		1	# network tunnel line discipline
3621.4Sis#pseudo-device	gre		2	# generic L3 over IP tunnel
3631.4Sispseudo-device	bpfilter	16	# Berkeley packet filter
3641.4Sispseudo-device	ipfilter		# IP Filter package
3651.4Sispseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
3661.4Sis#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
3671.4Sis#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
3681.12Sispseudo-device	vlan			# IEEE 802.1q encapsulation
3691.19Sjandbergpseudo-device	bridge			# simple inter-network bridging
3701.4Sis
3711.4Sispseudo-device	view		4	# views (needed for grfcc)
3721.13Sispseudo-device	pty 2			# pseudo-terminals
3731.30Slukempseudo-device	clockctl		# user control of clock subsystem
3741.4Sis
3751.4Sispseudo-device	vnd		4	# vnode pseudo-disks
3761.4Sispseudo-device	ccd		4	# concatenated disk devices
3771.21Sjdolecekpseudo-device	raid		8	# RAIDframe disk driver
3781.21Sjdolecekoptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
3791.21Sjdolecek#Options to enable various other RAIDframe RAID types.
3801.21Sjdolecek#options	RF_INCLUDE_EVENODD=1
3811.21Sjdolecek#options	RF_INCLUDE_RAID5_RS=1
3821.21Sjdolecek#options	RF_INCLUDE_PARITYLOGGING=1
3831.21Sjdolecek#options	RF_INCLUDE_CHAINDECLUSTER=1
3841.21Sjdolecek#options	RF_INCLUDE_INTERDECLUSTER=1
3851.21Sjdolecek#options 	RF_INCLUDE_PARITY_DECLUSTERING=1
3861.21Sjdolecek#options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
3871.4Sis
3881.18Slukempseudo-device	rnd			# /dev/random and in-kernel generator
3891.18Slukem#options 	RND_COM			# use "com" randomness as well (BROKEN)
3901.2Sis
3911.4Sisconfig	netbsd root on ? type ?
392