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