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