WZERO3 revision 1.35 1 # $NetBSD: WZERO3,v 1.35 2014/08/03 08:53:56 martin Exp $
2 #
3 # WZERO3 -- Sharp Windows Mobile 5 based PDA
4 #
5
6 include "arch/hpcarm/conf/std.pxa2x0"
7 include "arch/hpcarm/conf/files.wzero3"
8
9 #options INCLUDE_CONFIG_FILE # embed config file in kernel binary
10
11 #ident "GENERIC-$Revision: 1.35 $"
12
13 # estimated number of users
14 maxusers 32
15
16 # in-kernel bootloader, see kloader(4)
17 options KLOADER
18 #options KLOADER_KERNEL_PATH="\"/netbsd\""
19 #options KLOADER_DEBUG
20
21 # Standard system options
22
23 #options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
24 # (default timezone is passed from hpcboot)
25 #options NTP # NTP phase/frequency locked loop
26
27 # CPU options
28
29 # For XScale systems
30 options CPU_XSCALE_PXA270 # Support the XScale PXA27x core
31 makeoptions CPUFLAGS="-mcpu=xscale"
32
33 # Architecture options
34 options XSCALE_CACHE_READ_WRITE_ALLOCATE
35 options PXAGPIO_HAS_GPION_INTRS
36
37 # File systems
38
39 file-system FFS # UFS
40 #file-system LFS # log-structured file system
41 #file-system MFS # memory file system
42 file-system NFS # Network file system
43 #file-system ADOSFS # AmigaDOS-compatible file system
44 file-system EXT2FS # second extended file system (linux)
45 file-system CD9660 # ISO 9660 + Rock Ridge file system
46 file-system MSDOSFS # MS-DOS file system
47 file-system FDESC # /dev/fd
48 file-system KERNFS # /kern
49 file-system NULLFS # loopback file system
50 #file-system OVERLAY # overlay filesystem
51 file-system PROCFS # /proc
52 #file-system UMAPFS # NULLFS + uid and gid remapping
53 file-system UNION # union file system
54 file-system PTYFS # /dev/pts/N support
55 file-system TMPFS # Efficient memory file-system
56 #file-system UDF # experimental - OSTA UDF CD/DVD file-system
57
58 # File system options
59 #options QUOTA # legacy UFS quotas
60 #options QUOTA2 # new, in-filesystem UFS quotas
61 #options FFS_EI # FFS Endian Independent support
62 options WAPBL # File system journaling support
63 #options FFS_NO_SNAPSHOT # No FFS snapshot support
64 #options NFSSERVER
65
66 # Networking options
67
68 #options GATEWAY # packet forwarding
69 options INET # IP + ICMP + TCP + UDP
70 options INET6 # IPV6
71 #options IPSEC # IP security
72 #options IPSEC_DEBUG # debug for IP security
73 #options MROUTING # IP multicast routing
74 #options PIM # Protocol Independent Multicast
75 #options NETATALK # AppleTalk networking
76 #options PPP_BSDCOMP # BSD-Compress compression support for PPP
77 #options PPP_DEFLATE # Deflate compression support for PPP
78 #options PPP_FILTER # Active filter support for PPP (requires bpf)
79 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
80
81 # Compatibility options
82
83 options COMPAT_NETBSD32 # allow running arm (e.g. non-earm) binaries
84 #options COMPAT_43 # 4.3BSD compatibility.
85 options COMPAT_60 # NetBSD 6.0 compatibility.
86 options COMPAT_50 # NetBSD 5.0 compatibility.
87 options COMPAT_40 # NetBSD 4.0 compatibility.
88 options COMPAT_30 # NetBSD 3.0 compatibility.
89 options COMPAT_20 # NetBSD 2.0 compatibility.
90 options COMPAT_16 # NetBSD 1.6 compatibility.
91 #options COMPAT_15 # NetBSD 1.5 compatibility.
92 #options COMPAT_14 # NetBSD 1.4 compatibility.
93 #options COMPAT_13 # NetBSD 1.3 compatibility.
94 #options COMPAT_12 # NetBSD 1.2 compatibility.
95 #options COMPAT_11 # NetBSD 1.1 compatibility.
96 #options COMPAT_10 # NetBSD 1.0 compatibility.
97 #options COMPAT_09 # NetBSD 0.9 compatibility.
98 #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
99 options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
100
101 # Shared memory options
102
103 options SYSVMSG # System V-like message queues
104 options SYSVSEM # System V-like semaphores
105 options SYSVSHM # System V-like memory sharing
106
107 # Miscellaneous kernel options
108 options KTRACE # system call tracing, a la ktrace(1)
109 #options IRQSTATS # manage IRQ statistics
110 #options KMEMSTATS # kernel memory statistics
111 #options SCSIVERBOSE # Verbose SCSI errors
112 options USERCONF # userconf(4) support
113 #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
114 #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
115 options NFS_BOOT_DHCP
116
117 #
118 # wscons options
119 #
120 # builtin terminal emulations
121 options WSEMUL_VT100
122 # allocate a number of virtual screens at autoconfiguration time
123 #options WSDISPLAY_DEFAULTSCREENS=2
124 # The X server requires theses two options
125 options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
126 options WSDISPLAY_COMPAT_RAWKBD
127 # customization of console and kernel output - see dev/wscons/wsdisplayvar.h
128 #options WSDISPLAY_CUSTOM_OUTPUT # color customization from wsconsctl(8)
129 #options WS_DEFAULT_FG=WSCOL_WHITE
130 #options WS_DEFAULT_BG=WSCOL_BLACK
131 #options WS_DEFAULT_COLATTR="(0)"
132 #options WS_DEFAULT_MONOATTR="(0)"
133 options WS_KERNEL_FG=WSCOL_GREEN
134 #options WS_KERNEL_BG=WSCOL_BLACK
135 #options WS_KERNEL_COLATTR=""
136 #options WS_KERNEL_MONOATTR=""
137
138 options FONT_VT220L8x16
139
140 # Development and Debugging options
141
142 #options VERBOSE_INIT_ARM
143 #options BOOT_DUMP # Enable memorydump at boot
144 options DIAGNOSTIC # internal consistency checks
145 #options DEBUG # expensive debugging checks/support
146 #options PMAP_DEBUG # Enable pmap_debug_level code
147 options DDB # in-kernel debugger
148 #options DDB_HISTORY_SIZE=512 # Enable history editing in DDB
149 #makeoptions DEBUG="-g" # compile full symbol table
150
151 config netbsd root on ? type ?
152
153 # The main bus device
154 mainbus0 at root
155
156 # The boot CPU
157 cpu0 at mainbus?
158
159 # integrated peripherals
160 pxaip0 at mainbus?
161
162 pxaintc0 at pxaip? addr 0x40d00000 # interrupt controller
163 pxagpio0 at pxaip? addr 0x40e00000 # GPIO
164 pxartc0 at pxaip? addr 0x40900000 # RTC
165
166 # DMAC support
167 pxadmac0 at pxaip? addr 0x40000000 intr 25
168 options PXA2X0_DMAC_DMOVER_CONCURRENCY=4 # Enable dmover(9) backend
169 #options PXA2X0_DMAC_FIXED_PRIORITY # Don't want multiple priority
170
171 # Serial
172 # integrated 16550 UARTs
173 options COM_PXA2X0
174 com0 at pxaip? addr 0x40100000 intr 22 # Full Function UART
175 #options CONSPEED=115200
176
177 # OS Timer
178 saost* at pxaip? addr 0x40a00000 size 0x20
179
180 # Physical console
181 lcd* at pxaip?
182 options PXA2X0_LCD_WRITETHROUGH
183 wsdisplay* at lcd? console ?
184
185 # for touchpad, keypad
186 wzero3ssp0 at pxaip?
187
188 # touchpad
189 wzero3tp0 at pxaip?
190 wsmouse* at wzero3tp? mux 0
191
192 # keyboard
193 wzero3kbd0 at pxaip?
194 hpckbd* at wzero3kbd?
195 wskbd0 at hpckbd? mux 1
196
197 # keypad
198 wzero3keypad0 at pxaip?
199 wskbd1 at wzero3keypad? mux 1
200
201 # integrated MMC/SD contoller
202 pxamci0 at pxaip? addr 0x41100000 size 0x48
203 sdmmc* at pxamci?
204 ld* at sdmmc? # MMC/SD/SDHC card
205
206 # USB Controller and Devices
207 wzero3usb* at pxaip?
208 ohci0 at pxaip? addr 0x4c000000 intr 3 # USB Host Controller
209
210 # USB bus support
211 usb* at ohci?
212
213 # USB Hubs
214 uhub* at usb?
215 uhub* at uhub? port ?
216
217 # USB HID device
218 uhidev* at uhub? port ? configuration ? interface ?
219
220 # USB Mice
221 ums* at uhidev? reportid ?
222 wsmouse* at ums? mux 0
223
224 # USB Keyboards
225 ukbd* at uhidev? reportid ?
226 wskbd* at ukbd? console ? mux 1
227
228 # USB Generic HID devices
229 uhid* at uhidev? reportid ?
230
231 # USB Mass Storage
232 umass* at uhub? port ? configuration ? interface ?
233 wd* at umass?
234
235 # USB audio
236 uaudio* at uhub? port ? configuration ?
237 audio* at audiobus?
238
239 # USB Ethernet adapters
240 aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
241 axe* at uhub? port ? # ASIX AX88172 based adapters
242 cdce* at uhub? port ? # CDC, Ethernet Networking Control Model
243 cue* at uhub? port ? # CATC USB-EL1201A based adapters
244 kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
245 udav* at uhub? port ? # Davicom DM9601 based adapters
246 url* at uhub? port ? # Realtek RTL8150L based adapters
247
248 acphy* at mii? phy ? # Altima AC101 and AMD Am79c874 PHYs
249 rlphy* at mii? phy ? # Realtek 8139/8201L PHYs
250 ukphy* at mii? phy ? # generic unknown PHYs
251 urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs
252
253 # USB 802.11 adapters
254 atu* at uhub? port ? # Atmel AT76C50XX based adapters
255 ural* at uhub? port ? # Ralink Technology RT2500USB 802.11a/b/g
256 rum* at uhub? port ? # Ralink Technology RT2501/RT2601 802.11a/b/g
257 upgt* at uhub? port ? # Intersil PrismGT
258 zyd* at uhub? port ? # Zydas ZD1211
259
260 # ATAPI bus support
261 atapibus* at atapi?
262
263 # ATAPI devices
264 # flags have the same meaning as for IDE drives.
265 cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
266 sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
267 #st* at atapibus? drive ? flags 0x0000 # ATAPI tape drives
268 uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown
269
270 # SCSI bus support
271 scsibus* at scsi?
272
273 # SCSI devices
274 sd* at scsibus? target ? lun ? # SCSI disk drives
275 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
276 uk* at scsibus? target ? lun ? # SCSI unknown
277
278 # USB Generic driver
279 ugen* at uhub? port ?
280 # On ugen bulk endpoints, perform read-ahead and write-behind.
281 #options UGEN_BULK_RA_WB
282
283
284 # Pseudo-devices
285 pseudo-device loop # network loopback
286 pseudo-device bpfilter # packet filter
287 pseudo-device sl # CSLIP
288 pseudo-device ppp # PPP
289 pseudo-device tun # network tunneling over tty
290 #pseudo-device gre # generic L3 over IP tunnel
291 #pseudo-device ipfilter # ip filter
292 #pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
293 #pseudo-device faith # IPv[46] tcp relay translation i/f
294 #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
295 #pseudo-device strip # STarmode Radio IP (Metricon Ricochet)
296
297 #pseudo-device vlan # IEEE 802.1q encapsulation
298 pseudo-device pty # pseudo-terminals
299 pseudo-device vnd # disk-like interface to files
300 #pseudo-device ccd # concatenated disk devices
301 #pseudo-device cgd # cryptographic disk devices
302 #pseudo-device raid # RAIDframe disk driver
303 #options RAID_AUTOCONFIG # auto-configuration of RAID components
304 #pseudo-device fss # file system snapshot device
305
306 pseudo-device biconsdev 1 # build-in console device
307
308 pseudo-device md # Ramdisk driver
309 pseudo-device clockctl # user control of clock subsystem
310 pseudo-device ksyms # /dev/ksyms
311 #pseudo-device bcsp # BlueCore Serial Protocol
312 #pseudo-device btuart # Bluetooth HCI UART (H4)
313
314 # wscons pseudo-devices
315 pseudo-device wsmux # mouse & keyboard multiplexor
316 pseudo-device wsfont
317