INSTALL revision 1.12
1# $NetBSD: INSTALL,v 1.12 2003/09/22 14:11:18 cl Exp $
2#
3# INSTALL machine description file
4#
5# This machine description file is used to generate the NetBSD kernel
6# for the installation media.
7
8include 	"arch/hp300/conf/std.hp300"
9
10#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
11
12# optimise for smaller kernels
13makeoptions 	COPTS="-Os"
14options 	NVNODE=50
15options 	NBUF=16
16options 	BUFPAGES=16
17options 	NMBCLUSTERS=64
18options 	NFS_V2_ONLY
19options 	NFS_DEFAULT_NIOTHREADS=1
20options 	USERCONF		# userconf(4) support
21options 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
22options 	MALLOC_NOINLINE		# Not inlining MALLOC saves memory
23options 	VNODE_OP_NOINLINE	# Not inlining vnode op calls saves mem
24
25# Support for various CPU types
26options 	HP320
27options 	HP330		# includes 318, 319
28options 	HP340
29options 	HP345
30options 	HP350
31options 	HP360
32options 	HP370
33options 	HP375
34options 	HP380
35options 	HP385
36options 	HP400
37options 	HP425
38options 	HP433
39options 	FPSP		# floating point interface for 68040
40
41# Need to set locally
42maxusers	32
43
44# Standard system options
45#options 	COMPAT_43	# compatibility with 4.3BSD interfaces
46#options 	COMPAT_44	# compatibility with 4.4BSD binaries
47#options 	COMPAT_09	# compatibility with NetBSD 0.9
48#options 	COMPAT_10	# compatibility with NetBSD 1.0
49#options 	COMPAT_11	# compatibility with NetBSD 1.1
50#options 	COMPAT_12	# compatibility with NetBSD 1.2
51#options 	COMPAT_13	# compatibility with NetBSD 1.3
52#options 	COMPAT_14	# compatibility with NetBSD 1.4
53#options 	COMPAT_15	# compatibility with NetBSD 1.5
54#options 	COMPAT_16	# compatibility with NetBSD 1.6
55#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
56#options 	SYSVSHM		# System V-style shared memory
57#options 	SYSVSEM		# System V-style semaphores
58#options 	SEMMNI=10	# number of semaphore identifiers
59#options 	SEMMNS=60	# number of semaphores in system
60#options 	SEMUME=10	# max number of undo entries per process
61#options 	SEMMNU=30	# number of undo structures in system
62#options 	SYSVMSG		# System V-style message queues
63#options 	KTRACE		# system call tracing support
64#options 	LKM		# Loadable kernel modules
65#options 	SCSIVERBOSE	# Verbose SCSI errors
66
67# Filesystems
68file-system	FFS		# fast filesystem
69file-system	CD9660		# CD-ROM ISO-9660 filesystem
70file-system	NFS		# Network filesystem client
71#file-system	UNION		# Union filesystem (req. for FDESC)
72file-system	KERNFS		# kernel data-structure filesystem
73#file-system	FDESC		# user file descriptor filesystem
74#file-system	PROCFS		# /proc filesystem
75file-system	MFS		# Memory-based filesystem
76
77# Filesystem options
78#options 	QUOTA		# User and group quotas in FFS
79#options 	FFS_EI		# FFS Endian Independant support
80#options 	SOFTDEP		# FFS soft updates support.
81#options 	NFSSERVER	# Network filesystem server
82#options 	NFS_BOOT_BOOTP	# use bootp for NFS boot
83
84# Networking options
85options 	INET		# Internet protocols
86#options 	INET6		# IPV6
87#options 	IPSEC		# IP security
88#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
89#options 	IPSEC_DEBUG	# debug for IP security
90#options 	GATEWAY		# IP forwarding + larger mb_map
91#options 	MROUTING	# Multicast routing
92#options 	PFIL_HOOKS	# packet filter hooks
93#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
94
95# Options for HP hardware
96#options 	USELEDS		# make the lights twinkle
97options 	COMPAT_NOLABEL	# defaults for unlabeled disks
98#options 	PANICBUTTON	# two fast <reset>s on HIL dump kernel
99#options 	CONSCODE=9	# force console at this select code
100
101# This option enables a different copyin/copyout that uses page
102# mapping for large copies.
103#options 	MAPPEDCOPY	# different copyin/copyout for large copies
104
105# Debugging options
106#options 	DIAGNOSTIC	# Extra kernel sanity checks
107#options 	DEBUG		# Enable misc. kernel debugging code
108#options 	DDB		# Kernel Dynamic Debugger
109#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
110#makeoptions	DEBUG="-g"	# netbsd.gdb with full debugging symbols
111
112# Verbose descriptions of unconfigured DIO devices
113# (Warning: this compiles in a large string table)
114#options 	DIOVERBOSE	# recognize "unknown" DIO devices
115
116config		netbsd root on ? type ?
117
118mainbus0	at root		# root "bus"
119
120intio0		at mainbus0	# internal i/o space
121dio0		at mainbus0	# DIO/DIO-II bus
122
123# Real-time clock (not optional)
124rtc*		at intio?
125
126# DMA controller
127dma* 		at intio?
128
129# Human Interface Loop
130hil*		at intio?
131#options 	UK_KEYBOARD	# include United Kingdom HIL keymap
132#options 	SE_KEYBOARD	# include Swedish HIL keymap
133
134# Frodo utility chip found on 4xx's
135frodo*		at intio?
136
137# 8250-like serial ports found on Frodo ASIC
138#dnkbd0		at frodo? offset 0x0	# Domain keyboard flavor
139apci*		at frodo? offset ?	# tty flavor
140
141# Davinci framebuffer
142dvbox*		at intio?
143dvbox*		at dio? scode ?
144
145# Gatorbox framebuffer
146gbox*		at intio?
147gbox*		at dio? scode ?
148
149# Hyperion framebuffer
150hyper*		at dio? scode ?
151
152# Renaissance framebuffer
153rbox*		at intio?
154rbox*		at dio? scode ?
155
156# Topcat/catseye framebuffers
157topcat*		at intio?
158topcat*		at dio? scode ?
159
160# Framebuffer abstraction
161grf*		at dvbox?
162grf*		at gbox?
163grf*		at hyper?
164grf*		at rbox?
165grf*		at topcat?
166
167# Internal Terminal Emulator
168ite*		at grf?
169
170dca0		at dio? scode 9	flags 1	# DCA serial interfaces
171dca*		at dio? scode ?
172
173dcm*		at dio? scode ?	flags 0xe # DCM 4- or 8-port serial interfaces
174
175le*		at dio? scode ?		# LANCE ethernet interfaces
176
177nhpib0		at dio? scode 7		# slow internal HP-IB
178nhpib*		at dio? scode ?
179
180fhpib*		at dio? scode ?		# `fast' HP-IB
181
182hpibbus0	at nhpib0
183hpibbus*	at nhpib?
184hpibbus*	at fhpib?
185
186rd*		at hpibbus? slave ? punit ?	# HP-IB disks
187ct*		at hpibbus? slave ? punit ?	# HP-IB cartridge tapes
188mt*		at hpibbus? slave ? punit ?	# HP-IB 9-track tape
189#ppi0		at hpibbus0 slave 5 punit 0	# HP-IB plotter
190
191spc*		at dio? scode ?			# HP 98265A SCSI
192scsibus*	at spc?
193
194sd*		at scsibus? target ? lun ?	# SCSI disks
195st*		at scsibus? target ? lun ?	# SCSI tapes
196cd*		at scsibus? target ? lun ?	# SCSI CD-ROMs
197#ch*		at scsibus? target ? lun ?	# SCSI changer devices
198#ss*		at scsibus? target ? lun ?	# SCSI scanners
199#uk*		at scsibus? target ? lun ?	# unknown SCSI devices
200
201pseudo-device	pty			# pseudo-terminals
202#pseudo-device	sl		4	# SLIP network interfaces
203#pseudo-device	ppp		4	# PPP network interfaces
204#pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
205pseudo-device	bpfilter	16	# Berkeley packet filter
206#pseudo-device	vnd		4	# vnode pseudo-disks
207#pseudo-device	ccd		4	# concatenated disk devices
208#pseudo-device	raid		8	# RAIDframe disk driver
209#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
210# Options to enable various other RAIDframe RAID types.
211# options	RF_INCLUDE_EVENODD=1
212# options	RF_INCLUDE_RAID5_RS=1
213# options	RF_INCLUDE_PARITYLOGGING=1
214# options	RF_INCLUDE_CHAINDECLUSTER=1
215# options	RF_INCLUDE_INTERDECLUSTER=1
216# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
217# options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
218pseudo-device	loop			# loopback network interface
219#pseudo-device	ipfilter 		# IP Filter package
220#pseudo-device	gre		2	# generic L3 over IP tunnel
221#pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
222#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
223#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
224#pseudo-device	vlan			# IEEE 802.1q encapsulation
225#pseudo-device	bridge			# simple inter-network bridging
226pseudo-device	rnd			# /dev/random and in-kernel generator
227