INSTALL revision 1.72 1 # $NetBSD: INSTALL,v 1.72 2025/05/01 06:11:21 tsutsui 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
8 include "arch/hp300/conf/std.hp300"
9
10 #options INCLUDE_CONFIG_FILE # embed config file in kernel binary
11
12 # Optimize for space.
13 makeoptions COPTS="-Os -fno-unwind-tables"
14
15 maxusers 8 # estimated number of users
16
17 # Special options for smaller kernels
18 #options NVNODE=50
19 #options NBUF=16
20 #options BUFPAGES=16
21 options BUFCACHE=5
22 options NFS_V2_ONLY
23 options NFS_DEFAULT_NIOTHREADS=1
24
25 # Support for various CPU types
26 options HP320
27 options HP330 # includes 318, 319
28 options HP340
29 options HP345
30 options HP350
31 options HP360
32 options HP362
33 options HP370
34 options HP375
35 options HP380
36 options HP382
37 options HP385
38 options HP400
39 options HP425
40 options HP433
41 options 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
47 options USERCONF # userconf(4) support
48 options 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"
74 options 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
84 file-system CD9660 # CD-ROM ISO-9660 filesystem
85 #file-system EXT2FS # second extended file system (linux)
86 #file-system FDESC # user file descriptor filesystem
87 file-system FFS # fast filesystem
88 #file-system KERNFS # kernel data-structure filesystem
89 #file-system LFS # log-structured file system
90 file-system MFS # Memory-based filesystem
91 file-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
105 options 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
110 options 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
115 options 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
155 options WSEMUL_VT100 # VT100 / VT220 emulation
156 options WSDISPLAY_DEFAULTSCREENS=1
157 #options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
158 #options WSDISPLAY_COMPAT_RAWKBD
159 options WS_KERNEL_FG=WSCOL_GREEN
160 #options WS_KERNEL_BG=WSCOL_BLACK
161
162 #options FONT_GALLANT12x22
163 options FONT_VT220ISO8x16
164
165 config netbsd root on ? type ?
166
167 #
168 # Device configuration
169 #
170
171 mainbus0 at root # root "bus"
172
173 intio0 at mainbus0 # internal i/o space
174 dio0 at mainbus0 # DIO/DIO-II bus
175 sgc0 at mainbus0 # SGC bus
176
177 # Real-time clock (not optional)
178 rtc* at intio?
179
180 # DMA controller
181 dma* at intio?
182
183 # Human Interface Loop devices
184 hil0 at intio? # HIL controller
185 hilkbd* at hil? # keyboards
186 wskbd* 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
192 frodo* 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
198 com* at frodo? offset ? # tty flavor
199
200 # mc146818-like real time clock found on 425e
201 mcclock0 at frodo? offset 0x80
202
203 # Davinci framebuffer
204 dvbox* at intio?
205 dvbox* at dio? scode ?
206 wsdisplay* at dvbox?
207
208 # Gatorbox framebuffer
209 gbox* at intio?
210 gbox* at dio? scode ?
211 wsdisplay* at gbox?
212
213 # Hyperion framebuffer
214 hyper* at dio? scode ?
215 wsdisplay* at hyper?
216
217 # Renaissance framebuffer
218 rbox* at intio?
219 rbox* at dio? scode ?
220 wsdisplay* at rbox?
221
222 # Topcat/catseye framebuffers
223 topcat* at intio?
224 topcat* at dio? scode ?
225 wsdisplay* at topcat?
226
227 # TurboVRX framebuffer
228 tvrx* at dio? scode ?
229 wsdisplay* at tvrx?
230
231 # dumb framebuffer support for 362/382
232 #gendiofb* at dio? scode ?
233 #wsdisplay* at gendiofb?
234
235 # STI framebuffers
236 sti* at dio? scode ? # 362 and 382
237 sti* at sgc? slot ? # 425e and 425t variants
238 wsdisplay* at sti?
239
240 com* at dio0 scode 9 # DCA serial interfaces
241 com* at dio? scode ?
242
243 dcm* at dio? scode ? flags 0xe # DCM 4- or 8-port serial interfaces
244
245 le* at dio? scode ? # LANCE ethernet interfaces
246
247 # HP-IB devices
248 nhpib* at intio? # internal HP-IB
249 nhpib0 at dio? scode 7 # 98624A HP-IB
250 nhpib* at dio? scode ?
251
252 fhpib* at dio? scode ? # 98625A/98625B HP-IB
253
254 hpibbus0 at nhpib0
255 hpibbus* at nhpib?
256 hpibbus* at fhpib?
257
258 rd* at hpibbus? slave ? punit ? # HP-IB disks
259 ct* at hpibbus? slave ? punit ? # HP-IB cartridge tapes
260 mt* at hpibbus? slave ? punit ? # HP-IB 9-track tape
261 #ppi0 at hpibbus0 slave 5 punit 0 # HP-IB plotter
262
263 # SCSI devices
264 spc* at dio? scode ? # HP 98265A SCSI
265 scsibus* at spc?
266
267 sd* at scsibus? target ? lun ? # SCSI disks
268 st* at scsibus? target ? lun ? # SCSI tapes
269 cd* at scsibus? target ? lun ? # SCSI CD-ROMs
270 #ch* at scsibus? target ? lun ? # SCSI changer devices
271 #ss* at scsibus? target ? lun ? # SCSI scanners
272 #uk* at scsibus? target ? lun ? # unknown SCSI devices
273
274 # 425e digital audio
275 #arcofi* at dio? scode ?
276 #audio* at arcofi?
277
278 #spkr* at audio? # PC speaker (synthesized)
279
280 #
281 # Pseudo-devices
282 #
283
284 # disk pseudo-devices
285 #pseudo-device ccd # concatenated disk devices
286 #pseudo-device cgd # cryptographic disk devices
287 #pseudo-device raid # RAIDframe disk driver
288 #options RAID_AUTOCONFIG # auto-configuration of RAID components
289 # Options to enable various other RAIDframe RAID types.
290 #options RF_INCLUDE_EVENODD=1
291 #options RF_INCLUDE_RAID5_RS=1
292 #options RF_INCLUDE_PARITYLOGGING=1
293 #options RF_INCLUDE_CHAINDECLUSTER=1
294 #options RF_INCLUDE_INTERDECLUSTER=1
295 #options RF_INCLUDE_PARITY_DECLUSTERING=1
296 #options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
297 #pseudo-device fss # file system snapshot device
298 #pseudo-device md # memory disk device (ramdisk)
299 #pseudo-device vnd # vnode pseudo-disks
300 #options VND_COMPRESSION # compressed vnd(4)
301
302 # network pseudo-devices
303 #pseudo-device bridge # simple inter-network bridging
304 #pseudo-device vether # Virtual Ethernet for bridge
305 #pseudo-device agr # IEEE 802.3ad link aggregation
306 pseudo-device bpfilter # Berkeley packet filter
307 #pseudo-device carp # Common Address Redundancy Protocol
308 #pseudo-device faith # IPv[46] tcp relay translation i/f
309 #pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
310 #pseudo-device gre # generic L3 over IP tunnel
311 pseudo-device loop # loopback network interface
312 #pseudo-device npf # NPF packet filter
313 #pseudo-device ppp # PPP network interfaces
314 #pseudo-device pppoe # PPP over Ethernet (RFC 2516)
315 #pseudo-device sl # SLIP network interfaces
316 #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
317 #pseudo-device tun # network tunneling over tty
318 #pseudo-device tap # virtual Ethernet
319 #pseudo-device vlan # IEEE 802.1q encapsulation
320
321 # accept filters
322 #pseudo-device accf_data # "dataready" accept filter
323 #pseudo-device accf_http # "httpready" accept filter
324
325 # miscellaneous pseudo-devices
326 #pseudo-device clockctl # user control of clock subsystem
327 #pseudo-device drvctl # user control of drive subsystem
328 pseudo-device pty # pseudo-terminals
329 #pseudo-device vcoda # coda minicache <-> venus comm.
330 #pseudo-device ksyms # /dev/ksyms
331 #pseudo-device putter # for puffs and pud
332
333 # wscons pseudo-devices
334 pseudo-device wsmux # mouse & keyboard multiplexor
335 #pseudo-device wsfont
336
337 #include "dev/veriexec.config"
338