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