NC revision 1.35 1 # $NetBSD: NC,v 1.35 2005/08/19 05:19:49 christos Exp $
2 #
3 # NC - with vidcconsole
4 #
5
6 include "arch/acorn32/conf/std.acorn32"
7
8 #options INCLUDE_CONFIG_FILE # embed config file in kernel binary
9
10 # estimated number of users
11
12 maxusers 16
13
14 # Standard system options
15
16 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
17 #options NTP # NTP phase/frequency locked loop
18
19 # CPU options
20 #options CPU_SA110 # Support the SA110 core
21 #options CPU_ARM6 # Support the ARM6 core
22 options CPU_ARM7 # Support the ARM7 core
23 #options CPU_ARM8 # Support the ARM8 core
24 #options ARM6_LATE_ABORT # ARM6XX late abort support
25
26 # Architecture options
27 options NC
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 PORTAL # portal filesystem (still experimental)
48 file-system PROCFS # /proc
49 #file-system UMAPFS # NULLFS + uid and gid remapping
50 #file-system UNION # union file system
51 file-system PTYFS # /dev/pts/N support
52
53 # File system options
54 #options QUOTA # UFS quotas
55 #options NFSSERVER
56
57 # Networking options
58
59 #options GATEWAY # packet forwarding
60 options INET6 # IPV6
61 #options IPSEC # IP security
62 #options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
63 #options IPSEC_NAT_T # IPsec NAT traversal (NAT-T)
64 #options IPSEC_DEBUG # debug for IP security
65 options INET # IP + ICMP + TCP + UDP
66 #options MROUTING # IP multicast routing
67 #options PIM # Protocol Independent Multicast
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 COMPAT_43 # 4.3BSD compatibility.
83 options COMPAT_30 # NetBSD 3.0 compatibility.
84 options COMPAT_20 # NetBSD 2.0 compatibility.
85 options COMPAT_16 # NetBSD 1.6 compatibility.
86 options COMPAT_14 # NetBSD 1.4 compatibility.
87 #options COMPAT_13 # NetBSD 1.3 compatibility.
88 #options COMPAT_12 # NetBSD 1.2 compatibility.
89 #options COMPAT_11 # NetBSD 1.1 compatibility.
90 #options COMPAT_10 # NetBSD 1.0 compatibility.
91 #options COMPAT_09 # NetBSD 0.9 compatibility.
92 #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
93 options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
94
95 # Shared memory options
96
97 options SYSVMSG # System V-like message queues
98 options SYSVSEM # System V-like semaphores
99 options SYSVSHM # System V-like memory sharing
100 options SHMMAXPGS=1024 # 1024 pages is the default
101
102 # Device options
103
104 options MEMORY_DISK_HOOKS # boottime setup of ramdisk
105 #options MEMORY_DISK_ROOT_SIZE=3400 # Size in blocks
106 #options MEMORY_DISK_IS_ROOT # use memory disk as root
107
108 # Miscellaneous kernel options
109 options KTRACE # system call tracing, a la ktrace(1)
110 options IRQSTATS # manage IRQ statistics
111 #options LKM # loadable kernel modules
112 options KMEMSTATS # kernel memory statistics
113 options USERCONF # userconf(4) support
114 #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
115 #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
116
117 # Development and Debugging options
118
119 #options ARM700BUGTRACK # track the ARM700 swi bug
120 #options PORTMASTER # Enable PortMaster only options
121 options DIAGNOSTIC # internally consistency checks
122 #options PMAP_DEBUG # Enable pmap_debug_level code
123 #options IPKDB # remote kernel debugging
124 #options DDB # in-kernel debugger
125 #options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
126 #makeoptions DEBUG="-g" # compile full symbol table
127
128 config netbsd root on ne0 type nfs
129 options NFS_BOOT_DHCP
130 #options NFS_BOOTPARAM
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 iomdkbc* at iomd? # IOMD keyboard/mouse interface
149
150 #pckbd* at iomdkbc? slot ? # PS/2 keyboard
151 #options PCKBD_LAYOUT=KB_UK
152 #wskbd* at pckbd?
153
154 pms* at iomdkbc? slot ? # PS/2 mouse
155 wsmouse* at pms?
156
157 pseudo-device wsmux
158
159 # kbd via IOMD
160 kbd* at iomd?
161
162 # IIC bus device
163 iomdiic* at iomd?
164 iic0 at iomdiic?
165
166 # RTC device via IIC bus
167 pcfrtc* at iic? addr 0x50
168
169 # VIDC device
170 vidc0 at mainbus?
171
172 # The vidc
173 vidcconsole0 at vidc?
174
175 # generic VT console device
176 vt0 at vidc?
177 vt1 at vidc?
178 #vt2 at vidc?
179 #vt3 at vidc?
180 #vt4 at vidc?
181 #vt5 at vidc?
182
183 # Peripheral IO Controller
184 pioc0 at mainbus? base 0x00210000
185
186 # IDE disk controller
187 #wdc* at pioc? offset 0x0170 irq -1
188
189 # ATA (IDE) bus support
190 #atabus* at ata?
191
192 #wd* at atabus? drive ?
193 #atapibus* at atapi?
194 #cd* at atapibus? drive ?
195 #sd* at atapibus? drive ?
196
197 # Floppy disk controller
198 #fdc* at pioc? offset 0x03f0 irq 12 dack 0x2000
199 #fd0 at fdc? drive ?
200
201 # Serial ports
202 #com* at pioc? offset 0x03f8 irq 10
203
204 # Parallel ports
205 lpt* at pioc? offset 0x0278 irq 0 # Old driver
206 #atppc* at pioc? offset 0x0278 irq 0 # New driver
207 #ppbus* at atppc?
208 #lpt* at ppbus? # Parallel printer
209 #plip* at ppbus? # Parallel line IP
210
211 # Audio device
212 vidcaudio0 at vidc?
213 audio* at vidcaudio0
214
215 # Podule bus device
216 podulebus0 at root
217
218 #asc* at podulebus? # Acorn SCSI card
219 #scsibus* at asc?
220
221 #cosc* at podulebus? # MCS Connect32 SCSI II card
222 #scsibus* at cosc?
223
224 #ptsc* at podulebus? # Power-Tec SCSI II card
225 #scsibus* at ptsc?
226
227 #csc* at podulebus? # Cumana SCSI II card
228 #scsibus* at csc?
229
230 #oak* at podulebus? # Oak SCSI I card
231 #scsibus* at oak?
232
233 #csa* at podulebus? # Cumana SCSI I adpater
234 #scsibus* at csa?
235
236 #hcsc* at podulebus0 slot ? # HCCS 8-bit SCSI interface
237 #scsibus* at hcsc?
238
239 #sd* at scsibus? target ? lun ? # SCSI disk drives
240 #st* at scsibus? target ? lun ? # SCSI tape drives
241 #cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
242 #ch* at scsibus? target ? lun ? # SCSI auto-changers
243 #uk* at scsibus? target ? lun ? # SCSI unknown device
244 #ss* at scsibus? target ? lun ? # SCSI scanner
245
246 #icside* at podulebus? # ICS IDE card
247
248 #rapide* at podulebus? # Yellowstone RapIDE card
249
250 #simide* at podulebus? # Simtec IDE card
251
252 #amps* at podulebus? # Atomwide Multi-Port Serial card
253 #com* at amps?
254
255 #ie* at podulebus? # Ether1 podules
256 #ea* at podulebus? # Ether3 podules
257 #eb0 at podulebus? # EtherB network slot cards
258 ne* at podulebus? # NE2000 clone cards
259
260 pseudo-device loop 1 # network loopback
261 #pseudo-device bpfilter 8 # packet filter
262 #pseudo-device sl 2 # CSLIP
263 #pseudo-device ppp 2 # PPP
264 #pseudo-device tun 2 # network tunneling over tty
265 #pseudo-device ipfilter 1 # ip filter
266 #pseudo-device strip 4 # STRIP
267 pseudo-device pty # pseudo-terminals
268 #pseudo-device tb 1 # tablet line discipline
269 pseudo-device vnd 4 # disk-like interface to files
270 #pseudo-device ccd 2 # concatenated disk devices
271 #pseudo-device fss 4 # file system snapshot device
272 pseudo-device md 1 # Ramdisk driver
273 pseudo-device rnd # /dev/random and /dev/urandom
274 pseudo-device clockctl # user control of clock subsystem
275
276 makeoptions MONITOR="Taxan875+LR"
277 #makeoptions MONITOR="AKF60"
278 makeoptions MODES="1024,768,60 1024,768,70 800,600,60 640,480,60 1280,1024 1152,900"
279