INSTALL revision 1.70
1# $NetBSD: INSTALL,v 1.70 2022/08/07 02:52:26 simonb 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# Optimize for space.
13makeoptions	COPTS="-Os -fno-unwind-tables"
14
15maxusers	8		# estimated number of users
16
17# Special options for smaller kernels
18#options 	NVNODE=50
19#options 	NBUF=16
20#options 	BUFPAGES=16
21options 	BUFCACHE=5
22options 	NFS_V2_ONLY
23options 	NFS_DEFAULT_NIOTHREADS=1
24
25# Support for various CPU types
26options 	HP320
27options 	HP330		# includes 318, 319
28options 	HP340
29options 	HP345
30options 	HP350
31options 	HP360
32options 	HP362
33options 	HP370
34options 	HP375
35options 	HP380
36options 	HP382
37options 	HP385
38options 	HP400
39options 	HP425
40options 	HP433
41options 	FPSP		# floating point interface for 68040
42#options 	FPU_EMULATE	# software fpu emulation for MC68030
43
44# Standard system options
45#options 	KTRACE		# system call tracing support
46#options 	INSECURE	# disable kernel security level
47options 	USERCONF	# userconf(4) support
48options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
49#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
50#options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
51#options 	NTP		# NTP phase/frequency locked loop
52#options 	SYSVMSG		# System V-style message queues
53#options 	SYSVSEM		# System V-style semaphores
54#options 	SYSVSHM		# System V-style shared memory
55
56#options 	MODULAR		# new style module(7) framework
57#options 	MODULAR_DEFAULT_AUTOLOAD
58
59# Alternate buffer queue strategies for better responsiveness under high
60# disk I/O load.
61#options 	BUFQ_READPRIO
62#options 	BUFQ_PRIOCSCAN
63
64# Debugging options
65#options 	DIAGNOSTIC	# Extra kernel sanity checks
66#options 	DEBUG		# Enable misc. kernel debugging code
67#options 	DDB		# Kernel Dynamic Debugger
68#options 	DDB_HISTORY_SIZE=512	# Enable history editing in DDB
69#options 	KGDB		# remote debugger
70#makeoptions	DEBUG="-g"	# netbsd.gdb with full debugging symbols
71
72# Compatibility options
73#include 	"conf/compat_netbsd09.config"
74options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
75
76# Binary compatibility.
77#options 	COMPAT_AOUT_M68K	# NetBSD/m68k a.out binary compatibility
78#options 	COMPAT_M68K4K	# NetBSD/m68k4k binary compatibility
79#options 	COMPAT_SUNOS	# SunOS4 m68k binary compatibility
80#options 	COMPAT_LINUX	# Linux/m68k binary compatibility
81#options 	COMPAT_OSSAUDIO	# Linux/m68k binary compatibility
82
83# Filesystems
84file-system	CD9660		# CD-ROM ISO-9660 filesystem
85#file-system	EXT2FS		# second extended file system (linux)
86#file-system	FDESC		# user file descriptor filesystem
87file-system	FFS		# fast filesystem
88#file-system	KERNFS		# kernel data-structure filesystem
89#file-system	LFS		# log-structured file system
90file-system	MFS		# Memory-based filesystem
91file-system	NFS		# Network filesystem client
92#file-system	NULLFS		# loopback file system
93#file-system	OVERLAY		# overlay file system
94#file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
95#file-system	PROCFS		# /proc filesystem
96#file-system	UMAPFS		# NULLFS + uid and gid remapping
97#file-system	UNION		# Union filesystem (req. for FDESC)
98#file-system	CODA		# Coda File System; also needs vcoda (below)
99#file-system	PTYFS		# /dev/pts/N support
100#file-system	TMPFS		# Efficient memory file-system
101#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
102
103# File system options
104#options 	FFS_EI		# FFS Endian Independent support
105options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
106#options 	QUOTA		# legacy UFS quotas
107#options 	QUOTA2		# new, in-filesystem UFS quotas
108#options 	UFS_DIRHASH	# UFS Large Directory Hashing
109#options 	UFS_EXTATTR	# Extended attribute support for UFS1
110options 	WAPBL		# File system journaling support
111#options 	LFS_DIRHASH	# LFS version of UFS_DIRHASH - experimental
112#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
113				# immutable) behave as system flags.
114#options 	NFSSERVER	# Network File System server
115
116# Networking options
117options 	INET		# Internet protocols
118#options 	INET6		# IPV6
119#options 	IPSEC		# IP security
120#options 	IPSEC_DEBUG	# debug for IP security
121#options 	GATEWAY		# IP forwarding
122#options 	MROUTING	# Multicast routing
123#options 	PIM		# Protocol Independent Multicast
124#options 	NETATALK	# AppleTalk networking protocols
125#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
126#options 	PPP_DEFLATE	# Deflate compression support for PPP
127#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
128#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
129
130#options 	ALTQ		# Manipulate network interfaces' output queues
131#options 	ALTQ_BLUE	# Stochastic Fair Blue
132#options 	ALTQ_CBQ	# Class-Based Queueing
133#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
134#options 	ALTQ_FIFOQ	# First-In First-Out Queue
135#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
136#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
137#options 	ALTQ_LOCALQ	# Local queueing discipline
138#options 	ALTQ_PRIQ	# Priority Queueing
139#options 	ALTQ_RED	# Random Early Detection
140#options 	ALTQ_RIO	# RED with IN/OUT
141#options 	ALTQ_WFQ	# Weighted Fair Queueing
142
143#options 	NFS_BOOT_BOOTP	# use bootp for NFS boot
144#options 	NFS_BOOT_DHCP	# use dhcp for NFS boot
145
146# Options for HP hardware
147#options 	USELEDS		# make the lights twinkle
148#options 	PANICBUTTON	# two fast <reset>s on HIL dump kernel
149#options 	CONSCODE=9	# force console at this select code
150
151# These options enable verbose messages for several subsystems.
152# Warning, these may compile large string tables into the kernel!
153#options 	SCSIVERBOSE	# Verbose SCSI errors
154#options 	DIOVERBOSE	# recognize "unknown" DIO devices
155
156# workstation console options
157options 	WSEMUL_VT100			# VT100 / VT220 emulation
158options 	WSDISPLAY_DEFAULTSCREENS=1
159#options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
160#options 	WSDISPLAY_COMPAT_RAWKBD
161options 	WS_KERNEL_FG=WSCOL_GREEN
162#options 	WS_KERNEL_BG=WSCOL_BLACK
163
164#options 	FONT_GALLANT12x22
165options 	FONT_VT220ISO8x16
166
167config		netbsd root on ? type ?
168
169#
170# Device configuration
171#
172
173mainbus0	at root			# root "bus"
174
175intio0		at mainbus0		# internal i/o space
176dio0		at mainbus0		# DIO/DIO-II bus
177sgc0		at mainbus0		# SGC bus
178
179# Real-time clock (not optional)
180rtc*		at intio?
181
182# DMA controller
183dma* 		at intio?
184
185# Human Interface Loop devices
186hil0		at intio?		# HIL controller
187hilkbd* 	at hil?			# keyboards
188wskbd*		at hilkbd? mux 1
189#hilms*		at hil?			# mice, buttons and tablets
190#wsmouse*	at hilms? mux 0
191#hilid*		at hil?			# ID module
192
193# Frodo utility chip found on 382, 4xx's
194frodo*		at intio?
195
196# 8250-like serial ports found on Frodo ASIC
197#dnkbd0		at frodo? offset 0x0	# Domain keyboard flavor
198#wskbd*		at dnkbd? mux 1
199#wsmouse*	at dnkbd? mux 0
200com*		at frodo? offset ?	# tty flavor
201
202# mc146818-like real time clock found on 425e
203mcclock0	at frodo? offset 0x80
204
205# Davinci framebuffer
206dvbox*		at intio?
207dvbox*		at dio? scode ?
208wsdisplay*	at dvbox?
209
210# Gatorbox framebuffer
211gbox*		at intio?
212gbox*		at dio? scode ?
213wsdisplay*	at gbox?
214
215# Hyperion framebuffer
216hyper*		at dio? scode ?
217wsdisplay*	at hyper?
218
219# Renaissance framebuffer
220rbox*		at intio?
221rbox*		at dio? scode ?
222wsdisplay*	at rbox?
223
224# Topcat/catseye framebuffers
225topcat*		at intio?
226topcat*		at dio? scode ?
227wsdisplay*	at topcat?
228
229# TurboVRX framebuffer
230tvrx*		at dio? scode ?
231wsdisplay*	at tvrx?
232
233# dumb framebuffer support for 362/382
234gendiofb*	at dio? scode ?
235wsdisplay*	at gendiofb?
236
237# STI framebuffers
238sti*		at sgc?	slot ?
239wsdisplay*	at sti?
240
241com*		at dio0 scode 9		# DCA serial interfaces
242com*		at dio? scode ?
243
244dcm*		at dio? scode ?	flags 0xe # DCM 4- or 8-port serial interfaces
245
246le*		at dio? scode ?		# LANCE ethernet interfaces
247
248# HP-IB devices
249nhpib*		at intio?		# internal HP-IB
250nhpib0		at dio? scode 7		# 98624A HP-IB
251nhpib*		at dio? scode ?
252
253fhpib*		at dio? scode ?		# 98625A/98625B HP-IB
254
255hpibbus0	at nhpib0
256hpibbus*	at nhpib?
257hpibbus*	at fhpib?
258
259rd*		at hpibbus? slave ? punit ?	# HP-IB disks
260ct*		at hpibbus? slave ? punit ?	# HP-IB cartridge tapes
261mt*		at hpibbus? slave ? punit ?	# HP-IB 9-track tape
262#ppi0		at hpibbus0 slave 5 punit 0	# HP-IB plotter
263
264# SCSI devices
265spc*		at dio? scode ?			# HP 98265A SCSI
266scsibus*	at spc?
267
268sd*		at scsibus? target ? lun ?	# SCSI disks
269st*		at scsibus? target ? lun ?	# SCSI tapes
270cd*		at scsibus? target ? lun ?	# SCSI CD-ROMs
271#ch*		at scsibus? target ? lun ?	# SCSI changer devices
272#ss*		at scsibus? target ? lun ?	# SCSI scanners
273#uk*		at scsibus? target ? lun ?	# unknown SCSI devices
274
275# 425e digital audio
276#arcofi* 	at dio? scode ?
277#audio*		at arcofi?
278
279#spkr*		at audio?		# PC speaker (synthesized)
280
281#
282# Pseudo-devices
283#
284
285# disk pseudo-devices
286#pseudo-device	ccd			# concatenated disk devices
287#pseudo-device	cgd			# cryptographic disk devices
288#pseudo-device	raid			# RAIDframe disk driver
289#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
290# Options to enable various other RAIDframe RAID types.
291#options 	RF_INCLUDE_EVENODD=1
292#options 	RF_INCLUDE_RAID5_RS=1
293#options 	RF_INCLUDE_PARITYLOGGING=1
294#options 	RF_INCLUDE_CHAINDECLUSTER=1
295#options 	RF_INCLUDE_INTERDECLUSTER=1
296#options 	RF_INCLUDE_PARITY_DECLUSTERING=1
297#options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
298#pseudo-device	fss			# file system snapshot device
299#pseudo-device	md			# memory disk device (ramdisk)
300#pseudo-device	vnd			# vnode pseudo-disks
301#options 	VND_COMPRESSION		# compressed vnd(4)
302
303# network pseudo-devices
304#pseudo-device	bridge			# simple inter-network bridging
305#pseudo-device	vether			# Virtual Ethernet for bridge
306#pseudo-device	agr			# IEEE 802.3ad link aggregation
307pseudo-device	bpfilter		# Berkeley packet filter
308#pseudo-device	carp			# Common Address Redundancy Protocol
309#pseudo-device	faith			# IPv[46] tcp relay translation i/f
310#pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
311#pseudo-device	gre			# generic L3 over IP tunnel
312pseudo-device	loop			# loopback network interface
313#pseudo-device	npf			# NPF packet filter
314#pseudo-device	ppp			# PPP network interfaces
315#pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
316#pseudo-device	sl			# SLIP network interfaces
317#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
318#pseudo-device	tun			# network tunneling over tty
319#pseudo-device	tap			# virtual Ethernet
320#pseudo-device	vlan			# IEEE 802.1q encapsulation
321
322# accept filters
323#pseudo-device   accf_data		# "dataready" accept filter
324#pseudo-device   accf_http		# "httpready" accept filter
325
326# miscellaneous pseudo-devices
327#pseudo-device	clockctl		# user control of clock subsystem
328#pseudo-device	drvctl			# user control of drive subsystem
329pseudo-device	pty			# pseudo-terminals
330#pseudo-device	vcoda			# coda minicache <-> venus comm.
331#pseudo-device	ksyms			# /dev/ksyms
332#pseudo-device	putter			# for puffs and pud
333
334# wscons pseudo-devices
335pseudo-device	wsmux			# mouse & keyboard multiplexor
336#pseudo-device	wsfont
337
338#include "dev/veriexec.config"
339