INSTALL revision 1.60
1# $NetBSD: INSTALL,v 1.60 2014/08/23 20:26:58 dholland 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	# NetBSD 0.9,
48#options 	COMPAT_10	# NetBSD 1.0,
49#options 	COMPAT_11	# NetBSD 1.1,
50#options 	COMPAT_12	# NetBSD 1.2,
51#options 	COMPAT_13	# NetBSD 1.3,
52#options 	COMPAT_14	# NetBSD 1.4,
53#options 	COMPAT_15	# NetBSD 1.5,
54#options 	COMPAT_16	# NetBSD 1.6,
55#options 	COMPAT_20	# NetBSD 2.0,
56#options 	COMPAT_30	# NetBSD 3.0,
57#options 	COMPAT_40	# NetBSD 4.0,
58#options 	COMPAT_50	# NetBSD 5.0,
59#options 	COMPAT_60	# NetBSD 6.0, and
60#options 	COMPAT_70	# NetBSD 7.0 binary compatibility.
61#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
62options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
63#options 	SYSVSHM		# System V-style shared memory
64#options 	SYSVSEM		# System V-style semaphores
65#options 	SEMMNI=10	# number of semaphore identifiers
66#options 	SEMMNS=60	# number of semaphores in system
67#options 	SEMUME=10	# max number of undo entries per process
68#options 	SEMMNU=30	# number of undo structures in system
69#options 	SYSVMSG		# System V-style message queues
70#options 	KTRACE		# system call tracing support
71#options 	SCSIVERBOSE	# Verbose SCSI errors
72
73# Filesystems
74file-system	FFS		# fast filesystem
75file-system	CD9660		# CD-ROM ISO-9660 filesystem
76file-system	NFS		# Network filesystem client
77#file-system	UNION		# Union filesystem (req. for FDESC)
78#file-system	KERNFS		# kernel data-structure filesystem
79#file-system	FDESC		# user file descriptor filesystem
80#file-system	PROCFS		# /proc filesystem
81file-system	MFS		# Memory-based filesystem
82#file-system	PTYFS		# /dev/pts/N support
83
84# Filesystem options
85#options 	QUOTA		# legacy UFS quotas
86#options 	QUOTA2		# new, in-filesystem UFS quotas
87#options 	FFS_EI		# FFS Endian Independent support
88options 	WAPBL		# File system journaling support
89#options 	NFSSERVER	# Network filesystem server
90#options 	NFS_BOOT_BOOTP	# use bootp for NFS boot
91options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
92
93# Networking options
94options 	INET		# Internet protocols
95#options 	INET6		# IPV6
96#options 	IPSEC		# IP security
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 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
102
103# Options for HP hardware
104#options 	USELEDS		# make the lights twinkle
105#options 	PANICBUTTON	# two fast <reset>s on HIL dump kernel
106#options 	CONSCODE=9	# force console at this select code
107
108# This option enables a different copyin/copyout that uses page
109# mapping for large copies.
110#options 	MAPPEDCOPY	# different copyin/copyout for large copies
111
112# Debugging options
113#options 	DIAGNOSTIC	# Extra kernel sanity checks
114#options 	DEBUG		# Enable misc. kernel debugging code
115#options 	DDB		# Kernel Dynamic Debugger
116#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
117#makeoptions	DEBUG="-g"	# netbsd.gdb with full debugging symbols
118
119# Verbose descriptions of unconfigured DIO devices
120# (Warning: this compiles in a large string table)
121#options 	DIOVERBOSE	# recognize "unknown" DIO devices
122
123# workstation console options
124options 	WSEMUL_VT100		# VT100 / VT220 emulation
125options 	WSDISPLAY_DEFAULTSCREENS=1
126#options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
127#options 	WSDISPLAY_COMPAT_RAWKBD
128options 	WS_KERNEL_FG=WSCOL_GREEN
129#options 	WS_KERNEL_BG=WSCOL_BLACK
130
131#options 	FONT_GALLANT12x22
132options 	FONT_VT220ISO8x16
133
134config		netbsd root on ? type ?
135
136mainbus0	at root		# root "bus"
137
138intio0		at mainbus0	# internal i/o space
139dio0		at mainbus0	# DIO/DIO-II bus
140sgc0		at mainbus0	# SGC bus
141
142# Real-time clock (not optional)
143rtc*		at intio?
144
145# DMA controller
146dma* 		at intio?
147
148# Human Interface Loop
149hil0		at intio?		# HIL controller
150hilkbd*		at hil?			# keyboards
151wskbd*		at hilkbd? mux 1
152
153# Frodo utility chip found on 4xx's
154frodo*		at intio?
155
156# 8250-like serial ports found on Frodo ASIC
157#dnkbd0		at frodo? offset 0x0	# Domain keyboard flavor
158#wskbd*		at dnkbd? mux 1
159com*		at frodo? offset ?	# tty flavor
160
161# mc146818-like real time clock found on 425e
162mcclock0	at frodo? offset 0x80
163
164# Davinci framebuffer
165dvbox*		at intio?
166dvbox*		at dio? scode ?
167wsdisplay*	at dvbox?
168
169# Gatorbox framebuffer
170gbox*		at intio?
171gbox*		at dio? scode ?
172wsdisplay*	at gbox?
173
174# Hyperion framebuffer
175hyper*		at dio? scode ?
176wsdisplay*	at hyper?
177
178# Renaissance framebuffer
179rbox*		at intio?
180rbox*		at dio? scode ?
181wsdisplay*	at rbox?
182
183# Topcat/catseye framebuffers
184topcat*		at intio?
185topcat*		at dio? scode ?
186wsdisplay*	at topcat?
187
188# TurboVRX framebuffer
189tvrx*		at dio? scode ?
190wsdisplay*	at tvrx?
191
192gendiofb*	at dio? scode ?
193wsdisplay*	at gendiofb?
194
195sti*		at sgc?	slot ?		# SGC EVRX framebuffers
196wsdisplay*	at sti?
197
198com*		at dio0 scode 9		# DCA serial interfaces
199com*		at dio? scode ?
200
201dcm*		at dio? scode ?	flags 0xe # DCM 4- or 8-port serial interfaces
202
203le*		at dio? scode ?		# LANCE ethernet interfaces
204
205nhpib0		at dio? scode 7		# slow internal HP-IB
206nhpib*		at dio? scode ?
207
208fhpib*		at dio? scode ?		# `fast' HP-IB
209
210hpibbus0	at nhpib0
211hpibbus*	at nhpib?
212hpibbus*	at fhpib?
213
214rd*		at hpibbus? slave ? punit ?	# HP-IB disks
215ct*		at hpibbus? slave ? punit ?	# HP-IB cartridge tapes
216mt*		at hpibbus? slave ? punit ?	# HP-IB 9-track tape
217#ppi0		at hpibbus0 slave 5 punit 0	# HP-IB plotter
218
219spc*		at dio? scode ?			# HP 98265A SCSI
220scsibus*	at spc?
221
222sd*		at scsibus? target ? lun ?	# SCSI disks
223st*		at scsibus? target ? lun ?	# SCSI tapes
224cd*		at scsibus? target ? lun ?	# SCSI CD-ROMs
225#ch*		at scsibus? target ? lun ?	# SCSI changer devices
226#ss*		at scsibus? target ? lun ?	# SCSI scanners
227#uk*		at scsibus? target ? lun ?	# unknown SCSI devices
228
229pseudo-device	pty			# pseudo-terminals
230#pseudo-device	sl			# SLIP network interfaces
231#pseudo-device	ppp			# PPP network interfaces
232#pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
233pseudo-device	bpfilter		# Berkeley packet filter
234#pseudo-device	vnd			# vnode pseudo-disks
235#pseudo-device	ccd			# concatenated disk devices
236#pseudo-device	raid			# RAIDframe disk driver
237#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
238# Options to enable various other RAIDframe RAID types.
239#options 	RF_INCLUDE_EVENODD=1
240#options 	RF_INCLUDE_RAID5_RS=1
241#options 	RF_INCLUDE_PARITYLOGGING=1
242#options 	RF_INCLUDE_CHAINDECLUSTER=1
243#options 	RF_INCLUDE_INTERDECLUSTER=1
244#options 	RF_INCLUDE_PARITY_DECLUSTERING=1
245#options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
246#pseudo-device	fss			# file system snapshot device
247pseudo-device	loop			# loopback network interface
248#pseudo-device	ipfilter 		# IP Filter package
249#pseudo-device	gre			# generic L3 over IP tunnel
250#pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
251#pseudo-device	faith			# IPv[46] tcp relay translation i/f
252#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
253#pseudo-device	vlan			# IEEE 802.1q encapsulation
254#pseudo-device	bridge			# simple inter-network bridging
255pseudo-device	wsmux			# mouse & keyboard multiplexor
256