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