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