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