Thu Oct 28 03:30:22 2010 UTC ()
Bump SYMTAB_SPACE.


(briggs)
diff -r1.36 -r1.37 src/sys/arch/evbarm/conf/TWINTAIL

cvs diff -r1.36 -r1.37 src/sys/arch/evbarm/conf/TWINTAIL (switch to unified diff)

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