Thu Jul 28 02:02:23 2011 UTC ()
Bump SYMTAB_SPACE.


(uebayasi)
diff -r1.21 -r1.22 src/sys/arch/evbarm/conf/BEAGLEBOARD

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

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