INSTALL revision 1.33
11.27Sheinz# $NetBSD: INSTALL,v 1.33 2002/09/18 02:16:01 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.33Slukem# Created from: # NetBSD: GENERIC.in,v 1.3 2002/09/18 02:15:09 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.33Slukem#ident 		"GENERIC-$Revision: 1.33 $"
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.32Sabsoptions 	VNODE_OP_NOINLINE	# Not inlining vnode op calls saves mem
981.32Sabs
991.4Sis#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1001.4Sis				# immutable) behave as system flags.
1011.4Sis
1021.31Slukem#
1031.31Slukem# Compatibility options for various existing systems
1041.31Slukem#
1051.31Slukem
1061.23Sis
1071.23Sisoptions 	EXEC_AOUT	# 32-bit aout executables (NetBSD-1.5.x)
1081.24Sisoptions 	COMPAT_AOUT_M68K # actually make some system calls work.
1091.4Sis
1101.31Slukem
1111.31Slukem#
1121.31Slukem# Support for various kernel options
1131.31Slukem#
1141.4Sis
1151.21Sjdolecek#options 	INSECURE	# disable kernel security levels
1161.21Sjdolecekoptions 	SCSIVERBOSE	# human readable SCSI error messages
1171.33Slukemoptions 	USERCONF	# userconf(4) support
1181.32Sabsoptions 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
1191.32Sabsoptions 	MALLOC_NOINLINE		# Not inlining MALLOC saves memory
1201.4Sis
1211.31Slukem#
1221.31Slukem# Misc. debugging options
1231.31Slukem#
1241.4Sisoptions 	DDB		# Kernel debugger
1251.4Sis#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1261.4Sisoptions 	DIAGNOSTIC	# Extra kernel sanity checks
1271.4Sis#options 	DEBUG		# Enable misc. kernel debugging code
1281.4Sis#options 	SYSCALL_DEBUG	# debug all syscalls.
1291.4Sis#options 	SCSIDEBUG	# Add SCSI debugging statements
1301.29Sthorpej#options 	PANICBUTTON	# Forced crash via keypress (?)
1311.4Sis
1321.31Slukem#
1331.31Slukem# Amiga specific options
1341.31Slukem#
1351.4Sis#options 	LIMITMEM=24	# Do not use more than LIMITMEM MB of the
1361.4Sis				# first bank of RAM. (default: unlimited)
1371.18Slukem#options 	NKPTADD=4	# set this for 4 additional KPT pages
1381.18Slukem#options 	NKPTADDSHIFT=24	# set this for 1 additional KPT page
1391.4Sis				# per 16 MB (1<<24 bytes) of RAM
1401.21Sjdolecek				# uncomment and decrease this, or uncomment and
1411.18Slukem				# increase NKPTADD if you get "out of PT pages"
1421.18Slukem				# panics.
1431.4Sis
1441.31Slukem# ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete
1451.31Slukem# before the 10 secondinterval ends, or that KBDRESET does work at all.
1461.4Sis#options 	KBDRESET	# sync on Ctrl-Amiga-Amiga
1471.4Sis
1481.31Slukem# These options improve performance with the built-in serial port
1491.31Slukem# on slower Amigas.  Try the larger buffers first then lev6_defer.
1501.4Sis#options 	SERIBUF_SIZE=4096
1511.4Sis#options 	SEROBUF_SIZE=32
1521.4Sis#options 	LEV6_DEFER	# defers l6 to l4 (below serial l5)
1531.4Sis
1541.4Sisoptions 	RETINACONSOLE	# enable code to allow retina to be console
1551.4Sisoptions 	ULOWELLCONSOLE	# enable code to allow a2410 to be console
1561.4Sisoptions 	CL5426CONSOLE	# Cirrus console
1571.4Sisoptions 	CV64CONSOLE	# CyberVision console
1581.4Sisoptions 	TSENGCONSOLE	# Tseng console
1591.4Sisoptions 	CV3DCONSOLE	# CyberVision 64/3D console
1601.4Sis
1611.4Sisoptions 	GRF_ECS		# Enhanced Chip Set
1621.4Sisoptions 	GRF_NTSC	# NTSC
1631.4Sisoptions 	GRF_PAL		# PAL
1641.4Sisoptions 	GRF_A2024	# Support for the A2024
1651.4Sisoptions 	GRF_AGA		# AGA Chip Set
1661.4Sisoptions 	GRF_AGA_VGA	# AGA VGAONLY timing
1671.4Sisoptions 	GRF_SUPER72	# AGA Super-72
1681.4Sis#options 	KFONT_8X11	# 8x11 font
1691.4Sis
1701.31Slukem# select a font for the console according to the character set and keymap
1711.31Slukem# you want to use
1721.27Sheinzoptions        KFONT_CONS_ISO8859_1
1731.27Sheinz#options         KFONT_CONS_ISO8859_2
1741.27Sheinz
1751.31Slukem# This is how you would tell the kernel the A2410 oscillator frequencies:
1761.31Slukem# The used frequencies are the defaults, and do not need option setting
1771.4Sis#options 	ULOWELL_OSC1=36000000
1781.4Sis#options 	ULOWELL_OSC2=66667000
1791.4Sis
1801.31Slukem# This is how you specify the blitting speed, higher values may speed up blits
1811.31Slukem# a littel bit.  If you raise this value too much some trash may appear.
1821.31Slukem# the commented version is the default.
1831.4Sis#options 	RH_MEMCLK=61000000
1841.31Slukem# this option enables the 64 bit sprite which does not work
1851.31Slukem# for quite a few people.  E.g. The cursor sprite will turn to a block
1861.31Slukem# when moved to the top of the screen in X.
1871.4Sis#options 	RH_64BIT_SPRITE
1881.31Slukem# enables fast scroll code appears to now work on 040 systems.
1891.4Sis#options 	RETINA_SPEED_HACK
1901.31Slukem# enables the Hardwarecursor which does not work on some systems.
1911.4Sis#options 	RH_HARDWARECURSOR
1921.2Sis
1931.31Slukem# wscons aware interface to amiga custom chips.
1941.31Slukem# If you enable it enable also wskbd.
1951.31Slukem#
1961.14Sis
1971.14Sis#amidisplaycc0	at mainbus0		# wscons interface to custom chips
1981.14Sis#wsdisplay0	at amidisplaycc0 console ?
1991.31Slukem#options 	WSEMUL_VT100
2001.31Slukem#options 	FONT_BOLD8x16
2011.31Slukem#options 	FONT_VT220L8x10
2021.14Sis
2031.2Sisgrfcc0		at mainbus0		# custom chips
2041.2Sisgrfrt0		at zbus0		# retina II
2051.2Sisgrfrh0		at zbus0		# retina III
2061.27Sheinzgrfcl*		at zbus0		# Picasso II/Piccolo/Spectrum
2071.2Sisgrful0		at zbus0		# A2410
2081.4Sisgrfcv0		at zbus0		# CyberVision 64
2091.4Sisgrfet*		at zbus0		# Tseng (oMniBus, Domino, Merlin)
2101.4Sisgrfcv3d0	at zbus0		# CyberVision 64/3D
2111.2Sis
2121.2Sisgrf0		at grfcc0
2131.2Sisgrf1		at grfrt0
2141.2Sisgrf2		at grfrh0
2151.2Sisgrf3		at grfcl?
2161.2Sisgrf4		at grful0
2171.2Sisgrf5		at grfcv0
2181.4Sisgrf6		at grfet?
2191.4Sisgrf7		at grfcv3d0
2201.4Sisite0		at grf0			# terminal emulators for grfs
2211.4Sisite1		at grf1			# terminal emulators for grfs
2221.4Sisite2		at grf2			# terminal emulators for grfs
2231.4Sisite3		at grf3			# terminal emulators for grfs
2241.4Sisite4		at grf4			# terminal emulators for grfs
2251.4Sisite5		at grf5			# terminal emulators for grfs
2261.4Sisite6		at grf6			# terminal emulators for grfs
2271.4Sisite7		at grf7			# terminal emulators for grfs
2281.2Sis
2291.2Sismsc0		at zbus0		# A2232 MSC multiport serial.
2301.2Sismfc0		at zbus0		# MultiFaceCard I/O board
2311.2Sismfcs0		at mfc0 unit 0		# MFC serial
2321.2Sismfcs1		at mfc0 unit 1		# MFC serial
2331.2Sis#mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
2341.2Sis#mfc1		at zbus0		# MultiFaceCard 2nd I/O board
2351.2Sis#mfcs2		at mfc1 unit 0
2361.2Sis#mfcs3		at mfc1 unit 1
2371.2Sis#mfcp1		at mfc1 unit 0
2381.2Sis
2391.4Sishyper*		at zbus?		# zbus HyperCom3/3+/4/4+
2401.4Sis#hyper*		at mainbus0		# not yet: HyperCom1 + HyperCom3
2411.4Siscom*		at hyper? port ?	# Hypercom3/4 serial ports
2421.4Sislpt*		at hyper? port ?	# Hypercom3+/4+ parallel port
2431.4Sis
2441.18Slukem#options 	IOBZCLOCK=22118400 	# default, uncomment the next line
2451.18Slukem#options 	IOBZCLOCK=24000000	# if needed.
2461.14Sis
2471.14Sisiobl*		at zbus?		# zbus IOBlix
2481.14Siscom*		at iobl? port ?		# IOBlix serial ports
2491.14Sislpt*		at iobl? port ?		# IOBlix parallel ports
2501.14Sis
2511.31Slukem
2521.31Slukem#
2531.31Slukem# Keyboard device. Optionally can attach a wskbd.
2541.31Slukem# wskbd works together with a wsdisplay so enable them both if you will.
2551.31Slukem# Don't enable wskbd if you use ite.
2561.28Satatat#
2571.31Slukem# XXX in std.amiga: kbd0 at mainbus0
2581.31Slukem
2591.14Sis#wskbd0		at kbd0 console ?
2601.4Sis
2611.31Slukem
2621.31Slukem#
2631.31Slukem# Amiga Mainboard devices (sans graphics and keyboard)
2641.31Slukem#
2651.4Sis
2661.4Sisser0		at mainbus0		# Amiga onboard serial
2671.4Sispar0		at mainbus0		# Amiga onboard parallel
2681.4Sisms*		at mainbus0		# Amiga mice
2691.4Sisfdc0		at mainbus0		# Amiga FDC
2701.4Sisfd*		at fdc0 unit ?		# floppy disks on the later
2711.4Sisa34kbbc0	at mainbus0		# A3000/A4000 battery backed clock
2721.4Sisa2kbbc0 	at mainbus0		# A2000 battery backed clock
2731.4Sis
2741.31Slukem#
2751.31Slukem# DraCo Mainboard devices (sans keyboard)
2761.31Slukem#
2771.4Sis
2781.4Sisdrbbc0		at mainbus0		# DraCo battery backed clock
2791.4Sisdrsupio0	at mainbus0		# DraCo superio chip
2801.4Siscom*		at drsupio? port ?	# DraCo serial
2811.4Sislpt0		at drsupio? port ?	# DraCo parallel
2821.4Sis
2831.31Slukem#
2841.31Slukem# Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
2851.31Slukem#
2861.4Sis
2871.31Slukem
2881.31Slukem# Ethernet cards:
2891.4Sisle*		at zbus0		# A2065, Ameristar, Ariadne
2901.12Sisne*		at zbus0		# AriadneII, X-surf
2911.4Sised*		at zbus0		# Hydra, ASDG LanRover
2921.4Sises*		at zbus0		# CEI A4066 EthernetPLUS
2931.4Sisqn*		at zbus0		# Quicknet
2941.4Sis
2951.31Slukem# Arcnet
2961.4Sisbah*		at zbus0		# C=/Ameristar A2060 / 560
2971.2Sis
2981.31Slukem# Greater Valley Product Bus
2991.4Sisgvpbus* 	at zbus0
3001.2Sis
3011.31Slukem# scsi stuff, all possible
3021.2Sisgtsc0		at gvpbus?		# GVP series II scsi
3031.4Sisscsibus*	at gtsc0
3041.2Sisahsc0		at mainbus0		# A3000 scsi
3051.2Sisscsibus*	at ahsc0
3061.4Sisatzsc0		at zbus0		# A2091 scsi
3071.2Sisscsibus*	at atzsc0
3081.4Siswstsc0		at zbus0		# Wordsync II scsi
3091.2Sisscsibus*	at wstsc0
3101.4Sisivsc0		at zbus0		# IVS scsi
3111.2Sisscsibus*	at ivsc0
3121.4Sismlhsc0		at zbus0		# Hacker scsi
3131.2Sisscsibus*	at mlhsc0
3141.4Sisotgsc0		at zbus0		# 12 gauge scsi
3151.2Sisscsibus*	at otgsc0
3161.4Siszssc0		at zbus0		# Zeus scsi
3171.2Sisscsibus*	at zssc0
3181.4Sismgnsc0		at zbus0		# Magnum scsi
3191.2Sisscsibus*	at mgnsc0
3201.4Siswesc0		at zbus0		# Warp Engine scsi
3211.2Sisscsibus*	at wesc0
3221.4Sisafsc0		at zbus0		# A4091 scsi
3231.2Sisscsibus*	at afsc0
3241.4Sisaftsc0		at mainbus0		# A4000T scsi
3251.2Sisscsibus*	at aftsc0
3261.4Sisflsc0		at zbus0		# FastlaneZ3 scsi
3271.2Sisscsibus*	at flsc0
3281.18Slukembzsc0		at zbus0		# Blizzard 1230 I,II scsi
3291.2Sisscsibus*	at bzsc0
3301.18Slukembzivsc0 	at zbus0		# Blizzard 12x0 IV scsi
3311.4Sisscsibus*	at bzivsc0
3321.4Sisbztzsc0 	at zbus0		# Blizzard 2060 scsi
3331.4Sisscsibus*	at bztzsc0
3341.4Siscbsc0		at zbus0		# CyberSCSI I
3351.4Sisscsibus*	at cbsc0
3361.4Siscbiisc0 	at zbus0		# CyberSCSI II
3371.4Sisscsibus*	at cbiisc0
3381.4Siscbiiisc0 	at zbus0		# Cyberstorm mk.III/Cyberstorm PPC SCSI
3391.4Sisscsibus*	at cbiiisc0
3401.4Sisempsc0		at zbus0		# Emplant scsi
3411.4Sisscsibus*	at empsc0
3421.13Sis#idesc0		at mainbus0		# A4000 & A1200 IDE
3431.13Sis#scsibus*	at idesc0
3441.4Sis
3451.31Slukem# <<< comment out the wdc/atapibus entries below if the idesc lines above >>>
3461.31Slukem# <<< are uncommented >>>
3471.13Siswdc0		at mainbus0		# A4000 & A1200 IDE bus
3481.13Siswd*		at wdc? drive ?		#  + drives
3491.13Sisatapibus*	at wdc? channel ?	# ATAPI bus
3501.13Siscd*		at atapibus? drive ?	# ATAPI CD-ROM drives
3511.13Sissd*		at atapibus? drive ?	# ATAPI disk drives
3521.13Sis
3531.13Sispccard0		at mainbus0
3541.13Sispcmcia*		at pccard0
3551.13Siscom*		at pcmcia? function ?		# Modems and serial cards
3561.13Sispcmcom*		at pcmcia? function ?		# PCMCIA multi-port serial cards
3571.13Sisaic*		at pcmcia? function ?		# Adaptec APA-1460 SCSI
3581.13Siswdc*		at pcmcia? function ?
3591.13Sisawi*		at pcmcia? function ?		# BayStack 650 (802.11FH)
3601.13Sisep*		at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
3611.13Sismbe*		at pcmcia? function ?		# MB8696x based Ethernet
3621.13Sisne*		at pcmcia? function ?		# NE2000-compatible Ethernet
3631.13Sissm*		at pcmcia? function ?		# Megahertz Ethernet
3641.18Slukemmhzc*		at pcmcia? function ?	# Megahertz Ethernet/Modem combo cards
3651.13Siscom*		at mhzc?
3661.13Sissm*		at mhzc?
3671.2Sis
3681.31Slukem
3691.4Sisdrsc0		at mainbus0		# DraCo scsi
3701.4Sisscsibus*	at drsc0
3711.4Sis
3721.31Slukem
3731.31Slukem# each hard drive from low target to high
3741.31Slukem# will configure to the next available sd unit number
3751.2Sissd*	at scsibus? target ? lun ?	# scsi disks
3761.2Sisst*	at scsibus? target ? lun ?	# scsi tapes
3771.4Siscd*	at scsibus? target ? lun ?	# scsi cds
3781.4Sisch*	at scsibus? target ? lun ?	# scsi autochangers
3791.2Sis
3801.4Sispseudo-device	loop			# loopback network interface
3811.4Sispseudo-device	sl		1	# SLIP network interfaces
3821.4Sispseudo-device	ppp		1	# PPP network interfaces
3831.19Sjandbergpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
3841.4Sispseudo-device	tun		1	# network tunnel line discipline
3851.4Sis#pseudo-device	gre		2	# generic L3 over IP tunnel
3861.4Sispseudo-device	bpfilter	16	# Berkeley packet filter
3871.4Sispseudo-device	ipfilter		# IP Filter package
3881.4Sispseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
3891.4Sis#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
3901.4Sis#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
3911.12Sispseudo-device	vlan			# IEEE 802.1q encapsulation
3921.19Sjandbergpseudo-device	bridge			# simple inter-network bridging
3931.4Sis
3941.4Sispseudo-device	view		4	# views (needed for grfcc)
3951.31Slukempseudo-device	pty		2	# pseudo-terminals
3961.30Slukempseudo-device	clockctl		# user control of clock subsystem
3971.4Sis
3981.4Sispseudo-device	vnd		4	# vnode pseudo-disks
3991.4Sispseudo-device	ccd		4	# concatenated disk devices
4001.21Sjdolecekpseudo-device	raid		8	# RAIDframe disk driver
4011.21Sjdolecekoptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
4021.31Slukem# Options to enable various other RAIDframe RAID types.
4031.31Slukem# options 	RF_INCLUDE_EVENODD=1
4041.31Slukem# options 	RF_INCLUDE_RAID5_RS=1
4051.31Slukem# options 	RF_INCLUDE_PARITYLOGGING=1
4061.31Slukem# options 	RF_INCLUDE_CHAINDECLUSTER=1
4071.31Slukem# options 	RF_INCLUDE_INTERDECLUSTER=1
4081.31Slukem# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
4091.31Slukem# options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
4101.4Sis
4111.18Slukempseudo-device	rnd			# /dev/random and in-kernel generator
4121.18Slukem#options 	RND_COM			# use "com" randomness as well (BROKEN)
4131.2Sis
4141.4Sisconfig	netbsd root on ? type ?
415