INSTALL revision 1.31
11.27Sheinz# $NetBSD: INSTALL,v 1.31 2002/06/18 17:45:15 lukem Exp $
21.2Sis#
31.31Slukem# This file was automatically created.
41.31Slukem# Changes will be lost when make is run in this directory.
51.2Sis#
61.31Slukem# Created from: # NetBSD: GENERIC.in,v 1.1 2002/06/18 17:39:39 lukem Exp $
71.31Slukem#
81.31Slukem# GENERIC machine description file
91.31Slukem#
101.31Slukem# This machine description file is used to generate the default NetBSD
111.31Slukem# kernel.  The generic kernel does not include all options, subsystems
121.31Slukem# and device drivers, but should be useful for most applications.
131.31Slukem#
141.31Slukem# The machine description file can be customised for your specific
151.31Slukem# machine to reduce the kernel size and improve its performance.
161.31Slukem#
171.31Slukem# For further information on compiling NetBSD kernels, see the config(8)
181.31Slukem# man page.
191.31Slukem#
201.31Slukem# For further information on hardware support for this architecture, see
211.31Slukem# the intro(4) man page.  For further information about kernel options
221.31Slukem# for this architecture, see the options(4) man page.  For an explanation
231.31Slukem# of each device driver in this file see the section 4 man page for the
241.31Slukem# device.
251.19Sjandberg
261.19Sjandberg
271.4Sisinclude "arch/amiga/conf/std.amiga"
281.2Sis
291.28Satatatoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
301.28Satatat
311.31Slukem#ident 		"GENERIC-$Revision: 1.31 $"
321.10Sis
331.10Sismakeoptions	COPTS="-Os"
341.2Sis
351.2Sismaxusers	8
361.4Sisoptions 	RTC_OFFSET=0
371.2Sis
381.31Slukem#
391.31Slukem# mainboards to support (in addition to Amiga)
401.31Slukem#
411.4Sisoptions 	DRACO
421.4Sisoptions 	BB060STUPIDROM	# You need this, if you have a non-DraCo
431.18Slukem				# MC68060 with an OS ROM up to (at least)
441.4Sis				# V40 (OS3.1) and want to boot with the
451.4Sis				# bootblock.
461.4Sis				# You do not need this if you have a DraCo,
471.4Sis				# have no 68060 or NEVER use the bootblock
481.18Slukemoptions 	P5PPC68KBOARD	# Phase5 PPC/68K board support
491.31Slukem#
501.31Slukem# processors this kernel should support
511.31Slukem#
521.4Sisoptions 	M68060		# support for 060
531.4Sisoptions 	M060SP		# MC68060 software support (Required for 060)
541.4Sisoptions 	M68040		# support for 040
551.4Sisoptions 	FPSP		# MC68040 floating point support
561.4Sisoptions 	M68030		# support for 030
571.4Sisoptions 	M68020		# support for 020/851
581.4Sisoptions 	FPU_EMULATE	# FPU emulation
591.4Sis
601.31Slukem#
611.31Slukem# Networking options
621.31Slukem#
631.4Sisoptions 	INET		# IP networking support (Required)
641.4Sisoptions 	INET6		# IPV6
651.4Sis#options 	IPSEC		# IP security
661.4Sis#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
671.4Sis#options 	IPSEC_DEBUG	# debug for IP security
681.4Sis#options 	GATEWAY		# Packet forwarding
691.4Sis#options 	DIRECTED_BROADCAST	# Broadcast across subnets
701.4Sis
711.31Slukem
721.4Sisoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
731.4Sisoptions 	PPP_DEFLATE	# Deflate compression support for PPP
741.4Sisoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
751.4Sisoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
761.4Sisoptions 	IPFILTER_LOG	# ipmon(8) log support
771.4Sis
781.31Slukem# Filesystems
791.4Sisfile-system 	FFS		# Berkeley fast file system
801.4Sisfile-system 	EXT2FS		# second extended file system (linux)
811.4Sis#file-system 	LFS		# log-structured filesystem (experimental)
821.4Sis
831.31Slukem
841.4Sisfile-system 	NFS		# Network File System client side code
851.4Sisfile-system 	ADOSFS		# AmigaDOS file system
861.4Sisfile-system 	CD9660		# ISO 9660 + Rock Ridge filesystem
871.4Sisfile-system 	MSDOSFS		# MS-DOS filesystem
881.4Sis
891.4Sisfile-system 	KERNFS		# kernel data-structure filesystem
901.4Sis
911.31Slukem
921.31Slukem# Filesystem options
931.9Sis
941.4Sis#options 	FFS_EI		# FFS Endian Independant support
951.9Sis
961.31Slukem
971.4Sis#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
981.4Sis				# immutable) behave as system flags.
991.4Sis
1001.31Slukem#
1011.31Slukem# Compatibility options for various existing systems
1021.31Slukem#
1031.31Slukem
1041.23Sis
1051.23Sisoptions 	EXEC_AOUT	# 32-bit aout executables (NetBSD-1.5.x)
1061.24Sisoptions 	COMPAT_AOUT_M68K # actually make some system calls work.
1071.4Sis
1081.31Slukem
1091.31Slukem#
1101.31Slukem# Support for various kernel options
1111.31Slukem#
1121.4Sis
1131.21Sjdolecek#options 	INSECURE	# disable kernel security levels
1141.21Sjdolecekoptions 	SCSIVERBOSE	# human readable SCSI error messages
1151.27Sheinz#options 	USERCONF	# userconf(4) support
1161.31Slukemoptions 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
1171.4Sis
1181.31Slukem#
1191.31Slukem# Misc. debugging options
1201.31Slukem#
1211.4Sisoptions 	DDB		# Kernel debugger
1221.4Sis#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1231.4Sisoptions 	DIAGNOSTIC	# Extra kernel sanity checks
1241.4Sis#options 	DEBUG		# Enable misc. kernel debugging code
1251.4Sis#options 	SYSCALL_DEBUG	# debug all syscalls.
1261.4Sis#options 	SCSIDEBUG	# Add SCSI debugging statements
1271.29Sthorpej#options 	PANICBUTTON	# Forced crash via keypress (?)
1281.4Sis
1291.31Slukem#
1301.31Slukem# Amiga specific options
1311.31Slukem#
1321.4Sis#options 	LIMITMEM=24	# Do not use more than LIMITMEM MB of the
1331.4Sis				# first bank of RAM. (default: unlimited)
1341.18Slukem#options 	NKPTADD=4	# set this for 4 additional KPT pages
1351.18Slukem#options 	NKPTADDSHIFT=24	# set this for 1 additional KPT page
1361.4Sis				# per 16 MB (1<<24 bytes) of RAM
1371.21Sjdolecek				# uncomment and decrease this, or uncomment and
1381.18Slukem				# increase NKPTADD if you get "out of PT pages"
1391.18Slukem				# panics.
1401.4Sis
1411.31Slukem# ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete
1421.31Slukem# before the 10 secondinterval ends, or that KBDRESET does work at all.
1431.4Sis#options 	KBDRESET	# sync on Ctrl-Amiga-Amiga
1441.4Sis
1451.31Slukem# These options improve performance with the built-in serial port
1461.31Slukem# on slower Amigas.  Try the larger buffers first then lev6_defer.
1471.4Sis#options 	SERIBUF_SIZE=4096
1481.4Sis#options 	SEROBUF_SIZE=32
1491.4Sis#options 	LEV6_DEFER	# defers l6 to l4 (below serial l5)
1501.4Sis
1511.4Sisoptions 	RETINACONSOLE	# enable code to allow retina to be console
1521.4Sisoptions 	ULOWELLCONSOLE	# enable code to allow a2410 to be console
1531.4Sisoptions 	CL5426CONSOLE	# Cirrus console
1541.4Sisoptions 	CV64CONSOLE	# CyberVision console
1551.4Sisoptions 	TSENGCONSOLE	# Tseng console
1561.4Sisoptions 	CV3DCONSOLE	# CyberVision 64/3D console
1571.4Sis
1581.4Sisoptions 	GRF_ECS		# Enhanced Chip Set
1591.4Sisoptions 	GRF_NTSC	# NTSC
1601.4Sisoptions 	GRF_PAL		# PAL
1611.4Sisoptions 	GRF_A2024	# Support for the A2024
1621.4Sisoptions 	GRF_AGA		# AGA Chip Set
1631.4Sisoptions 	GRF_AGA_VGA	# AGA VGAONLY timing
1641.4Sisoptions 	GRF_SUPER72	# AGA Super-72
1651.4Sis#options 	KFONT_8X11	# 8x11 font
1661.4Sis
1671.31Slukem# select a font for the console according to the character set and keymap
1681.31Slukem# you want to use
1691.27Sheinzoptions        KFONT_CONS_ISO8859_1
1701.27Sheinz#options         KFONT_CONS_ISO8859_2
1711.27Sheinz
1721.31Slukem# This is how you would tell the kernel the A2410 oscillator frequencies:
1731.31Slukem# The used frequencies are the defaults, and do not need option setting
1741.4Sis#options 	ULOWELL_OSC1=36000000
1751.4Sis#options 	ULOWELL_OSC2=66667000
1761.4Sis
1771.31Slukem# This is how you specify the blitting speed, higher values may speed up blits
1781.31Slukem# a littel bit.  If you raise this value too much some trash may appear.
1791.31Slukem# the commented version is the default.
1801.4Sis#options 	RH_MEMCLK=61000000
1811.31Slukem# this option enables the 64 bit sprite which does not work
1821.31Slukem# for quite a few people.  E.g. The cursor sprite will turn to a block
1831.31Slukem# when moved to the top of the screen in X.
1841.4Sis#options 	RH_64BIT_SPRITE
1851.31Slukem# enables fast scroll code appears to now work on 040 systems.
1861.4Sis#options 	RETINA_SPEED_HACK
1871.31Slukem# enables the Hardwarecursor which does not work on some systems.
1881.4Sis#options 	RH_HARDWARECURSOR
1891.2Sis
1901.31Slukem# wscons aware interface to amiga custom chips.
1911.31Slukem# If you enable it enable also wskbd.
1921.31Slukem#
1931.14Sis
1941.14Sis#amidisplaycc0	at mainbus0		# wscons interface to custom chips
1951.14Sis#wsdisplay0	at amidisplaycc0 console ?
1961.31Slukem#options 	WSEMUL_VT100
1971.31Slukem#options 	FONT_BOLD8x16
1981.31Slukem#options 	FONT_VT220L8x10
1991.14Sis
2001.2Sisgrfcc0		at mainbus0		# custom chips
2011.2Sisgrfrt0		at zbus0		# retina II
2021.2Sisgrfrh0		at zbus0		# retina III
2031.27Sheinzgrfcl*		at zbus0		# Picasso II/Piccolo/Spectrum
2041.2Sisgrful0		at zbus0		# A2410
2051.4Sisgrfcv0		at zbus0		# CyberVision 64
2061.4Sisgrfet*		at zbus0		# Tseng (oMniBus, Domino, Merlin)
2071.4Sisgrfcv3d0	at zbus0		# CyberVision 64/3D
2081.2Sis
2091.2Sisgrf0		at grfcc0
2101.2Sisgrf1		at grfrt0
2111.2Sisgrf2		at grfrh0
2121.2Sisgrf3		at grfcl?
2131.2Sisgrf4		at grful0
2141.2Sisgrf5		at grfcv0
2151.4Sisgrf6		at grfet?
2161.4Sisgrf7		at grfcv3d0
2171.4Sisite0		at grf0			# terminal emulators for grfs
2181.4Sisite1		at grf1			# terminal emulators for grfs
2191.4Sisite2		at grf2			# terminal emulators for grfs
2201.4Sisite3		at grf3			# terminal emulators for grfs
2211.4Sisite4		at grf4			# terminal emulators for grfs
2221.4Sisite5		at grf5			# terminal emulators for grfs
2231.4Sisite6		at grf6			# terminal emulators for grfs
2241.4Sisite7		at grf7			# terminal emulators for grfs
2251.2Sis
2261.2Sismsc0		at zbus0		# A2232 MSC multiport serial.
2271.2Sismfc0		at zbus0		# MultiFaceCard I/O board
2281.2Sismfcs0		at mfc0 unit 0		# MFC serial
2291.2Sismfcs1		at mfc0 unit 1		# MFC serial
2301.2Sis#mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
2311.2Sis#mfc1		at zbus0		# MultiFaceCard 2nd I/O board
2321.2Sis#mfcs2		at mfc1 unit 0
2331.2Sis#mfcs3		at mfc1 unit 1
2341.2Sis#mfcp1		at mfc1 unit 0
2351.2Sis
2361.4Sishyper*		at zbus?		# zbus HyperCom3/3+/4/4+
2371.4Sis#hyper*		at mainbus0		# not yet: HyperCom1 + HyperCom3
2381.4Siscom*		at hyper? port ?	# Hypercom3/4 serial ports
2391.4Sislpt*		at hyper? port ?	# Hypercom3+/4+ parallel port
2401.4Sis
2411.18Slukem#options 	IOBZCLOCK=22118400 	# default, uncomment the next line
2421.18Slukem#options 	IOBZCLOCK=24000000	# if needed.
2431.14Sis
2441.14Sisiobl*		at zbus?		# zbus IOBlix
2451.14Siscom*		at iobl? port ?		# IOBlix serial ports
2461.14Sislpt*		at iobl? port ?		# IOBlix parallel ports
2471.14Sis
2481.31Slukem
2491.31Slukem#
2501.31Slukem# Keyboard device. Optionally can attach a wskbd.
2511.31Slukem# wskbd works together with a wsdisplay so enable them both if you will.
2521.31Slukem# Don't enable wskbd if you use ite.
2531.28Satatat#
2541.31Slukem# XXX in std.amiga: kbd0 at mainbus0
2551.31Slukem
2561.14Sis#wskbd0		at kbd0 console ?
2571.4Sis
2581.31Slukem
2591.31Slukem#
2601.31Slukem# Amiga Mainboard devices (sans graphics and keyboard)
2611.31Slukem#
2621.4Sis
2631.4Sisser0		at mainbus0		# Amiga onboard serial
2641.4Sispar0		at mainbus0		# Amiga onboard parallel
2651.4Sisms*		at mainbus0		# Amiga mice
2661.4Sisfdc0		at mainbus0		# Amiga FDC
2671.4Sisfd*		at fdc0 unit ?		# floppy disks on the later
2681.4Sisa34kbbc0	at mainbus0		# A3000/A4000 battery backed clock
2691.4Sisa2kbbc0 	at mainbus0		# A2000 battery backed clock
2701.4Sis
2711.31Slukem#
2721.31Slukem# DraCo Mainboard devices (sans keyboard)
2731.31Slukem#
2741.4Sis
2751.4Sisdrbbc0		at mainbus0		# DraCo battery backed clock
2761.4Sisdrsupio0	at mainbus0		# DraCo superio chip
2771.4Siscom*		at drsupio? port ?	# DraCo serial
2781.4Sislpt0		at drsupio? port ?	# DraCo parallel
2791.4Sis
2801.31Slukem#
2811.31Slukem# Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
2821.31Slukem#
2831.4Sis
2841.31Slukem
2851.31Slukem# Ethernet cards:
2861.4Sisle*		at zbus0		# A2065, Ameristar, Ariadne
2871.12Sisne*		at zbus0		# AriadneII, X-surf
2881.4Sised*		at zbus0		# Hydra, ASDG LanRover
2891.4Sises*		at zbus0		# CEI A4066 EthernetPLUS
2901.4Sisqn*		at zbus0		# Quicknet
2911.4Sis
2921.31Slukem# Arcnet
2931.4Sisbah*		at zbus0		# C=/Ameristar A2060 / 560
2941.2Sis
2951.31Slukem# Greater Valley Product Bus
2961.4Sisgvpbus* 	at zbus0
2971.2Sis
2981.31Slukem# scsi stuff, all possible
2991.2Sisgtsc0		at gvpbus?		# GVP series II scsi
3001.4Sisscsibus*	at gtsc0
3011.2Sisahsc0		at mainbus0		# A3000 scsi
3021.2Sisscsibus*	at ahsc0
3031.4Sisatzsc0		at zbus0		# A2091 scsi
3041.2Sisscsibus*	at atzsc0
3051.4Siswstsc0		at zbus0		# Wordsync II scsi
3061.2Sisscsibus*	at wstsc0
3071.4Sisivsc0		at zbus0		# IVS scsi
3081.2Sisscsibus*	at ivsc0
3091.4Sismlhsc0		at zbus0		# Hacker scsi
3101.2Sisscsibus*	at mlhsc0
3111.4Sisotgsc0		at zbus0		# 12 gauge scsi
3121.2Sisscsibus*	at otgsc0
3131.4Siszssc0		at zbus0		# Zeus scsi
3141.2Sisscsibus*	at zssc0
3151.4Sismgnsc0		at zbus0		# Magnum scsi
3161.2Sisscsibus*	at mgnsc0
3171.4Siswesc0		at zbus0		# Warp Engine scsi
3181.2Sisscsibus*	at wesc0
3191.4Sisafsc0		at zbus0		# A4091 scsi
3201.2Sisscsibus*	at afsc0
3211.4Sisaftsc0		at mainbus0		# A4000T scsi
3221.2Sisscsibus*	at aftsc0
3231.4Sisflsc0		at zbus0		# FastlaneZ3 scsi
3241.2Sisscsibus*	at flsc0
3251.18Slukembzsc0		at zbus0		# Blizzard 1230 I,II scsi
3261.2Sisscsibus*	at bzsc0
3271.18Slukembzivsc0 	at zbus0		# Blizzard 12x0 IV scsi
3281.4Sisscsibus*	at bzivsc0
3291.4Sisbztzsc0 	at zbus0		# Blizzard 2060 scsi
3301.4Sisscsibus*	at bztzsc0
3311.4Siscbsc0		at zbus0		# CyberSCSI I
3321.4Sisscsibus*	at cbsc0
3331.4Siscbiisc0 	at zbus0		# CyberSCSI II
3341.4Sisscsibus*	at cbiisc0
3351.4Siscbiiisc0 	at zbus0		# Cyberstorm mk.III/Cyberstorm PPC SCSI
3361.4Sisscsibus*	at cbiiisc0
3371.4Sisempsc0		at zbus0		# Emplant scsi
3381.4Sisscsibus*	at empsc0
3391.13Sis#idesc0		at mainbus0		# A4000 & A1200 IDE
3401.13Sis#scsibus*	at idesc0
3411.4Sis
3421.31Slukem# <<< comment out the wdc/atapibus entries below if the idesc lines above >>>
3431.31Slukem# <<< are uncommented >>>
3441.13Siswdc0		at mainbus0		# A4000 & A1200 IDE bus
3451.13Siswd*		at wdc? drive ?		#  + drives
3461.13Sisatapibus*	at wdc? channel ?	# ATAPI bus
3471.13Siscd*		at atapibus? drive ?	# ATAPI CD-ROM drives
3481.13Sissd*		at atapibus? drive ?	# ATAPI disk drives
3491.13Sis
3501.13Sispccard0		at mainbus0
3511.13Sispcmcia*		at pccard0
3521.13Siscom*		at pcmcia? function ?		# Modems and serial cards
3531.13Sispcmcom*		at pcmcia? function ?		# PCMCIA multi-port serial cards
3541.13Sisaic*		at pcmcia? function ?		# Adaptec APA-1460 SCSI
3551.13Siswdc*		at pcmcia? function ?
3561.13Sisawi*		at pcmcia? function ?		# BayStack 650 (802.11FH)
3571.13Sisep*		at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
3581.13Sismbe*		at pcmcia? function ?		# MB8696x based Ethernet
3591.13Sisne*		at pcmcia? function ?		# NE2000-compatible Ethernet
3601.13Sissm*		at pcmcia? function ?		# Megahertz Ethernet
3611.18Slukemmhzc*		at pcmcia? function ?	# Megahertz Ethernet/Modem combo cards
3621.13Siscom*		at mhzc?
3631.13Sissm*		at mhzc?
3641.2Sis
3651.31Slukem
3661.4Sisdrsc0		at mainbus0		# DraCo scsi
3671.4Sisscsibus*	at drsc0
3681.4Sis
3691.31Slukem
3701.31Slukem# each hard drive from low target to high
3711.31Slukem# will configure to the next available sd unit number
3721.2Sissd*	at scsibus? target ? lun ?	# scsi disks
3731.2Sisst*	at scsibus? target ? lun ?	# scsi tapes
3741.4Siscd*	at scsibus? target ? lun ?	# scsi cds
3751.4Sisch*	at scsibus? target ? lun ?	# scsi autochangers
3761.2Sis
3771.4Sispseudo-device	loop			# loopback network interface
3781.4Sispseudo-device	sl		1	# SLIP network interfaces
3791.4Sispseudo-device	ppp		1	# PPP network interfaces
3801.19Sjandbergpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
3811.4Sispseudo-device	tun		1	# network tunnel line discipline
3821.4Sis#pseudo-device	gre		2	# generic L3 over IP tunnel
3831.4Sispseudo-device	bpfilter	16	# Berkeley packet filter
3841.4Sispseudo-device	ipfilter		# IP Filter package
3851.4Sispseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
3861.4Sis#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
3871.4Sis#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
3881.12Sispseudo-device	vlan			# IEEE 802.1q encapsulation
3891.19Sjandbergpseudo-device	bridge			# simple inter-network bridging
3901.4Sis
3911.4Sispseudo-device	view		4	# views (needed for grfcc)
3921.31Slukempseudo-device	pty		2	# pseudo-terminals
3931.30Slukempseudo-device	clockctl		# user control of clock subsystem
3941.4Sis
3951.4Sispseudo-device	vnd		4	# vnode pseudo-disks
3961.4Sispseudo-device	ccd		4	# concatenated disk devices
3971.21Sjdolecekpseudo-device	raid		8	# RAIDframe disk driver
3981.21Sjdolecekoptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
3991.31Slukem# Options to enable various other RAIDframe RAID types.
4001.31Slukem# options 	RF_INCLUDE_EVENODD=1
4011.31Slukem# options 	RF_INCLUDE_RAID5_RS=1
4021.31Slukem# options 	RF_INCLUDE_PARITYLOGGING=1
4031.31Slukem# options 	RF_INCLUDE_CHAINDECLUSTER=1
4041.31Slukem# options 	RF_INCLUDE_INTERDECLUSTER=1
4051.31Slukem# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
4061.31Slukem# options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
4071.4Sis
4081.18Slukempseudo-device	rnd			# /dev/random and in-kernel generator
4091.18Slukem#options 	RND_COM			# use "com" randomness as well (BROKEN)
4101.2Sis
4111.4Sisconfig	netbsd root on ? type ?
412