1# $NetBSD: INSTALL,v 1.71 2024/01/29 18:27:12 christos 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 	NFSSERVER	# Network File System server
113
114# Networking options
115options 	INET		# Internet protocols
116#options 	INET6		# IPV6
117#options 	IPSEC		# IP security
118#options 	IPSEC_DEBUG	# debug for IP security
119#options 	GATEWAY		# IP forwarding
120#options 	MROUTING	# Multicast routing
121#options 	PIM		# Protocol Independent Multicast
122#options 	NETATALK	# AppleTalk networking protocols
123#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
124#options 	PPP_DEFLATE	# Deflate compression support for PPP
125#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
126#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
127
128#options 	ALTQ		# Manipulate network interfaces' output queues
129#options 	ALTQ_BLUE	# Stochastic Fair Blue
130#options 	ALTQ_CBQ	# Class-Based Queueing
131#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
132#options 	ALTQ_FIFOQ	# First-In First-Out Queue
133#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
134#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
135#options 	ALTQ_LOCALQ	# Local queueing discipline
136#options 	ALTQ_PRIQ	# Priority Queueing
137#options 	ALTQ_RED	# Random Early Detection
138#options 	ALTQ_RIO	# RED with IN/OUT
139#options 	ALTQ_WFQ	# Weighted Fair Queueing
140
141#options 	NFS_BOOT_BOOTP	# use bootp for NFS boot
142#options 	NFS_BOOT_DHCP	# use dhcp for NFS boot
143
144# Options for HP hardware
145#options 	USELEDS		# make the lights twinkle
146#options 	PANICBUTTON	# two fast <reset>s on HIL dump kernel
147#options 	CONSCODE=9	# force console at this select code
148
149# These options enable verbose messages for several subsystems.
150# Warning, these may compile large string tables into the kernel!
151#options 	SCSIVERBOSE	# Verbose SCSI errors
152#options 	DIOVERBOSE	# recognize "unknown" DIO devices
153
154# workstation console options
155options 	WSEMUL_VT100			# VT100 / VT220 emulation
156options 	WSDISPLAY_DEFAULTSCREENS=1
157#options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
158#options 	WSDISPLAY_COMPAT_RAWKBD
159options 	WS_KERNEL_FG=WSCOL_GREEN
160#options 	WS_KERNEL_BG=WSCOL_BLACK
161
162#options 	FONT_GALLANT12x22
163options 	FONT_VT220ISO8x16
164
165config		netbsd root on ? type ?
166
167#
168# Device configuration
169#
170
171mainbus0	at root			# root "bus"
172
173intio0		at mainbus0		# internal i/o space
174dio0		at mainbus0		# DIO/DIO-II bus
175sgc0		at mainbus0		# SGC bus
176
177# Real-time clock (not optional)
178rtc*		at intio?
179
180# DMA controller
181dma* 		at intio?
182
183# Human Interface Loop devices
184hil0		at intio?		# HIL controller
185hilkbd* 	at hil?			# keyboards
186wskbd*		at hilkbd? mux 1
187#hilms*		at hil?			# mice, buttons and tablets
188#wsmouse*	at hilms? mux 0
189#hilid*		at hil?			# ID module
190
191# Frodo utility chip found on 382, 4xx's
192frodo*		at intio?
193
194# 8250-like serial ports found on Frodo ASIC
195#dnkbd0		at frodo? offset 0x0	# Domain keyboard flavor
196#wskbd*		at dnkbd? mux 1
197#wsmouse*	at dnkbd? mux 0
198com*		at frodo? offset ?	# tty flavor
199
200# mc146818-like real time clock found on 425e
201mcclock0	at frodo? offset 0x80
202
203# Davinci framebuffer
204dvbox*		at intio?
205dvbox*		at dio? scode ?
206wsdisplay*	at dvbox?
207
208# Gatorbox framebuffer
209gbox*		at intio?
210gbox*		at dio? scode ?
211wsdisplay*	at gbox?
212
213# Hyperion framebuffer
214hyper*		at dio? scode ?
215wsdisplay*	at hyper?
216
217# Renaissance framebuffer
218rbox*		at intio?
219rbox*		at dio? scode ?
220wsdisplay*	at rbox?
221
222# Topcat/catseye framebuffers
223topcat*		at intio?
224topcat*		at dio? scode ?
225wsdisplay*	at topcat?
226
227# TurboVRX framebuffer
228tvrx*		at dio? scode ?
229wsdisplay*	at tvrx?
230
231# dumb framebuffer support for 362/382
232gendiofb*	at dio? scode ?
233wsdisplay*	at gendiofb?
234
235# STI framebuffers
236sti*		at sgc?	slot ?
237wsdisplay*	at sti?
238
239com*		at dio0 scode 9		# DCA serial interfaces
240com*		at dio? scode ?
241
242dcm*		at dio? scode ?	flags 0xe # DCM 4- or 8-port serial interfaces
243
244le*		at dio? scode ?		# LANCE ethernet interfaces
245
246# HP-IB devices
247nhpib*		at intio?		# internal HP-IB
248nhpib0		at dio? scode 7		# 98624A HP-IB
249nhpib*		at dio? scode ?
250
251fhpib*		at dio? scode ?		# 98625A/98625B HP-IB
252
253hpibbus0	at nhpib0
254hpibbus*	at nhpib?
255hpibbus*	at fhpib?
256
257rd*		at hpibbus? slave ? punit ?	# HP-IB disks
258ct*		at hpibbus? slave ? punit ?	# HP-IB cartridge tapes
259mt*		at hpibbus? slave ? punit ?	# HP-IB 9-track tape
260#ppi0		at hpibbus0 slave 5 punit 0	# HP-IB plotter
261
262# SCSI devices
263spc*		at dio? scode ?			# HP 98265A SCSI
264scsibus*	at spc?
265
266sd*		at scsibus? target ? lun ?	# SCSI disks
267st*		at scsibus? target ? lun ?	# SCSI tapes
268cd*		at scsibus? target ? lun ?	# SCSI CD-ROMs
269#ch*		at scsibus? target ? lun ?	# SCSI changer devices
270#ss*		at scsibus? target ? lun ?	# SCSI scanners
271#uk*		at scsibus? target ? lun ?	# unknown SCSI devices
272
273# 425e digital audio
274#arcofi* 	at dio? scode ?
275#audio*		at arcofi?
276
277#spkr*		at audio?		# PC speaker (synthesized)
278
279#
280# Pseudo-devices
281#
282
283# disk pseudo-devices
284#pseudo-device	ccd			# concatenated disk devices
285#pseudo-device	cgd			# cryptographic disk devices
286#pseudo-device	raid			# RAIDframe disk driver
287#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
288# Options to enable various other RAIDframe RAID types.
289#options 	RF_INCLUDE_EVENODD=1
290#options 	RF_INCLUDE_RAID5_RS=1
291#options 	RF_INCLUDE_PARITYLOGGING=1
292#options 	RF_INCLUDE_CHAINDECLUSTER=1
293#options 	RF_INCLUDE_INTERDECLUSTER=1
294#options 	RF_INCLUDE_PARITY_DECLUSTERING=1
295#options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
296#pseudo-device	fss			# file system snapshot device
297#pseudo-device	md			# memory disk device (ramdisk)
298#pseudo-device	vnd			# vnode pseudo-disks
299#options 	VND_COMPRESSION		# compressed vnd(4)
300
301# network pseudo-devices
302#pseudo-device	bridge			# simple inter-network bridging
303#pseudo-device	vether			# Virtual Ethernet for bridge
304#pseudo-device	agr			# IEEE 802.3ad link aggregation
305pseudo-device	bpfilter		# Berkeley packet filter
306#pseudo-device	carp			# Common Address Redundancy Protocol
307#pseudo-device	faith			# IPv[46] tcp relay translation i/f
308#pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
309#pseudo-device	gre			# generic L3 over IP tunnel
310pseudo-device	loop			# loopback network interface
311#pseudo-device	npf			# NPF packet filter
312#pseudo-device	ppp			# PPP network interfaces
313#pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
314#pseudo-device	sl			# SLIP network interfaces
315#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
316#pseudo-device	tun			# network tunneling over tty
317#pseudo-device	tap			# virtual Ethernet
318#pseudo-device	vlan			# IEEE 802.1q encapsulation
319
320# accept filters
321#pseudo-device   accf_data		# "dataready" accept filter
322#pseudo-device   accf_http		# "httpready" accept filter
323
324# miscellaneous pseudo-devices
325#pseudo-device	clockctl		# user control of clock subsystem
326#pseudo-device	drvctl			# user control of drive subsystem
327pseudo-device	pty			# pseudo-terminals
328#pseudo-device	vcoda			# coda minicache <-> venus comm.
329#pseudo-device	ksyms			# /dev/ksyms
330#pseudo-device	putter			# for puffs and pud
331
332# wscons pseudo-devices
333pseudo-device	wsmux			# mouse & keyboard multiplexor
334#pseudo-device	wsfont
335
336#include "dev/veriexec.config"
337