GENERIC revision 1.2 1 # $NetBSD: GENERIC,v 1.2 2001/11/20 12:56:17 lukem Exp $
2 #
3 # GENERIC -- everything that's currently supported
4 #
5
6 include "arch/acorn32/conf/std.acorn32"
7
8 #ident "GENERIC-$Revision: 1.2 $"
9
10 # estimated number of users
11 maxusers 32
12
13 # Standard system options
14
15 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
16 #options NTP # NTP phase/frequency locked loop
17
18 # CPU options
19 options CPU_SA110 # Support the SA110 core
20 options CPU_ARM6 # Support the ARM6 core
21 options CPU_ARM7 # Support the ARM7 core
22 options CPU_ARM8 # Support the ARM8 core
23 #options ARM6_LATE_ABORT # ARM6XX late abort support
24
25 # Architecture options
26 options RISCPC # We are a RiscPC
27 #options RC7500 # We are a RC7500
28
29 # FPA options
30
31 #options ARMFPE # ARM Ltd FPE
32
33 # File systems
34
35 file-system FFS # UFS
36 #file-system LFS # log-structured file system
37 file-system MFS # memory file system
38 file-system NFS # Network file system
39 file-system ADOSFS # AmigaDOS-compatible file system
40 file-system EXT2FS # second extended file system (linux)
41 file-system CD9660 # ISO 9660 + Rock Ridge file system
42 file-system MSDOSFS # MS-DOS file system
43 file-system FDESC # /dev/fd
44 file-system FILECORE # Acorn filecore file system
45 file-system KERNFS # /kern
46 file-system NULLFS # loopback file system
47 file-system OVERLAY # overlay filesystem
48 file-system PORTAL # portal filesystem (still experimental)
49 file-system PROCFS # /proc
50 file-system UMAPFS # NULLFS + uid and gid remapping
51 file-system UNION # union file system
52
53 # File system options
54 options QUOTA # UFS quotas
55 #options FFS_EI # FFS Endian Independant support
56 options SOFTDEP # FFS soft updates support.
57 options NFSSERVER
58
59 # Networking options
60
61 options GATEWAY # packet forwarding
62 options INET # IP + ICMP + TCP + UDP
63 options INET6 # IPV6
64 #options IPSEC # IP security
65 #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
66 #options IPSEC_DEBUG # debug for IP security
67 #options MROUTING # IP multicast routing
68 options NS # XNS
69 #options NSIP # XNS tunneling over IP
70 options ISO,TPIP # OSI
71 #options EON # OSI tunneling over IP
72 options CCITT,LLC,HDLC # X.25
73 options NETATALK # AppleTalk networking
74 options PFIL_HOOKS # pfil(9) packet filter hooks
75 options PPP_BSDCOMP # BSD-Compress compression support for PPP
76 options PPP_DEFLATE # Deflate compression support for PPP
77 options PPP_FILTER # Active filter support for PPP (requires bpf)
78 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
79
80 # Compatibility options
81
82 #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
83 options COMPAT_43 # 4.3BSD compatibility.
84 options COMPAT_14 # NetBSD 1.4 compatibility.
85 options COMPAT_13 # NetBSD 1.3 compatibility.
86 options COMPAT_12 # NetBSD 1.2 compatibility.
87 #options COMPAT_11 # NetBSD 1.1 compatibility.
88 #options COMPAT_10 # NetBSD 1.0 compatibility.
89 #options COMPAT_09 # NetBSD 0.9 compatibility.
90
91 # Bootloader options
92 options COMPAT_OLD_BOOTLOADER
93
94 # Shared memory options
95
96 options SYSVMSG # System V-like message queues
97 options SYSVSEM # System V-like semaphores
98 #options SEMMNI=10 # number of semaphore identifiers
99 #options SEMMNS=60 # number of semaphores in system
100 #options SEMUME=10 # max number of undo entries per process
101 #options SEMMNU=30 # number of undo structures in system
102 options SYSVSHM # System V-like memory sharing
103 options SHMMAXPGS=1024 # 1024 pages is the default
104
105 # Device options
106
107 options MEMORY_DISK_HOOKS # boottime setup of ramdisk
108 #options MEMORY_DISK_SIZE=0 # Size in blocks
109 #options MINIROOTSIZE=3400 # Size in blocks
110 #options MEMORY_DISK_IS_ROOT # use memory disk as root
111
112 # Miscellaneous kernel options
113 options KTRACE # system call tracing, a la ktrace(1)
114 options IRQSTATS # manage IRQ statistics
115 options LKM # loadable kernel modules
116 options KMEMSTATS # kernel memory statistics
117 #options SCSIVERBOSE # Verbose SCSI errors
118
119 # Development and Debugging options
120
121 #options ARM700BUGTRACK # track the ARM700 swi bug
122 #options PORTMASTER # Enable PortMaster only options
123 options DIAGNOSTIC # internal consistency checks
124 #options PMAP_DEBUG # Enable pmap_debug_level code
125 #options IPKDB # remote kernel debugging
126 options DDB # in-kernel debugger
127 #options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
128 #makeoptions DEBUG="-g" # compile full symbol table
129
130 config netbsd root on ? type ?
131
132 # serial console ... the conaddr is hardcoded as the pioc address + 4*com offset
133 # this really be fixed some day
134 #options COMCONSOLE,CONADDR="0x210000+4*0x3f8",CONUNIT=0,CONSPEED=9600
135
136 # The main bus device
137 mainbus0 at root
138
139 # The boot cpu
140 cpu0 at mainbus?
141
142 # The IOMD
143 iomd0 at mainbus?
144
145 # system clock via IOMD
146 clock* at iomd?
147
148 # kbd via IOMD
149 kbd* at iomd?
150
151 # quadrature mouse via IOMD
152 qms* at iomd?
153
154 # PS2 mouse via IOMD
155 opms* at iomd?
156
157 # IIC bus device
158 iic* at iomd?
159
160 # RTC device via IIC bus
161 rtc* at iic? addr 0xa0
162
163 # time-of-day device via rtc device
164 todclock0 at rtc?
165
166 # VIDC device
167 vidc0 at mainbus?
168
169 # The vidc
170 vidcconsole0 at vidc?
171
172 # generic VT console device
173 vt0 at vidc?
174 vt1 at vidc?
175 vt2 at vidc?
176 vt3 at vidc?
177 vt4 at vidc?
178 vt5 at vidc?
179
180 # Peripheral IO Controller
181 pioc0 at mainbus? base 0x00210000
182
183 # IDE disk controller
184 wdc0 at pioc? offset 0x01f0 irq 9
185 #wdc* at pioc? offset 0x0170 irq -1
186 wd* at wdc? channel ? drive ?
187 atapibus* at wdc? channel ?
188 cd* at atapibus? drive ?
189 sd* at atapibus? drive ?
190
191 # Floppy disk controller
192 fdc* at pioc? offset 0x03f0 irq 12 dack 0x2000
193 fdc* at pioc? offset 0x0370 irq -1 dack 0x2000
194 fd0 at fdc? drive ?
195
196 # Serial ports
197 com* at pioc? offset 0x03f8 irq 10
198 #com* at pioc? offset 0x02f8 irq -1
199 #com* at pioc? offset 0x0338 irq -1
200 #com* at pioc? offset 0x0238 irq -1
201
202 # Parallel ports
203 lpt* at pioc? offset 0x0278 irq 0
204 #lpt* at pioc? offset 0x0378 irq -1
205 #lpt* at pioc? offset 0x03bc irq -1
206
207 # Crude sound device
208 beep0 at vidc?
209
210 # Audio device
211 vidcaudio0 at vidc?
212 audio* at vidcaudio0
213
214 # System beep
215 sysbeep0 at vidc?
216
217 # Podule bus device
218 podulebus0 at root
219
220 asc* at podulebus? # Acorn SCSI card
221 scsibus* at asc?
222
223 cosc* at podulebus? # MCS Connect32 SCSI II card
224 scsibus* at cosc?
225
226 ptsc* at podulebus? # Power-Tec SCSI II card
227 scsibus* at ptsc?
228
229 csc* at podulebus? # Cumana SCSI II card
230 scsibus* at csc?
231
232 oak* at podulebus? # Oak SCSI I card
233 scsibus* at oak?
234
235 csa* at podulebus? # Cumana SCSI I adpater
236 scsibus* at csa?
237
238 hcsc* at podulebus0 slot ? # HCCS 8-bit SCSI interface
239 scsibus* at hcsc?
240
241 sd* at scsibus? target ? lun ? # SCSI disk drives
242 st* at scsibus? target ? lun ? # SCSI tape drives
243 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
244 ch* at scsibus? target ? lun ? # SCSI auto-changers
245 uk* at scsibus? target ? lun ? # SCSI unknown device
246 ss* at scsibus? target ? lun ? # SCSI scanner
247
248 dtide* at podulebus? # D.T. Software IDE card
249 wd* at dtide? channel ? drive ?
250 atapibus* at dtide? channel ?
251
252 hcide* at podulebus? # HCCS IDE card
253 wd* at hcide? channel ? drive ?
254 atapibus* at hcide? channel ?
255
256 icside* at podulebus? # ICS IDE card
257 wd* at icside? channel ? drive ?
258 atapibus* at icside? channel ?
259
260 rapide* at podulebus? # Yellowstone RapIDE card
261 wd* at rapide? channel ? drive ?
262 atapibus* at rapide? channel ?
263
264 simide* at podulebus? # Simtec IDE card
265 wd* at simide? channel ? drive ?
266 atapibus* at simide? channel ?
267
268 amps* at podulebus? # Atomwide Multi-Port Serial card
269 com* at amps?
270
271 ie* at podulebus? # Ether1 podules
272 ea* at podulebus? # Ether3 podules
273 eb0 at podulebus? # EtherB network slot cards
274 ne* at podulebus? # NE2000 clone cards
275
276 pseudo-device loop 1 # network loopback
277 pseudo-device bpfilter 8 # packet filter
278 pseudo-device sl 2 # CSLIP
279 pseudo-device ppp 2 # PPP
280 pseudo-device tun 2 # network tunneling over tty
281 #pseudo-device gre 2 # generic L3 over IP tunnel
282 #pseudo-device ipfilter 1 # ip filter
283 pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
284 #pseudo-device faith 1 # IPv[46] tcp relay translation i/f
285 #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
286 #pseudo-device strip 4 # STarmode Radio IP (Metricon Ricochet)
287 pseudo-device vlan # IEEE 802.1q encapsulation
288 #pseudo-device bridge # simple inter-network bridging
289 pseudo-device pty # pseudo-terminals
290 pseudo-device tb 1 # tablet line discipline
291 pseudo-device vnd 4 # disk-like interface to files
292 pseudo-device ccd 2 # concatenated disk devices
293 #pseudo-device raid 4 # RAIDframe disk driver
294 #options RAID_AUTOCONFIG # auto-configuration of RAID components
295 pseudo-device md 1 # Ramdisk driver
296 pseudo-device rnd # /dev/random and in-kernel generator
297
298 makeoptions MONITOR="Taxan875+LR"
299 #makeoptions MONITOR="AKF60"
300 makeoptions MODES="1024,768,60 1024,768,70 800,600,60 640,480,60 1280,1024 1152,900"
301