TWINTAIL revision 1.55 1 # $NetBSD: TWINTAIL,v 1.55 2013/03/01 18:25:36 joerg Exp $
2 #
3 # TWINTAIL -- Genetec corp. G4255EB-X002 Evaluation Board Kernel
4 #
5
6 include "arch/evbarm/conf/std.g42xxeb"
7
8 # estimated number of users
9
10 maxusers 32
11
12 options VERBOSE_ARM32
13 #options INTR_DEBUG
14 #options BOOTHOWTO=RB_SINGLE
15 options PCMCIADEBUG
16 options PCMCIACISDEBUG
17
18 # Standard system options
19
20 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
21 #options NTP # NTP phase/frequency locked loop
22
23 # CPU options
24
25 options CPU_XSCALE_PXA250 # Support the XScale core
26 #options CPU_XSCALE_PXA270 # You can enable this, but useless for this board.
27 #options XSCALE_CACHE_WRITE_THROUGH
28 options XSCALE_CACHE_READ_WRITE_ALLOCATE
29 makeoptions CPUFLAGS="-mcpu=xscale"
30
31 # Architecture options
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 KERNFS # /kern
45 file-system NULLFS # loopback file system
46 file-system PROCFS # /proc
47 file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
48 #file-system UMAPFS # NULLFS + uid and gid remapping
49 file-system UNION # union file system
50 file-system PTYFS # /dev/pts/N support
51
52 # File system options
53 #options QUOTA # legacy UFS quotas
54 #options QUOTA2 # new, in-filesystem UFS quotas
55 #options FFS_EI # FFS Endian Independent support
56 #options NFSSERVER
57 options WAPBL # File system journaling support
58 #options FFS_NO_SNAPSHOT # No FFS snapshot support
59
60 # Networking options
61
62 #options GATEWAY # packet forwarding
63 options INET # IP + ICMP + TCP + UDP
64 options INET6 # IPV6
65 #options IPSEC # IP security
66 #options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
67 #options IPSEC_NAT_T # IPsec NAT traversal (NAT-T)
68 #options IPSEC_DEBUG # debug for IP security
69 #options MROUTING # IP multicast routing
70 #options NETATALK # AppleTalk networking
71 #options PFIL_HOOKS # pfil(9) packet filter hooks
72 #options PPP_BSDCOMP # BSD-Compress compression support for PPP
73 #options PPP_DEFLATE # Deflate compression support for PPP
74 #options PPP_FILTER # Active filter support for PPP (requires bpf)
75 options PFIL_HOOKS # pfil(9) packet filter hooks
76 options IPFILTER_LOG # ipmon(8) log support
77 options IPFILTER_LOOKUP # ippool(8) support
78 options IPFILTER_COMPAT # Compat for IP-Filter
79 #options IPFILTER_DEFAULT_BLOCK # block all packets by default
80 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
81
82 options NFS_BOOT_BOOTP
83 options NFS_BOOT_DHCP
84 #options NFS_BOOT_BOOTPARAM
85
86 # Compatibility options
87
88 #options COMPAT_43 # 4.3BSD compatibility.
89 options COMPAT_60 # NetBSD 6.0 compatibility.
90 options COMPAT_50 # NetBSD 5.0 compatibility.
91 options COMPAT_40 # NetBSD 4.0 compatibility.
92 options COMPAT_30 # NetBSD 3.0 compatibility.
93 options COMPAT_20 # NetBSD 2.0 compatibility.
94 options COMPAT_16 # NetBSD 1.6 compatibility.
95 #options COMPAT_15 # NetBSD 1.5 compatibility.
96 #options COMPAT_14 # NetBSD 1.4 compatibility.
97 #options COMPAT_13 # NetBSD 1.3 compatibility.
98 #options COMPAT_12 # NetBSD 1.2 compatibility.
99 #options COMPAT_11 # NetBSD 1.1 compatibility.
100 #options COMPAT_10 # NetBSD 1.0 compatibility.
101 #options COMPAT_09 # NetBSD 0.9 compatibility.
102 #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
103
104 # Shared memory options
105
106 #options SYSVMSG # System V-like message queues
107 #options SYSVSEM # System V-like semaphores
108 #options SYSVSHM # System V-like memory sharing
109
110 # Device options
111
112 #options MEMORY_DISK_HOOKS # boottime setup of ramdisk
113 #options MEMORY_DISK_SIZE=3072 # Size in blocks
114 #options MEMORY_DISK_DYNAMIC
115 #options MINIROOTSIZE=1000 # Size in blocks
116 #options MEMORY_DISK_IS_ROOT # use memory disk as root
117
118 # Miscellaneous kernel options
119 options KTRACE # system call tracing, a la ktrace(1)
120 #options KMEMSTATS # kernel memory statistics
121 options PCMCIAVERBOSE # verbose PCMCIA configuration messages
122 options USBVERBOSE # verbose USB device autoconfig messages
123 options SCSIVERBOSE # Verbose SCSI errors
124 #options MIIVERBOSE # Verbose MII autoconfuration messages
125 #options DDB_KEYCODE=0x40
126 #options USERCONF # userconf(4) support
127
128 # Development and Debugging options
129
130 options DIAGNOSTIC # internally consistency checks
131 #options DEBUG
132 #options PMAP_DEBUG # Enable pmap_debug_level code
133 #options VERBOSE_INIT_ARM # verbose bootstraping messages
134 #options DDB # in-kernel debugger
135 #options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
136 #options KGDB
137 #options DEBUG_KGDB
138 makeoptions DEBUG="-g" # compile full symbol table
139 #makeoptions COPTS="-O2"
140 options SYMTAB_SPACE=620000
141 #options AUDIO_DEBUG=2
142
143 config netbsd root on ? type ?
144 config netbsd-ne0 root on ne0 type nfs
145
146 # The main bus device
147 mainbus0 at root
148
149 # The boot cpu
150 cpu0 at mainbus?
151
152 # integrated peripherals
153 pxaip0 at mainbus?
154
155 pxaintc0 at pxaip? # interrupt controller
156 pxagpio0 at pxaip? # GPIO
157
158 # cotulla integrated 16550 UARTs
159 options COM_PXA2X0
160 com0 at pxaip? addr 0x40100000 intr 22 # Full Function UART
161 com1 at pxaip? addr 0x40200000 intr 21 # BlueTootth UART
162 #com2 at pxaip? addr 0x40700000 intr 20 # Standard UART (for IrDA)
163 options FFUARTCONSOLE
164 options BTUARTCONSOLE
165 options KGDB_DEVNAME="\"ffuart\"" # ffuart or btuart
166 options KGDB_DEVRATE=115200
167
168 #aupxa0 at pxaip? # AC97 interface
169
170 # Audio support
171 #audio* at audiobus?
172
173
174 # FlashROM disk driver
175 # frd* at pxaip?
176
177 # On-board device support
178 obio0 at pxaip? intr 8
179 ne0 at obio? addr 0x0e000200 intr 5 # on-board Asix AX88796
180
181 # LCD
182 #device-major lcd char 37
183 lcd0 at obio?
184 wsdisplay* at lcd? console ?
185 options FONT_SONY8x16
186 #options FONT_VT220L8x8
187 options WSEMUL_VT100 # VT100 / VT220 emulation
188 options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
189 options G4250_LCD_TOSHIBA_LTM035
190 #options G4250_LCD_NEC_NL3224BC35
191
192 kmkbd* at obio?
193 wskbd* at kmkbd? # mux 1 # console ?
194 options WSDISPLAY_COMPAT_RAWKBD
195
196 # GB-225 option board
197 opio0 at obio? intr 2
198
199 # USB host
200 # slhci0 at opio0
201 # options SLHCI_DEBUG
202
203 # USB bus support
204 #usb* at slhci?
205
206 # USB Hubs
207 # uhub* at usb?
208 # uhub* at uhub? port ?
209
210 # USB HID device
211 # uhidev* at uhub? port ? configuration ? interface ?
212
213 # USB Mice
214 # ums* at uhidev? reportid ?
215 # wsmouse* at ums? mux 0
216
217 # USB Keyboards
218 #ukbd* at uhidev? reportid ?
219 #wskbd* at ukbd? console ? mux 1
220
221 # USB serial adapter
222 #ucycom* at uhidev? reportid ?
223
224 # USB Generic HID devices
225 # uhid* at uhidev? reportid ?
226
227 # USB Printer
228 #ulpt* at uhub? port ? configuration ? interface ?
229
230 # USB Modem
231 #umodem* at uhub? port ? configuration ?
232 #ucom* at umodem?
233
234 # Option N.V. Wireless WAN modems
235 #uhso* at uhub? port ? configuration ?
236
237 # USB Mass Storage
238 #umass* at uhub? port ? configuration ? interface ?
239 #wd* at umass?
240
241 # USB audio
242 #uaudio* at uhub? port ? configuration ?
243
244 # USB MIDI
245 #umidi* at uhub? port ? configuration ?
246
247 # USB IrDA
248 # USB-IrDA bridge spec
249 #uirda* at uhub? port ? configuration ? interface ?
250 #irframe* at uirda?
251
252 # SigmaTel STIr4200 USB/IrDA Bridge
253 #ustir* at uhub? port ?
254 #irframe* at ustir?
255
256 # USB Ethernet adapters
257 #aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
258 #cue* at uhub? port ? # CATC USB-EL1201A based adapters
259 #kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
260 #uax* at uhub? port ? # ASIX AX88172 based adapters
261 #url* at uhub? port ? # Realtek RTL8150L based adapters
262
263 # Prolific PL2301/PL2302 host-to-host adapter
264 #upl* at uhub? port ?
265
266 # Serial adapters
267 #ubsa* at uhub? port ? # Belkin serial adapter
268 #ucom* at ubsa? portno ?
269
270 #uftdi* at uhub? port ? # FTDI FT8U100AX serial adapter
271 #ucom* at uftdi? portno ?
272
273 #umct* at uhub? port ? # MCT USB-RS232 serial adapter
274 #ucom* at umct? portno ?
275
276 #uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter
277 #ucom* at uplcom? portno ?
278
279 #uvscom* at uhub? port ? # SUNTAC Slipper U VS-10U serial adapter
280 #ucom* at uvscom? portno ?
281
282 # Diamond Multimedia Rio 500
283 #urio* at uhub? port ?
284
285 # USB Handspring Visor
286 #uvisor* at uhub? port ?
287 #ucom* at uvisor?
288
289 # Kyocera AIR-EDGE PHONE
290 #ukyopon* at uhub? port ?
291 #ucom* at ukyopon? portno ?
292
293 # USB scanners
294 #uscanner* at uhub? port ?
295
296 # USB scanners that use SCSI emulation, e.g., HP5300
297 #usscanner* at uhub? port ?
298
299 # Y@P firmware loader
300 #uyap* at uhub? port ?
301
302 # D-Link DSB-R100 USB radio
303 #udsbr* at uhub? port ?
304 #radio* at udsbr?
305
306 # USB Generic driver
307 # ugen* at uhub? port ?
308
309 # PCMCIA/CF card
310 opcic0 at opio?
311 pcmcia* at opcic?
312
313 # PCMCIA serial interfaces
314 com* at pcmcia? function ? # Modems and serial cards
315
316 pcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards
317 com* at pcmcom? slave ? # ...and the slave devices
318
319 # PCMCIA SCSI controllers
320 aic* at pcmcia? function ? # Adaptec APA-1460 SCSI
321 esp* at pcmcia? function ? # Qlogic ESP406/FAS408 SCSI
322
323 # SCSI bus support
324 scsibus* at scsi?
325
326 # SCSI devices
327 sd* at scsibus? target ? lun ? # SCSI disk drives
328 st* at scsibus? target ? lun ? # SCSI tape drives
329 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
330 ch* at scsibus? target ? lun ? # SCSI autochangers
331 ses* at scsibus? target ? lun ? # SCSI Enclosure Services devices
332 ss* at scsibus? target ? lun ? # SCSI scanners
333 uk* at scsibus? target ? lun ? # SCSI unknown
334
335 # PCMCIA IDE controllers
336 wdc* at pcmcia? function ?
337 atabus* at wdc? channel ?
338 wd* at atabus? drive ? flags 0x0000
339
340 # PCMCIA network interfaces
341 an* at pcmcia? function ? # Aironet PC4500/PC4800 (802.11)
342 awi* at pcmcia? function ? # BayStack 650/660 (802.11FH/DS)
343 cnw* at pcmcia? function ? # Xircom/Netwave AirSurfer
344 ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet
345 mbe* at pcmcia? function ? # MB8696x based Ethernet
346 ne* at pcmcia? function ? # NE2000-compatible Ethernet
347 ray* at pcmcia? function ? # Raytheon Raylink (802.11)
348 sm* at pcmcia? function ? # Megahertz Ethernet
349 # tr at pcmcia has problems with Cardbus bridges
350 tr* at pcmcia? function ? # TROPIC based Token-Ring
351 wi* at pcmcia? function ? # Lucent/Intersil WaveLan IEEE (802.11)
352 xirc* at pcmcia? function ? # Xircom CreditCard Ethernet
353 com* at xirc?
354 xi* at xirc?
355
356 mhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards
357 com* at mhzc?
358 sm* at mhzc?
359
360 # DMAC support
361 pxadmac0 at pxaip? addr 0x40000000 intr 25
362 options PXA2X0_DMAC_DMOVER_CONCURRENCY=4 # Enable dmover(9) backend
363 #options PXA2X0_DMAC_FIXED_PRIORITY # Don't want multiple priority
364
365
366 # MMC/SD contoller in PXA255
367 # (attached on obio for card detect and write protect signal)
368 pxamci0 at obio?
369 sdmmc* at pxamci?
370 #options PXAMCI_DEBUG
371 #options SDMMC_DEBUG
372 #options SDMMC_DUMP_CSD
373
374 ld* at sdmmc? # MMC/SD card
375
376 # Pseudo-Devices
377
378 # disk/mass storage pseudo-devices
379 #pseudo-device md # memory disk device (ramdisk)
380 #pseudo-device vnd # disk-like interface to files
381 #pseudo-device fss # file system snapshot device
382 pseudo-device putter # for puffs and pud
383
384 # network pseudo-devices
385 pseudo-device bpfilter # Berkeley packet filter
386 pseudo-device ipfilter # IP filter (firewall) and NAT
387 pseudo-device loop # network loopback
388 #pseudo-device kttcp # network loopback
389 #pseudo-device ppp # Point-to-Point Protocol
390 #pseudo-device pppoe # PPP over Ethernet (RFC 2516)
391 #pseudo-device sl # Serial Line IP
392 #pseudo-device strip # Starmode Radio IP (Metricom)
393 #pseudo-device irframetty # IrDA frame line discipline
394 #pseudo-device tap # virtual Ethernet
395 #pseudo-device tun # network tunneling over tty
396 #pseudo-device gre # generic L3 over IP tunnel
397 #pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
398 #pseudo-device faith # IPv[46] tcp relay translation i/f
399 #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
400 #pseudo-device vlan # IEEE 802.1q encapsulation
401 #pseudo-device bridge # simple inter-network bridging
402 #options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
403 #pseudo-device pf # PF packet filter
404 #pseudo-device pflog # PF log if
405
406 # miscellaneous pseudo-devices
407 pseudo-device pty # pseudo-terminals
408 pseudo-device clockctl # user control of clock subsystem
409
410 # wscons pseudo-devices
411 pseudo-device wsmux # mouse & keyboard multiplexor
412 #pseudo-device wsfont
413 pseudo-device ksyms # /dev/ksyms
414