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