Mon Sep 17 15:34:58 2012 UTC ()
Comment out "pseudo-device md" as other config files.
It fixes BEAGLEBOARD_INSTALL's compile error.


(msaitoh)
diff -r1.29 -r1.30 src/sys/arch/evbarm/conf/BEAGLEBOARD

cvs diff -r1.29 -r1.30 src/sys/arch/evbarm/conf/Attic/BEAGLEBOARD (switch to unified diff)

--- src/sys/arch/evbarm/conf/Attic/BEAGLEBOARD 2012/09/11 19:43:09 1.29
+++ src/sys/arch/evbarm/conf/Attic/BEAGLEBOARD 2012/09/17 15:34:57 1.30
@@ -1,313 +1,313 @@ @@ -1,313 +1,313 @@
1# 1#
2# $NetBSD: BEAGLEBOARD,v 1.29 2012/09/11 19:43:09 msaitoh Exp $ 2# $NetBSD: BEAGLEBOARD,v 1.30 2012/09/17 15:34:57 msaitoh Exp $
3# 3#
4# BEAGLEBOARD -- TI OMAP 3530 Eval Board Kernel 4# BEAGLEBOARD -- TI OMAP 3530 Eval Board Kernel
5# 5#
6 6
7include "arch/evbarm/conf/std.beagle" 7include "arch/evbarm/conf/std.beagle"
8 8
9# estimated number of users 9# estimated number of users
10 10
11maxusers 32 11maxusers 32
12 12
13# Standard system options 13# Standard system options
14 14
15options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 15options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
16#options NTP # NTP phase/frequency locked loop 16#options NTP # NTP phase/frequency locked loop
17 17
18# CPU options 18# CPU options
19 19
20options CPU_CORTEXA8 20options CPU_CORTEXA8
21options OMAP_3530 21options OMAP_3530
22options PMAPCOUNTERS 22options PMAPCOUNTERS
23 23
24# Architecture options 24# Architecture options
25 25
26# File systems 26# File systems
27 27
28file-system FFS # UFS 28file-system FFS # UFS
29#file-system LFS # log-structured file system 29#file-system LFS # log-structured file system
30file-system MFS # memory file system 30file-system MFS # memory file system
31file-system NFS # Network file system 31file-system NFS # Network file system
32#file-system ADOSFS # AmigaDOS-compatible file system 32#file-system ADOSFS # AmigaDOS-compatible file system
33#file-system EXT2FS # second extended file system (linux) 33#file-system EXT2FS # second extended file system (linux)
34#file-system CD9660 # ISO 9660 + Rock Ridge file system 34#file-system CD9660 # ISO 9660 + Rock Ridge file system
35file-system MSDOSFS # MS-DOS file system 35file-system MSDOSFS # MS-DOS file system
36#file-system FDESC # /dev/fd 36#file-system FDESC # /dev/fd
37#file-system KERNFS # /kern 37#file-system KERNFS # /kern
38#file-system NULLFS # loopback file system 38#file-system NULLFS # loopback file system
39#file-system PROCFS # /proc 39#file-system PROCFS # /proc
40#file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs) 40#file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
41#file-system UMAPFS # NULLFS + uid and gid remapping 41#file-system UMAPFS # NULLFS + uid and gid remapping
42#file-system UNION # union file system 42#file-system UNION # union file system
43file-system TMPFS # memory file system 43file-system TMPFS # memory file system
44file-system PTYFS # /dev/pts/N support 44file-system PTYFS # /dev/pts/N support
45 45
46# File system options 46# File system options
47#options QUOTA # legacy UFS quotas 47#options QUOTA # legacy UFS quotas
48#options QUOTA2 # new, in-filesystem UFS quotas 48#options QUOTA2 # new, in-filesystem UFS quotas
49#options FFS_EI # FFS Endian Independent support 49#options FFS_EI # FFS Endian Independent support
50#options NFSSERVER 50#options NFSSERVER
51options WAPBL # File system journaling support 51options WAPBL # File system journaling support
52#options FFS_NO_SNAPSHOT # No FFS snapshot support 52#options FFS_NO_SNAPSHOT # No FFS snapshot support
53 53
54# Networking options 54# Networking options
55 55
56#options GATEWAY # packet forwarding 56#options GATEWAY # packet forwarding
57options INET # IP + ICMP + TCP + UDP 57options INET # IP + ICMP + TCP + UDP
58options INET6 # IPV6 58options INET6 # IPV6
59#options IPSEC # IP security 59#options IPSEC # IP security
60#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC) 60#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
61#options IPSEC_NAT_T # IPsec NAT traversal (NAT-T) 61#options IPSEC_NAT_T # IPsec NAT traversal (NAT-T)
62#options IPSEC_DEBUG # debug for IP security 62#options IPSEC_DEBUG # debug for IP security
63#options MROUTING # IP multicast routing 63#options MROUTING # IP multicast routing
64#options PIM # Protocol Independent Multicast 64#options PIM # Protocol Independent Multicast
65#options NS # XNS 65#options NS # XNS
66#options NSIP # XNS tunneling over IP 66#options NSIP # XNS tunneling over IP
67#options ISO,TPIP # OSI 67#options ISO,TPIP # OSI
68#options EON # OSI tunneling over IP 68#options EON # OSI tunneling over IP
69#options CCITT,LLC,HDLC # X.25 69#options CCITT,LLC,HDLC # X.25
70#options NETATALK # AppleTalk networking 70#options NETATALK # AppleTalk networking
71#options PFIL_HOOKS # pfil(9) packet filter hooks 71#options PFIL_HOOKS # pfil(9) packet filter hooks
72#options PPP_BSDCOMP # BSD-Compress compression support for PPP 72#options PPP_BSDCOMP # BSD-Compress compression support for PPP
73#options PPP_DEFLATE # Deflate compression support for PPP 73#options PPP_DEFLATE # Deflate compression support for PPP
74#options PPP_FILTER # Active filter support for PPP (requires bpf) 74#options PPP_FILTER # Active filter support for PPP (requires bpf)
75#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 75#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
76 76
77options NFS_BOOT_BOOTP 77options NFS_BOOT_BOOTP
78options NFS_BOOT_DHCP 78options NFS_BOOT_DHCP
79#options NFS_BOOT_BOOTSTATIC 79#options NFS_BOOT_BOOTSTATIC
80#options NFS_BOOTSTATIC_MYIP="\"192.168.1.4\"" 80#options NFS_BOOTSTATIC_MYIP="\"192.168.1.4\""
81#options NFS_BOOTSTATIC_GWIP="\"192.168.1.1\"" 81#options NFS_BOOTSTATIC_GWIP="\"192.168.1.1\""
82#options NFS_BOOTSTATIC_MASK="\"255.255.255.0\"" 82#options NFS_BOOTSTATIC_MASK="\"255.255.255.0\""
83#options NFS_BOOTSTATIC_SERVADDR="\"192.168.1.1\"" 83#options NFS_BOOTSTATIC_SERVADDR="\"192.168.1.1\""
84#options NFS_BOOTSTATIC_SERVER="\"192.168.1.1:/nfs/sdp2430\"" 84#options NFS_BOOTSTATIC_SERVER="\"192.168.1.1:/nfs/sdp2430\""
85 85
86options NFS_BOOT_RWSIZE=1024 86options NFS_BOOT_RWSIZE=1024
87 87
88# Compatibility options 88# Compatibility options
89 89
90#options COMPAT_43 # 4.3BSD compatibility. 90#options COMPAT_43 # 4.3BSD compatibility.
91options COMPAT_50 # NetBSD 5.0 compatibility. 91options COMPAT_50 # NetBSD 5.0 compatibility.
92options COMPAT_40 # NetBSD 4.0 compatibility. 92options COMPAT_40 # NetBSD 4.0 compatibility.
93options COMPAT_30 # NetBSD 3.0 compatibility. 93options COMPAT_30 # NetBSD 3.0 compatibility.
94#options COMPAT_20 # NetBSD 2.0 compatibility. 94#options COMPAT_20 # NetBSD 2.0 compatibility.
95#options COMPAT_16 # NetBSD 1.6 compatibility. 95#options COMPAT_16 # NetBSD 1.6 compatibility.
96#options COMPAT_15 # NetBSD 1.5 compatibility. 96#options COMPAT_15 # NetBSD 1.5 compatibility.
97#options COMPAT_14 # NetBSD 1.4 compatibility. 97#options COMPAT_14 # NetBSD 1.4 compatibility.
98#options COMPAT_13 # NetBSD 1.3 compatibility. 98#options COMPAT_13 # NetBSD 1.3 compatibility.
99#options COMPAT_12 # NetBSD 1.2 compatibility. 99#options COMPAT_12 # NetBSD 1.2 compatibility.
100#options COMPAT_11 # NetBSD 1.1 compatibility. 100#options COMPAT_11 # NetBSD 1.1 compatibility.
101#options COMPAT_10 # NetBSD 1.0 compatibility. 101#options COMPAT_10 # NetBSD 1.0 compatibility.
102#options COMPAT_09 # NetBSD 0.9 compatibility. 102#options COMPAT_09 # NetBSD 0.9 compatibility.
103#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 103#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
104#options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 104#options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
105 105
106# Shared memory options 106# Shared memory options
107 107
108options SYSVMSG # System V-like message queues 108options SYSVMSG # System V-like message queues
109options SYSVSEM # System V-like semaphores 109options SYSVSEM # System V-like semaphores
110options SYSVSHM # System V-like memory sharing 110options SYSVSHM # System V-like memory sharing
111 111
112# Device options 112# Device options
113 113
114#options MEMORY_DISK_HOOKS # boottime setup of ramdisk 114#options MEMORY_DISK_HOOKS # boottime setup of ramdisk
115#options MEMORY_DISK_ROOT_SIZE=8192 # Size in blocks 115#options MEMORY_DISK_ROOT_SIZE=8192 # Size in blocks
116#options MEMORY_DISK_DYNAMIC 116#options MEMORY_DISK_DYNAMIC
117#options MINIROOTSIZE=1000 # Size in blocks 117#options MINIROOTSIZE=1000 # Size in blocks
118#options MEMORY_DISK_IS_ROOT # use memory disk as root 118#options MEMORY_DISK_IS_ROOT # use memory disk as root
119 119
120# Miscellaneous kernel options 120# Miscellaneous kernel options
121options KTRACE # system call tracing, a la ktrace(1) 121options KTRACE # system call tracing, a la ktrace(1)
122#options KMEMSTATS # kernel memory statistics 122#options KMEMSTATS # kernel memory statistics
123#options SCSIVERBOSE # Verbose SCSI errors 123#options SCSIVERBOSE # Verbose SCSI errors
124#options MIIVERBOSE # Verbose MII autoconfuration messages 124#options MIIVERBOSE # Verbose MII autoconfuration messages
125#options DDB_KEYCODE=0x40 125#options DDB_KEYCODE=0x40
126#options USERCONF # userconf(4) support 126#options USERCONF # userconf(4) support
127#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 127#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
128 128
129# Development and Debugging options 129# Development and Debugging options
130 130
131#options PERFCTRS # performance counters 131#options PERFCTRS # performance counters
132options DIAGNOSTIC # internally consistency checks 132options DIAGNOSTIC # internally consistency checks
133#options DEBUG 133#options DEBUG
134#options PMAP_DEBUG # Enable pmap_debug_level code 134#options PMAP_DEBUG # Enable pmap_debug_level code
135#options IPKDB # remote kernel debugging 135#options IPKDB # remote kernel debugging
136#options VERBOSE_INIT_ARM # verbose bootstraping messages 136#options VERBOSE_INIT_ARM # verbose bootstraping messages
137options DDB # in-kernel debugger 137options DDB # in-kernel debugger
138options DDB_ONPANIC=1 138options DDB_ONPANIC=1
139options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 139options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
140#options KGDB 140#options KGDB
141makeoptions DEBUG="-g" # compile full symbol table 141makeoptions DEBUG="-g" # compile full symbol table
142options SYMTAB_SPACE=530000 142options SYMTAB_SPACE=530000
143 143
144## USB Debugging options 144## USB Debugging options
145options USB_DEBUG 145options USB_DEBUG
146options EHCI_DEBUG 146options EHCI_DEBUG
147options OHCI_DEBUG 147options OHCI_DEBUG
148options UHUB_DEBUG 148options UHUB_DEBUG
149 149
150 150
151# Valid options for BOOT_ARGS: 151# Valid options for BOOT_ARGS:
152# single Boot to single user only 152# single Boot to single user only
153# kdb Give control to kernel debugger 153# kdb Give control to kernel debugger
154# ask Ask for file name to reboot from 154# ask Ask for file name to reboot from
155# pmapdebug=<n> If PMAP_DEBUG, set pmap_debug_level to <n> 155# pmapdebug=<n> If PMAP_DEBUG, set pmap_debug_level to <n>
156# memorydisk=<n> Set memorydisk size to <n> KB 156# memorydisk=<n> Set memorydisk size to <n> KB
157# quiet Show aprint_naive output 157# quiet Show aprint_naive output
158# verbose Show aprint_normal and aprint_verbose output 158# verbose Show aprint_normal and aprint_verbose output
159options BOOT_ARGS="\"\"" 159options BOOT_ARGS="\"\""
160 160
161config netbsd root on ? type ? 161config netbsd root on ? type ?
162 162
163# The main bus device 163# The main bus device
164mainbus0 at root 164mainbus0 at root
165 165
166# The boot cpu 166# The boot cpu
167cpu0 at mainbus? 167cpu0 at mainbus?
168 168
169# Specify the memory size in megabytes. 169# Specify the memory size in megabytes.
170#options MEMSIZE=256 170#options MEMSIZE=256
171options MEMSIZE=128 171options MEMSIZE=128
172 172
173# L3 Interconnect 173# L3 Interconnect
174L3i0 at mainbus? 174L3i0 at mainbus?
175 175
176# OBIO 176# OBIO
177obio0 at mainbus? base 0x48000000 size 0x1000000 # L4 CORE 177obio0 at mainbus? base 0x48000000 size 0x1000000 # L4 CORE
178obio1 at mainbus? base 0x48300000 size 0x0040000 # L4 WAKEUP 178obio1 at mainbus? base 0x48300000 size 0x0040000 # L4 WAKEUP
179obio2 at mainbus? base 0x49000000 size 0x0100000 # L4 PERIPHERAL 179obio2 at mainbus? base 0x49000000 size 0x0100000 # L4 PERIPHERAL
180#obio3 at mainbus? base 0x54000000 size 0x0800000 # L4 EMUL 180#obio3 at mainbus? base 0x54000000 size 0x0800000 # L4 EMUL
181 181
182# General Purpose Memory Controller 182# General Purpose Memory Controller
183gpmc0 at mainbus? base 0x6e000000 183gpmc0 at mainbus? base 0x6e000000
184 184
185# SDHC controllers 185# SDHC controllers
186sdhc0 at obio0 addr 0x4809C000 size 0x0400 intr 83 186sdhc0 at obio0 addr 0x4809C000 size 0x0400 intr 83
187#sdhc1 at obio0 addr 0x480B4000 size 0x0400 intr 86 187#sdhc1 at obio0 addr 0x480B4000 size 0x0400 intr 86
188#sdhc2 at obio0 addr 0x480AD000 size 0x0400 intr 94 188#sdhc2 at obio0 addr 0x480AD000 size 0x0400 intr 94
189sdmmc* at sdhc? # SD/MMC bus 189sdmmc* at sdhc? # SD/MMC bus
190ld* at sdmmc? 190ld* at sdmmc?
191 191
192 192
193# NAND controller 193# NAND controller
194omapnand0 at gpmc? addr 0x30000000 194omapnand0 at gpmc? addr 0x30000000
195 195
196# NAND layer 196# NAND layer
197nand0 at nandbus? 197nand0 at nandbus?
198 198
199# use the bad block table 199# use the bad block table
200options NAND_BBT 200options NAND_BBT
201 201
202# Define flash partitions for board 202# Define flash partitions for board
203flash0 at nand0 offset 0x000000 size 0x080000 readonly 1 # X-Loader 203flash0 at nand0 offset 0x000000 size 0x080000 readonly 1 # X-Loader
204flash1 at nand0 offset 0x080000 size 0x1e0000 readonly 1 # U-Boot 204flash1 at nand0 offset 0x080000 size 0x1e0000 readonly 1 # U-Boot
205flash2 at nand0 offset 0x260000 size 0x020000 readonly 1 # UB Env 205flash2 at nand0 offset 0x260000 size 0x020000 readonly 1 # UB Env
206flash3 at nand0 offset 0x280000 size 0x400000 # kernel 206flash3 at nand0 offset 0x280000 size 0x400000 # kernel
207flash4 at nand0 offset 0x680000 size 0 # filesystem 207flash4 at nand0 offset 0x680000 size 0 # filesystem
208 208
209# Interrupt Controller 209# Interrupt Controller
210omapicu0 at obio0 addr 0x48200000 size 0x1000 intrbase 0 210omapicu0 at obio0 addr 0x48200000 size 0x1000 intrbase 0
211omapgpio0 at obio1 addr 0x48310000 size 0x0400 intrbase 96 intr 29 211omapgpio0 at obio1 addr 0x48310000 size 0x0400 intrbase 96 intr 29
212#omapgpio1 at obio2 addr 0x49050000 size 0x0400 intrbase 128 intr 30 212#omapgpio1 at obio2 addr 0x49050000 size 0x0400 intrbase 128 intr 30
213#omapgpio2 at obio2 addr 0x49052000 size 0x0400 intrbase 160 intr 31 213#omapgpio2 at obio2 addr 0x49052000 size 0x0400 intrbase 160 intr 31
214#omapgpio3 at obio2 addr 0x49054000 size 0x0400 intrbase 192 intr 32 214#omapgpio3 at obio2 addr 0x49054000 size 0x0400 intrbase 192 intr 32
215omapgpio4 at obio2 addr 0x49056000 size 0x0400 intrbase 224 intr 33 215omapgpio4 at obio2 addr 0x49056000 size 0x0400 intrbase 224 intr 33
216#omapgpio5 at obio2 addr 0x49058000 size 0x0400 intrbase 256 intr 34 216#omapgpio5 at obio2 addr 0x49058000 size 0x0400 intrbase 256 intr 34
217 217
218gpio* at omapgpio? 218gpio* at omapgpio?
219 219
220# # I2C Controller 220# # I2C Controller
221# omapi2c0 at tipb? addr 0xfffb3800 intr 36 mult 4 221# omapi2c0 at tipb? addr 0xfffb3800 intr 36 mult 4
222# iic* at omapi2c? 222# iic* at omapi2c?
223# # omap's own i2c address 223# # omap's own i2c address
224# options OMAP_I2C_ADDRESS=0xe 224# options OMAP_I2C_ADDRESS=0xe
225# # i2c bus clock low and high times in ns 225# # i2c bus clock low and high times in ns
226# options I2C_LOW_TIME_nSEC=1500 226# options I2C_LOW_TIME_nSEC=1500
227# options I2C_HIGH_TIME_nSEC=1000 227# options I2C_HIGH_TIME_nSEC=1000
228 228
229# On-board 16550 UARTs 229# On-board 16550 UARTs
230com0 at obio2 addr 0x49020000 intr 74 mult 4 # UART3 (console) 230com0 at obio2 addr 0x49020000 intr 74 mult 4 # UART3 (console)
231#options CONSADDR=0x49020000, CONSPEED=38400 231#options CONSADDR=0x49020000, CONSPEED=38400
232options CONSADDR=0x49020000, CONSPEED=115200 232options CONSADDR=0x49020000, CONSPEED=115200
233 233
234# Operating System Timer 234# Operating System Timer
235omapmputmr0 at obio2 addr 0x49032000 intr 38 # GP Timer 2 235omapmputmr0 at obio2 addr 0x49032000 intr 38 # GP Timer 2
236# Statistics Timer 236# Statistics Timer
237omapmputmr1 at obio2 addr 0x49034000 intr 39 # GP Timer 3 237omapmputmr1 at obio2 addr 0x49034000 intr 39 # GP Timer 3
238# Microtime Reference Timer 238# Microtime Reference Timer
239omapmputmr2 at obio2 addr 0x49036000 intr 40 # GP Timer 4 239omapmputmr2 at obio2 addr 0x49036000 intr 40 # GP Timer 4
240options OMAP_MPU_TIMER_CLOCK_FREQ=12000000 240options OMAP_MPU_TIMER_CLOCK_FREQ=12000000
241 241
242# Watchdog timers 242# Watchdog timers
243omapwdt32k* at obio2 addr 0x49030000 size 2048 # WDT3 243omapwdt32k* at obio2 addr 0x49030000 size 2048 # WDT3
244#omapwdt32k* at obio1 addr 0x4830c000 size 2048 # WDT1 244#omapwdt32k* at obio1 addr 0x4830c000 size 2048 # WDT1
245#omapwdt32k* at obio1 addr 0x48314000 size 2048 # WDT2 245#omapwdt32k* at obio1 addr 0x48314000 size 2048 # WDT2
246 246
247# onboard video 247# onboard video
248omapfb* at obio0 addr 0x48050000 size 0x10000 248omapfb* at obio0 addr 0x48050000 size 0x10000
249 249
250# make sure the console display is always wsdisplay0 250# make sure the console display is always wsdisplay0
251wsdisplay0 at wsemuldisplaydev? console 1 251wsdisplay0 at wsemuldisplaydev? console 1
252wsdisplay* at wsemuldisplaydev? 252wsdisplay* at wsemuldisplaydev?
253 253
254# various options for wscons - we try to look as much like a standard 254# various options for wscons - we try to look as much like a standard
255# sun console as possible 255# sun console as possible
256options WSEMUL_VT100 # sun terminal emulation 256options WSEMUL_VT100 # sun terminal emulation
257options WS_DEFAULT_FG=WSCOL_BLACK 257options WS_DEFAULT_FG=WSCOL_BLACK
258options WS_DEFAULT_BG=WSCOL_LIGHT_WHITE 258options WS_DEFAULT_BG=WSCOL_LIGHT_WHITE
259options WS_KERNEL_FG=WSCOL_GREEN 259options WS_KERNEL_FG=WSCOL_GREEN
260options WS_KERNEL_BG=WSCOL_LIGHT_WHITE 260options WS_KERNEL_BG=WSCOL_LIGHT_WHITE
261options WSDISPLAY_COMPAT_USL # wsconscfg VT handling 261options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
262options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes 262options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
263options WSDISPLAY_DEFAULTSCREENS=4 263options WSDISPLAY_DEFAULTSCREENS=4
264options FONT_QVSS8x15 264options FONT_QVSS8x15
265#options FONT_GALLANT12x22 # the console font 265#options FONT_GALLANT12x22 # the console font
266 266
267pseudo-device wsmux # mouse & keyboard multiplexor 267pseudo-device wsmux # mouse & keyboard multiplexor
268pseudo-device wsfont 268pseudo-device wsfont
269 269
270# Power, Reset and Clock Management 270# Power, Reset and Clock Management
271prcm* at obio1 addr 0x48306000 size 0x2000 # PRM Module 271prcm* at obio1 addr 0x48306000 size 0x2000 # PRM Module
272 272
273# On-board USB 273# On-board USB
274#ehci* at obio0 addr 0x48064800 size 0x0400 intr 77 274#ehci* at obio0 addr 0x48064800 size 0x0400 intr 77
275#ohci* at obio0 addr 0x48064400 size 0x0400 intr 76 275#ohci* at obio0 addr 0x48064400 size 0x0400 intr 76
276#usb* at ohci? 276#usb* at ohci?
277#usb* at ehci? 277#usb* at ehci?
278#uhub* at usb? 278#uhub* at usb?
279#uhub* at uhub? port ? 279#uhub* at uhub? port ?
280#umass* at uhub? port ? configuration ? interface ? 280#umass* at uhub? port ? configuration ? interface ?
281#wd* at umass? 281#wd* at umass?
282#uhidev* at uhub? 282#uhidev* at uhub?
283#ukbd* at uhidev? 283#ukbd* at uhidev?
284#ums* at uhidev? 284#ums* at uhidev?
285#wskbd* at ukbd? 285#wskbd* at ukbd?
286#wsmouse* at ums? 286#wsmouse* at ums?
287 287
288#axe* at uhub? port ? configuration ? interface ? 288#axe* at uhub? port ? configuration ? interface ?
289 289
290# Hardware clocking and power management 290# Hardware clocking and power management
291 291
292options HWCLOCK 292options HWCLOCK
293options HWCLOCK_MACHINE="<arch/arm/omap/hwclock_omap1.h>" 293options HWCLOCK_MACHINE="<arch/arm/omap/hwclock_omap1.h>"
294options OMAP_CK_REF_SPEED=12000000 294options OMAP_CK_REF_SPEED=12000000
295 295
296# Pseudo-Devices 296# Pseudo-Devices
297 297
298# disk/mass storage pseudo-devices 298# disk/mass storage pseudo-devices
299pseudo-device md # memory disk device (ramdisk) 299#pseudo-device md # memory disk device (ramdisk)
300#pseudo-device vnd # disk-like interface to files 300#pseudo-device vnd # disk-like interface to files
301#pseudo-device fss # file system snapshot device 301#pseudo-device fss # file system snapshot device
302#pseudo-device putter # for puffs and pud 302#pseudo-device putter # for puffs and pud
303 303
304# network pseudo-devices 304# network pseudo-devices
305pseudo-device bpfilter # Berkeley packet filter 305pseudo-device bpfilter # Berkeley packet filter
306pseudo-device loop # network loopback 306pseudo-device loop # network loopback
307#pseudo-device kttcp # network loopback 307#pseudo-device kttcp # network loopback
308 308
309# miscellaneous pseudo-devices 309# miscellaneous pseudo-devices
310pseudo-device pty # pseudo-terminals 310pseudo-device pty # pseudo-terminals
311#options RND_COM 311#options RND_COM
312#pseudo-device clockctl # user control of clock subsystem 312#pseudo-device clockctl # user control of clock subsystem
313pseudo-device ksyms # /dev/ksyms 313pseudo-device ksyms # /dev/ksyms