INSTALL revision 1.43
11.43Stsutsui# $NetBSD: INSTALL,v 1.43 2011/02/12 05:08:40 tsutsui Exp $
21.1Sgmcgarry#
31.1Sgmcgarry# INSTALL machine description file
41.1Sgmcgarry#
51.1Sgmcgarry# This machine description file is used to generate the NetBSD kernel
61.1Sgmcgarry# for the installation media.
71.1Sgmcgarry
81.1Sgmcgarryinclude 	"arch/hp300/conf/std.hp300"
91.5Satatat
101.5Satatat#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
111.1Sgmcgarry
121.1Sgmcgarry# optimise for smaller kernels
131.1Sgmcgarrymakeoptions 	COPTS="-Os"
141.1Sgmcgarryoptions 	NVNODE=50
151.1Sgmcgarryoptions 	NBUF=16
161.1Sgmcgarryoptions 	BUFPAGES=16
171.1Sgmcgarryoptions 	NFS_V2_ONLY
181.1Sgmcgarryoptions 	NFS_DEFAULT_NIOTHREADS=1
191.8Slukemoptions 	USERCONF		# userconf(4) support
201.1Sgmcgarryoptions 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
211.15Satatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
221.1Sgmcgarry
231.1Sgmcgarry# Support for various CPU types
241.1Sgmcgarryoptions 	HP320
251.1Sgmcgarryoptions 	HP330		# includes 318, 319
261.1Sgmcgarryoptions 	HP340
271.1Sgmcgarryoptions 	HP345
281.1Sgmcgarryoptions 	HP350
291.1Sgmcgarryoptions 	HP360
301.32Stsutsuioptions 	HP362
311.1Sgmcgarryoptions 	HP370
321.1Sgmcgarryoptions 	HP375
331.1Sgmcgarryoptions 	HP380
341.32Stsutsuioptions 	HP382
351.1Sgmcgarryoptions 	HP385
361.1Sgmcgarryoptions 	HP400
371.1Sgmcgarryoptions 	HP425
381.1Sgmcgarryoptions 	HP433
391.6Sgmcgarryoptions 	FPSP		# floating point interface for 68040
401.1Sgmcgarry
411.1Sgmcgarry# Need to set locally
421.1Sgmcgarrymaxusers	32
431.1Sgmcgarry
441.1Sgmcgarry# Standard system options
451.1Sgmcgarry#options 	COMPAT_43	# compatibility with 4.3BSD interfaces
461.1Sgmcgarry#options 	COMPAT_44	# compatibility with 4.4BSD binaries
471.1Sgmcgarry#options 	COMPAT_09	# compatibility with NetBSD 0.9
481.1Sgmcgarry#options 	COMPAT_10	# compatibility with NetBSD 1.0
491.1Sgmcgarry#options 	COMPAT_11	# compatibility with NetBSD 1.1
501.1Sgmcgarry#options 	COMPAT_12	# compatibility with NetBSD 1.2
511.1Sgmcgarry#options 	COMPAT_13	# compatibility with NetBSD 1.3
521.1Sgmcgarry#options 	COMPAT_14	# compatibility with NetBSD 1.4
531.12Scl#options 	COMPAT_15	# compatibility with NetBSD 1.5
541.12Scl#options 	COMPAT_16	# compatibility with NetBSD 1.6
551.16Stsutsui#options 	COMPAT_20	# compatibility with NetBSD 2.0
561.34Stsutsui#options 	COMPAT_30	# compatibility with NetBSD 3.0
571.34Stsutsui#options 	COMPAT_40	# compatibility with NetBSD 4.0
581.39Stsutsui#options 	COMPAT_50	# compatibility with NetBSD 5.0
591.1Sgmcgarry#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
601.20Stsutsuioptions 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
611.1Sgmcgarry#options 	SYSVSHM		# System V-style shared memory
621.1Sgmcgarry#options 	SYSVSEM		# System V-style semaphores
631.1Sgmcgarry#options 	SEMMNI=10	# number of semaphore identifiers
641.1Sgmcgarry#options 	SEMMNS=60	# number of semaphores in system
651.1Sgmcgarry#options 	SEMUME=10	# max number of undo entries per process
661.1Sgmcgarry#options 	SEMMNU=30	# number of undo structures in system
671.1Sgmcgarry#options 	SYSVMSG		# System V-style message queues
681.1Sgmcgarry#options 	KTRACE		# system call tracing support
691.1Sgmcgarry#options 	SCSIVERBOSE	# Verbose SCSI errors
701.1Sgmcgarry
711.1Sgmcgarry# Filesystems
721.1Sgmcgarryfile-system	FFS		# fast filesystem
731.1Sgmcgarryfile-system	CD9660		# CD-ROM ISO-9660 filesystem
741.1Sgmcgarryfile-system	NFS		# Network filesystem client
751.1Sgmcgarry#file-system	UNION		# Union filesystem (req. for FDESC)
761.31Stsutsui#file-system	KERNFS		# kernel data-structure filesystem
771.1Sgmcgarry#file-system	FDESC		# user file descriptor filesystem
781.1Sgmcgarry#file-system	PROCFS		# /proc filesystem
791.3Sgmcgarryfile-system	MFS		# Memory-based filesystem
801.26Schristos#file-system	PTYFS		# /dev/pts/N support
811.1Sgmcgarry
821.1Sgmcgarry# Filesystem options
831.1Sgmcgarry#options 	QUOTA		# User and group quotas in FFS
841.1Sgmcgarry#options 	FFS_EI		# FFS Endian Independant support
851.36Ssimonboptions 	WAPBL		# File system journaling support - Experimental
861.1Sgmcgarry#options 	NFSSERVER	# Network filesystem server
871.1Sgmcgarry#options 	NFS_BOOT_BOOTP	# use bootp for NFS boot
881.27Stsutsuioptions 	FFS_NO_SNAPSHOT	# No FFS snapshot support
891.1Sgmcgarry
901.1Sgmcgarry# Networking options
911.1Sgmcgarryoptions 	INET		# Internet protocols
921.1Sgmcgarry#options 	INET6		# IPV6
931.1Sgmcgarry#options 	IPSEC		# IP security
941.1Sgmcgarry#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
951.24Stron#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
961.1Sgmcgarry#options 	IPSEC_DEBUG	# debug for IP security
971.40Sjoerg#options 	GATEWAY		# IP forwarding
981.1Sgmcgarry#options 	MROUTING	# Multicast routing
991.18Smanu#options 	PIM		# Protocol Independent Multicast
1001.1Sgmcgarry#options 	PFIL_HOOKS	# packet filter hooks
1011.1Sgmcgarry#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1021.1Sgmcgarry
1031.1Sgmcgarry# Options for HP hardware
1041.1Sgmcgarry#options 	USELEDS		# make the lights twinkle
1051.1Sgmcgarry#options 	PANICBUTTON	# two fast <reset>s on HIL dump kernel
1061.1Sgmcgarry#options 	CONSCODE=9	# force console at this select code
1071.1Sgmcgarry
1081.1Sgmcgarry# This option enables a different copyin/copyout that uses page
1091.1Sgmcgarry# mapping for large copies.
1101.1Sgmcgarry#options 	MAPPEDCOPY	# different copyin/copyout for large copies
1111.1Sgmcgarry
1121.1Sgmcgarry# Debugging options
1131.1Sgmcgarry#options 	DIAGNOSTIC	# Extra kernel sanity checks
1141.1Sgmcgarry#options 	DEBUG		# Enable misc. kernel debugging code
1151.1Sgmcgarry#options 	DDB		# Kernel Dynamic Debugger
1161.1Sgmcgarry#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1171.1Sgmcgarry#makeoptions	DEBUG="-g"	# netbsd.gdb with full debugging symbols
1181.1Sgmcgarry
1191.1Sgmcgarry# Verbose descriptions of unconfigured DIO devices
1201.1Sgmcgarry# (Warning: this compiles in a large string table)
1211.1Sgmcgarry#options 	DIOVERBOSE	# recognize "unknown" DIO devices
1221.1Sgmcgarry
1231.42Stsutsui# workstation console options
1241.42Stsutsuioptions 	WSEMUL_VT100		# VT100 / VT220 emulation
1251.42Stsutsui#options 	WSDISPLAY_COMPAT_RAWKBD
1261.42Stsutsuioptions 	WS_KERNEL_FG=WSCOL_GREEN
1271.42Stsutsui#options 	WS_KERNEL_BG=WSCOL_BLACK
1281.42Stsutsui
1291.42Stsutsui#options 	FONT_GALLANT12x22
1301.42Stsutsuioptions 	FONT_VT220ISO8x16
1311.42Stsutsui
1321.1Sgmcgarryconfig		netbsd root on ? type ?
1331.1Sgmcgarry
1341.1Sgmcgarrymainbus0	at root		# root "bus"
1351.1Sgmcgarry
1361.1Sgmcgarryintio0		at mainbus0	# internal i/o space
1371.1Sgmcgarrydio0		at mainbus0	# DIO/DIO-II bus
1381.1Sgmcgarry
1391.1Sgmcgarry# Real-time clock (not optional)
1401.1Sgmcgarryrtc*		at intio?
1411.9Sgmcgarry
1421.9Sgmcgarry# DMA controller
1431.9Sgmcgarrydma* 		at intio?
1441.1Sgmcgarry
1451.1Sgmcgarry# Human Interface Loop
1461.42Stsutsuihil0		at intio?		# HIL controller
1471.42Stsutsuihilkbd*		at hil?			# keyboards
1481.42Stsutsuiwskbd*		at hilkbd? mux 1
1491.1Sgmcgarry
1501.1Sgmcgarry# Frodo utility chip found on 4xx's
1511.1Sgmcgarryfrodo*		at intio?
1521.1Sgmcgarry
1531.1Sgmcgarry# 8250-like serial ports found on Frodo ASIC
1541.1Sgmcgarry#dnkbd0		at frodo? offset 0x0	# Domain keyboard flavor
1551.42Stsutsui#wskbd*		at dnkbd? mux 1
1561.13Stsutsuicom*		at frodo? offset ?	# tty flavor
1571.1Sgmcgarry
1581.1Sgmcgarry# Davinci framebuffer
1591.1Sgmcgarrydvbox*		at intio?
1601.1Sgmcgarrydvbox*		at dio? scode ?
1611.42Stsutsuiwsdisplay*	at dvbox?
1621.1Sgmcgarry
1631.1Sgmcgarry# Gatorbox framebuffer
1641.1Sgmcgarrygbox*		at intio?
1651.1Sgmcgarrygbox*		at dio? scode ?
1661.42Stsutsuiwsdisplay*	at gbox?
1671.1Sgmcgarry
1681.1Sgmcgarry# Hyperion framebuffer
1691.1Sgmcgarryhyper*		at dio? scode ?
1701.42Stsutsuiwsdisplay*	at hyper?
1711.1Sgmcgarry
1721.1Sgmcgarry# Renaissance framebuffer
1731.1Sgmcgarryrbox*		at intio?
1741.1Sgmcgarryrbox*		at dio? scode ?
1751.42Stsutsuiwsdisplay*	at rbox?
1761.1Sgmcgarry
1771.1Sgmcgarry# Topcat/catseye framebuffers
1781.1Sgmcgarrytopcat*		at intio?
1791.1Sgmcgarrytopcat*		at dio? scode ?
1801.42Stsutsuiwsdisplay*	at topcat?
1811.1Sgmcgarry
1821.42Stsutsui# TurboVRX framebuffer
1831.42Stsutsuitvrx*		at dio? scode ?
1841.42Stsutsuiwsdisplay*	at tvrx?
1851.1Sgmcgarry
1861.43Stsutsuigendiofb*	at dio? scode ?
1871.43Stsutsuiwsdisplay*	at gendiofb?
1881.43Stsutsui
1891.14Stsutsuicom*		at dio0 scode 9		# DCA serial interfaces
1901.14Stsutsuicom*		at dio? scode ?
1911.1Sgmcgarry
1921.1Sgmcgarrydcm*		at dio? scode ?	flags 0xe # DCM 4- or 8-port serial interfaces
1931.1Sgmcgarry
1941.1Sgmcgarryle*		at dio? scode ?		# LANCE ethernet interfaces
1951.1Sgmcgarry
1961.1Sgmcgarrynhpib0		at dio? scode 7		# slow internal HP-IB
1971.1Sgmcgarrynhpib*		at dio? scode ?
1981.1Sgmcgarry
1991.1Sgmcgarryfhpib*		at dio? scode ?		# `fast' HP-IB
2001.1Sgmcgarry
2011.1Sgmcgarryhpibbus0	at nhpib0
2021.1Sgmcgarryhpibbus*	at nhpib?
2031.1Sgmcgarryhpibbus*	at fhpib?
2041.1Sgmcgarry
2051.1Sgmcgarryrd*		at hpibbus? slave ? punit ?	# HP-IB disks
2061.1Sgmcgarryct*		at hpibbus? slave ? punit ?	# HP-IB cartridge tapes
2071.1Sgmcgarrymt*		at hpibbus? slave ? punit ?	# HP-IB 9-track tape
2081.2Sgmcgarry#ppi0		at hpibbus0 slave 5 punit 0	# HP-IB plotter
2091.1Sgmcgarry
2101.10Stsutsuispc*		at dio? scode ?			# HP 98265A SCSI
2111.10Stsutsuiscsibus*	at spc?
2121.1Sgmcgarry
2131.10Stsutsuisd*		at scsibus? target ? lun ?	# SCSI disks
2141.10Stsutsuist*		at scsibus? target ? lun ?	# SCSI tapes
2151.10Stsutsuicd*		at scsibus? target ? lun ?	# SCSI CD-ROMs
2161.10Stsutsui#ch*		at scsibus? target ? lun ?	# SCSI changer devices
2171.10Stsutsui#ss*		at scsibus? target ? lun ?	# SCSI scanners
2181.10Stsutsui#uk*		at scsibus? target ? lun ?	# unknown SCSI devices
2191.1Sgmcgarry
2201.1Sgmcgarrypseudo-device	pty			# pseudo-terminals
2211.30Scube#pseudo-device	sl			# SLIP network interfaces
2221.30Scube#pseudo-device	ppp			# PPP network interfaces
2231.1Sgmcgarry#pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
2241.29Srpaulopseudo-device	bpfilter		# Berkeley packet filter
2251.30Scube#pseudo-device	vnd			# vnode pseudo-disks
2261.1Sgmcgarry#pseudo-device	ccd		4	# concatenated disk devices
2271.1Sgmcgarry#pseudo-device	raid		8	# RAIDframe disk driver
2281.1Sgmcgarry#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
2291.1Sgmcgarry# Options to enable various other RAIDframe RAID types.
2301.20Stsutsui#options 	RF_INCLUDE_EVENODD=1
2311.20Stsutsui#options 	RF_INCLUDE_RAID5_RS=1
2321.20Stsutsui#options 	RF_INCLUDE_PARITYLOGGING=1
2331.20Stsutsui#options 	RF_INCLUDE_CHAINDECLUSTER=1
2341.20Stsutsui#options 	RF_INCLUDE_INTERDECLUSTER=1
2351.20Stsutsui#options 	RF_INCLUDE_PARITY_DECLUSTERING=1
2361.20Stsutsui#options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
2371.41Spooka#pseudo-device	fss			# file system snapshot device
2381.1Sgmcgarrypseudo-device	loop			# loopback network interface
2391.1Sgmcgarry#pseudo-device	ipfilter 		# IP Filter package
2401.30Scube#pseudo-device	gre			# generic L3 over IP tunnel
2411.30Scube#pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
2421.30Scube#pseudo-device	faith			# IPv[46] tcp relay translation i/f
2431.30Scube#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
2441.1Sgmcgarry#pseudo-device	vlan			# IEEE 802.1q encapsulation
2451.1Sgmcgarry#pseudo-device	bridge			# simple inter-network bridging
2461.11Sitojunpseudo-device	rnd			# /dev/random and in-kernel generator
247