INSTALL revision 1.45
1# $NetBSD: INSTALL,v 1.45 2011/03/06 17:08:24 bouyer 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 	NFS_V2_ONLY
18options 	NFS_DEFAULT_NIOTHREADS=1
19options 	USERCONF		# userconf(4) support
20options 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
21#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
22
23# Support for various CPU types
24options 	HP320
25options 	HP330		# includes 318, 319
26options 	HP340
27options 	HP345
28options 	HP350
29options 	HP360
30options 	HP362
31options 	HP370
32options 	HP375
33options 	HP380
34options 	HP382
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 	COMPAT_20	# compatibility with NetBSD 2.0
56#options 	COMPAT_30	# compatibility with NetBSD 3.0
57#options 	COMPAT_40	# compatibility with NetBSD 4.0
58#options 	COMPAT_50	# compatibility with NetBSD 5.0
59#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
60options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
61#options 	SYSVSHM		# System V-style shared memory
62#options 	SYSVSEM		# System V-style semaphores
63#options 	SEMMNI=10	# number of semaphore identifiers
64#options 	SEMMNS=60	# number of semaphores in system
65#options 	SEMUME=10	# max number of undo entries per process
66#options 	SEMMNU=30	# number of undo structures in system
67#options 	SYSVMSG		# System V-style message queues
68#options 	KTRACE		# system call tracing support
69#options 	SCSIVERBOSE	# Verbose SCSI errors
70
71# Filesystems
72file-system	FFS		# fast filesystem
73file-system	CD9660		# CD-ROM ISO-9660 filesystem
74file-system	NFS		# Network filesystem client
75#file-system	UNION		# Union filesystem (req. for FDESC)
76#file-system	KERNFS		# kernel data-structure filesystem
77#file-system	FDESC		# user file descriptor filesystem
78#file-system	PROCFS		# /proc filesystem
79file-system	MFS		# Memory-based filesystem
80#file-system	PTYFS		# /dev/pts/N support
81
82# Filesystem options
83#options 	QUOTA		# legacy UFS quotas
84#options 	QUOTA2		# new, in-filesystem UFS quotas
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
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
124# workstation console options
125options 	WSEMUL_VT100		# VT100 / VT220 emulation
126#options 	WSDISPLAY_COMPAT_RAWKBD
127options 	WS_KERNEL_FG=WSCOL_GREEN
128#options 	WS_KERNEL_BG=WSCOL_BLACK
129
130#options 	FONT_GALLANT12x22
131options 	FONT_VT220ISO8x16
132
133config		netbsd root on ? type ?
134
135mainbus0	at root		# root "bus"
136
137intio0		at mainbus0	# internal i/o space
138dio0		at mainbus0	# DIO/DIO-II bus
139#sgc0		at mainbus0	# SGC bus
140
141# Real-time clock (not optional)
142rtc*		at intio?
143
144# DMA controller
145dma* 		at intio?
146
147# Human Interface Loop
148hil0		at intio?		# HIL controller
149hilkbd*		at hil?			# keyboards
150wskbd*		at hilkbd? mux 1
151
152# Frodo utility chip found on 4xx's
153frodo*		at intio?
154
155# 8250-like serial ports found on Frodo ASIC
156#dnkbd0		at frodo? offset 0x0	# Domain keyboard flavor
157#wskbd*		at dnkbd? mux 1
158com*		at frodo? offset ?	# tty flavor
159
160# Davinci framebuffer
161dvbox*		at intio?
162dvbox*		at dio? scode ?
163wsdisplay*	at dvbox?
164
165# Gatorbox framebuffer
166gbox*		at intio?
167gbox*		at dio? scode ?
168wsdisplay*	at gbox?
169
170# Hyperion framebuffer
171hyper*		at dio? scode ?
172wsdisplay*	at hyper?
173
174# Renaissance framebuffer
175rbox*		at intio?
176rbox*		at dio? scode ?
177wsdisplay*	at rbox?
178
179# Topcat/catseye framebuffers
180topcat*		at intio?
181topcat*		at dio? scode ?
182wsdisplay*	at topcat?
183
184# TurboVRX framebuffer
185tvrx*		at dio? scode ?
186wsdisplay*	at tvrx?
187
188gendiofb*	at dio? scode ?
189wsdisplay*	at gendiofb?
190
191com*		at dio0 scode 9		# DCA serial interfaces
192com*		at dio? scode ?
193
194dcm*		at dio? scode ?	flags 0xe # DCM 4- or 8-port serial interfaces
195
196le*		at dio? scode ?		# LANCE ethernet interfaces
197
198nhpib0		at dio? scode 7		# slow internal HP-IB
199nhpib*		at dio? scode ?
200
201fhpib*		at dio? scode ?		# `fast' HP-IB
202
203hpibbus0	at nhpib0
204hpibbus*	at nhpib?
205hpibbus*	at fhpib?
206
207rd*		at hpibbus? slave ? punit ?	# HP-IB disks
208ct*		at hpibbus? slave ? punit ?	# HP-IB cartridge tapes
209mt*		at hpibbus? slave ? punit ?	# HP-IB 9-track tape
210#ppi0		at hpibbus0 slave 5 punit 0	# HP-IB plotter
211
212spc*		at dio? scode ?			# HP 98265A SCSI
213scsibus*	at spc?
214
215sd*		at scsibus? target ? lun ?	# SCSI disks
216st*		at scsibus? target ? lun ?	# SCSI tapes
217cd*		at scsibus? target ? lun ?	# SCSI CD-ROMs
218#ch*		at scsibus? target ? lun ?	# SCSI changer devices
219#ss*		at scsibus? target ? lun ?	# SCSI scanners
220#uk*		at scsibus? target ? lun ?	# unknown SCSI devices
221
222pseudo-device	pty			# pseudo-terminals
223#pseudo-device	sl			# SLIP network interfaces
224#pseudo-device	ppp			# PPP network interfaces
225#pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
226pseudo-device	bpfilter		# Berkeley packet filter
227#pseudo-device	vnd			# vnode pseudo-disks
228#pseudo-device	ccd		4	# concatenated disk devices
229#pseudo-device	raid		8	# RAIDframe disk driver
230#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
231# Options to enable various other RAIDframe RAID types.
232#options 	RF_INCLUDE_EVENODD=1
233#options 	RF_INCLUDE_RAID5_RS=1
234#options 	RF_INCLUDE_PARITYLOGGING=1
235#options 	RF_INCLUDE_CHAINDECLUSTER=1
236#options 	RF_INCLUDE_INTERDECLUSTER=1
237#options 	RF_INCLUDE_PARITY_DECLUSTERING=1
238#options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
239#pseudo-device	fss			# file system snapshot device
240pseudo-device	loop			# loopback network interface
241#pseudo-device	ipfilter 		# IP Filter package
242#pseudo-device	gre			# generic L3 over IP tunnel
243#pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
244#pseudo-device	faith			# IPv[46] tcp relay translation i/f
245#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
246#pseudo-device	vlan			# IEEE 802.1q encapsulation
247#pseudo-device	bridge			# simple inter-network bridging
248pseudo-device	rnd			# /dev/random and in-kernel generator
249