Mon Jun 17 00:40:18 2013 UTC ()
Turn off VERBOSE_INIT_ARM (which was turned on in last commit).


(matt)
diff -r1.15 -r1.16 src/sys/arch/evbarm/conf/BEAGLEBONE

cvs diff -r1.15 -r1.16 src/sys/arch/evbarm/conf/Attic/BEAGLEBONE (switch to unified diff)

--- src/sys/arch/evbarm/conf/Attic/BEAGLEBONE 2013/06/16 16:48:23 1.15
+++ src/sys/arch/evbarm/conf/Attic/BEAGLEBONE 2013/06/17 00:40:18 1.16
@@ -1,309 +1,309 @@ @@ -1,309 +1,309 @@
1# 1#
2# $NetBSD: BEAGLEBONE,v 1.15 2013/06/16 16:48:23 matt Exp $ 2# $NetBSD: BEAGLEBONE,v 1.16 2013/06/17 00:40:18 matt Exp $
3# 3#
4# BEAGLEBONE -- TI AM335x board Kernel 4# BEAGLEBONE -- TI AM335x 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 TI_AM335X 21options TI_AM335X
22options PMAPCOUNTERS 22options PMAPCOUNTERS
23 23
24# XXX The Cortex PMC delay() doesn't seem to work. 24# XXX The Cortex PMC delay() doesn't seem to work.
25#no options CORTEX_PMC 25#no options CORTEX_PMC
26 26
27# Architecture options 27# Architecture options
28#makeoptions CPUFLAGS+="-mthumb" 28#makeoptions CPUFLAGS+="-mthumb"
29 29
30# File systems 30# File systems
31 31
32file-system FFS # UFS 32file-system FFS # UFS
33#file-system LFS # log-structured file system 33#file-system LFS # log-structured file system
34file-system MFS # memory file system 34file-system MFS # memory file system
35file-system NFS # Network file system 35file-system NFS # Network file system
36#file-system ADOSFS # AmigaDOS-compatible file system 36#file-system ADOSFS # AmigaDOS-compatible file system
37file-system EXT2FS # second extended file system (linux) 37file-system EXT2FS # second extended file system (linux)
38#file-system CD9660 # ISO 9660 + Rock Ridge file system 38#file-system CD9660 # ISO 9660 + Rock Ridge file system
39file-system MSDOSFS # MS-DOS file system 39file-system MSDOSFS # MS-DOS file system
40#file-system FDESC # /dev/fd 40#file-system FDESC # /dev/fd
41#file-system KERNFS # /kern 41#file-system KERNFS # /kern
42#file-system NULLFS # loopback file system 42#file-system NULLFS # loopback file system
43#file-system PROCFS # /proc 43#file-system PROCFS # /proc
44#file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs) 44#file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
45#file-system UMAPFS # NULLFS + uid and gid remapping 45#file-system UMAPFS # NULLFS + uid and gid remapping
46#file-system UNION # union file system 46#file-system UNION # union file system
47file-system TMPFS # memory file system 47file-system TMPFS # memory file system
48file-system PTYFS # /dev/pts/N support 48file-system PTYFS # /dev/pts/N support
49 49
50# File system options 50# File system options
51#options QUOTA # legacy UFS quotas 51#options QUOTA # legacy UFS quotas
52#options QUOTA2 # new, in-filesystem UFS quotas 52#options QUOTA2 # new, in-filesystem UFS quotas
53#options FFS_EI # FFS Endian Independent support 53#options FFS_EI # FFS Endian Independent support
54#options NFSSERVER 54#options NFSSERVER
55options WAPBL # File system journaling support 55options WAPBL # File system journaling support
56#options FFS_NO_SNAPSHOT # No FFS snapshot support 56#options FFS_NO_SNAPSHOT # No FFS snapshot support
57 57
58# Networking options 58# Networking options
59 59
60#options GATEWAY # packet forwarding 60#options GATEWAY # packet forwarding
61options INET # IP + ICMP + TCP + UDP 61options INET # IP + ICMP + TCP + UDP
62options INET6 # IPV6 62options INET6 # IPV6
63#options IPSEC # IP security 63#options IPSEC # IP security
64#options IPSEC_DEBUG # debug for IP security 64#options IPSEC_DEBUG # debug for IP security
65#options MROUTING # IP multicast routing 65#options MROUTING # IP multicast routing
66#options PIM # Protocol Independent Multicast 66#options PIM # Protocol Independent Multicast
67#options NETATALK # AppleTalk networking 67#options NETATALK # AppleTalk networking
68#options PFIL_HOOKS # pfil(9) packet filter hooks 68#options PFIL_HOOKS # pfil(9) packet filter hooks
69#options PPP_BSDCOMP # BSD-Compress compression support for PPP 69#options PPP_BSDCOMP # BSD-Compress compression support for PPP
70#options PPP_DEFLATE # Deflate compression support for PPP 70#options PPP_DEFLATE # Deflate compression support for PPP
71#options PPP_FILTER # Active filter support for PPP (requires bpf) 71#options PPP_FILTER # Active filter support for PPP (requires bpf)
72#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 72#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
73 73
74options NFS_BOOT_BOOTP 74options NFS_BOOT_BOOTP
75options NFS_BOOT_DHCP 75options NFS_BOOT_DHCP
76#options NFS_BOOT_BOOTSTATIC 76#options NFS_BOOT_BOOTSTATIC
77#options NFS_BOOTSTATIC_MYIP="\"192.168.1.4\"" 77#options NFS_BOOTSTATIC_MYIP="\"192.168.1.4\""
78#options NFS_BOOTSTATIC_GWIP="\"192.168.1.1\"" 78#options NFS_BOOTSTATIC_GWIP="\"192.168.1.1\""
79#options NFS_BOOTSTATIC_MASK="\"255.255.255.0\"" 79#options NFS_BOOTSTATIC_MASK="\"255.255.255.0\""
80#options NFS_BOOTSTATIC_SERVADDR="\"192.168.1.1\"" 80#options NFS_BOOTSTATIC_SERVADDR="\"192.168.1.1\""
81#options NFS_BOOTSTATIC_SERVER="\"192.168.1.1:/nfs/sdp2430\"" 81#options NFS_BOOTSTATIC_SERVER="\"192.168.1.1:/nfs/sdp2430\""
82 82
83options NFS_BOOT_RWSIZE=1024 83options NFS_BOOT_RWSIZE=1024
84 84
85# Compatibility options 85# Compatibility options
86 86
87#options COMPAT_43 # 4.3BSD compatibility. 87#options COMPAT_43 # 4.3BSD compatibility.
88options COMPAT_60 # NetBSD 6.0 compatibility. 88options COMPAT_60 # NetBSD 6.0 compatibility.
89options COMPAT_50 # NetBSD 5.0 compatibility. 89options COMPAT_50 # NetBSD 5.0 compatibility.
90options COMPAT_40 # NetBSD 4.0 compatibility. 90options COMPAT_40 # NetBSD 4.0 compatibility.
91options COMPAT_30 # NetBSD 3.0 compatibility. 91options COMPAT_30 # NetBSD 3.0 compatibility.
92#options COMPAT_20 # NetBSD 2.0 compatibility. 92#options COMPAT_20 # NetBSD 2.0 compatibility.
93#options COMPAT_16 # NetBSD 1.6 compatibility. 93#options COMPAT_16 # NetBSD 1.6 compatibility.
94#options COMPAT_15 # NetBSD 1.5 compatibility. 94#options COMPAT_15 # NetBSD 1.5 compatibility.
95#options COMPAT_14 # NetBSD 1.4 compatibility. 95#options COMPAT_14 # NetBSD 1.4 compatibility.
96#options COMPAT_13 # NetBSD 1.3 compatibility. 96#options COMPAT_13 # NetBSD 1.3 compatibility.
97#options COMPAT_12 # NetBSD 1.2 compatibility. 97#options COMPAT_12 # NetBSD 1.2 compatibility.
98#options COMPAT_11 # NetBSD 1.1 compatibility. 98#options COMPAT_11 # NetBSD 1.1 compatibility.
99#options COMPAT_10 # NetBSD 1.0 compatibility. 99#options COMPAT_10 # NetBSD 1.0 compatibility.
100#options COMPAT_09 # NetBSD 0.9 compatibility. 100#options COMPAT_09 # NetBSD 0.9 compatibility.
101#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 101#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
102#options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 102#options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
103 103
104# Shared memory options 104# Shared memory options
105 105
106options SYSVMSG # System V-like message queues 106options SYSVMSG # System V-like message queues
107options SYSVSEM # System V-like semaphores 107options SYSVSEM # System V-like semaphores
108options SYSVSHM # System V-like memory sharing 108options SYSVSHM # System V-like memory sharing
109 109
110# Device options 110# Device options
111 111
112#options MEMORY_DISK_HOOKS # boottime setup of ramdisk 112#options MEMORY_DISK_HOOKS # boottime setup of ramdisk
113#options MEMORY_DISK_ROOT_SIZE=8192 # Size in blocks 113#options MEMORY_DISK_ROOT_SIZE=8192 # Size in blocks
114#options MEMORY_DISK_DYNAMIC 114#options MEMORY_DISK_DYNAMIC
115#options MINIROOTSIZE=1000 # Size in blocks 115#options MINIROOTSIZE=1000 # Size in blocks
116#options MEMORY_DISK_IS_ROOT # use memory disk as root 116#options MEMORY_DISK_IS_ROOT # use memory disk as root
117 117
118# Miscellaneous kernel options 118# Miscellaneous kernel options
119options KTRACE # system call tracing, a la ktrace(1) 119options KTRACE # system call tracing, a la ktrace(1)
120#options KMEMSTATS # kernel memory statistics 120#options KMEMSTATS # kernel memory statistics
121#options SCSIVERBOSE # Verbose SCSI errors 121#options SCSIVERBOSE # Verbose SCSI errors
122#options MIIVERBOSE # Verbose MII autoconfuration messages 122#options MIIVERBOSE # Verbose MII autoconfuration messages
123#options DDB_KEYCODE=0x40 123#options DDB_KEYCODE=0x40
124#options USERCONF # userconf(4) support 124#options USERCONF # userconf(4) support
125#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 125#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
126 126
127# Development and Debugging options 127# Development and Debugging options
128 128
129#options PERFCTRS # performance counters 129#options PERFCTRS # performance counters
130options DIAGNOSTIC # internally consistency checks 130options DIAGNOSTIC # internally consistency checks
131options DEBUG 131options DEBUG
132#options PMAP_DEBUG # Enable pmap_debug_level code 132#options PMAP_DEBUG # Enable pmap_debug_level code
133#options IPKDB # remote kernel debugging 133#options IPKDB # remote kernel debugging
134options VERBOSE_INIT_ARM # verbose bootstraping messages 134#options VERBOSE_INIT_ARM # verbose bootstraping messages
135options DDB # in-kernel debugger 135options DDB # in-kernel debugger
136options DDB_ONPANIC=1 136options DDB_ONPANIC=1
137options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 137options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
138#options KGDB 138#options KGDB
139makeoptions DEBUG="-g" # compile full symbol table 139makeoptions DEBUG="-g" # compile full symbol table
140options SYMTAB_SPACE=530000 140options SYMTAB_SPACE=530000
141 141
142## USB Debugging options 142## USB Debugging options
143options USB_DEBUG 143options USB_DEBUG
144options EHCI_DEBUG 144options EHCI_DEBUG
145options OHCI_DEBUG 145options OHCI_DEBUG
146options UHUB_DEBUG 146options UHUB_DEBUG
147 147
148 148
149# Valid options for BOOT_ARGS: 149# Valid options for BOOT_ARGS:
150# single Boot to single user only 150# single Boot to single user only
151# kdb Give control to kernel debugger 151# kdb Give control to kernel debugger
152# ask Ask for file name to reboot from 152# ask Ask for file name to reboot from
153# pmapdebug=<n> If PMAP_DEBUG, set pmap_debug_level to <n> 153# pmapdebug=<n> If PMAP_DEBUG, set pmap_debug_level to <n>
154# memorydisk=<n> Set memorydisk size to <n> KB 154# memorydisk=<n> Set memorydisk size to <n> KB
155# quiet Show aprint_naive output 155# quiet Show aprint_naive output
156# verbose Show aprint_normal and aprint_verbose output 156# verbose Show aprint_normal and aprint_verbose output
157options BOOT_ARGS="\"-d -v\"" 157options BOOT_ARGS="\"-d -v\""
158 158
159config netbsd root on ? type ? 159config netbsd root on ? type ?
160 160
161# The main bus device 161# The main bus device
162mainbus0 at root 162mainbus0 at root
163 163
164# The boot cpu 164# The boot cpu
165cpu0 at mainbus? 165cpu0 at mainbus?
166 166
167# Specify the memory size in megabytes. 167# Specify the memory size in megabytes.
168#options MEMSIZE=256 168#options MEMSIZE=256
169 169
170# L3 Interconnect 170# L3 Interconnect
171#L3i0 at mainbus? 171#L3i0 at mainbus?
172 172
173# OBIO 173# OBIO
174obio0 at mainbus? base 0x44000000 size 0x0c000000 174obio0 at mainbus? base 0x44000000 size 0x0c000000
175#obio0 at mainbus? base 0x44c00000 size 0x00400000 # L4_WKUP 175#obio0 at mainbus? base 0x44c00000 size 0x00400000 # L4_WKUP
176#obio1 at mainbus? base 0x48000000 size 0x01000000 # L4_PER 176#obio1 at mainbus? base 0x48000000 size 0x01000000 # L4_PER
177#obio2 at mainbus? base 0x4a000000 size 0x01000000 # L4_FAST 177#obio2 at mainbus? base 0x4a000000 size 0x01000000 # L4_FAST
178 178
179 179
180 180
181# General Purpose Memory Controller 181# General Purpose Memory Controller
182gpmc0 at mainbus? base 0x50000000 182gpmc0 at mainbus? base 0x50000000
183 183
184# Interrupt Controller 184# Interrupt Controller
185omapicu0 at obio0 addr 0x48200000 size 0x1000 intrbase 0 185omapicu0 at obio0 addr 0x48200000 size 0x1000 intrbase 0
186 186
187# Power, Reset and Clock Management 187# Power, Reset and Clock Management
188prcm0 at obio0 addr 0x44e00000 size 0x2000 # PRM Module 188prcm0 at obio0 addr 0x44e00000 size 0x2000 # PRM Module
189 189
190# Control Module 190# Control Module
191sitaracm0 at obio0 addr 0x44e10000 size 0x2000 191sitaracm0 at obio0 addr 0x44e10000 size 0x2000
192 192
193# SDHC controllers 193# SDHC controllers
194# XXX Kludge -- the am335x's mmc registers start at an offset of #x100 194# XXX Kludge -- the am335x's mmc registers start at an offset of #x100
195# from other omap3. (What about omap4?) Need to adapt the omap sdhc 195# from other omap3. (What about omap4?) Need to adapt the omap sdhc
196# driver to handle this. 196# driver to handle this.
197sdhc0 at obio0 addr 0x48060100 size 0x0f00 intr 64 197sdhc0 at obio0 addr 0x48060100 size 0x0f00 intr 64
198sdhc1 at obio0 addr 0x481d8100 size 0x0f00 intr 28 # BB Black 198sdhc1 at obio0 addr 0x481d8100 size 0x0f00 intr 28 # BB Black
199#sdhc2 at obio0 addr 0x47810100 size 0xff00 intr 29 199#sdhc2 at obio0 addr 0x47810100 size 0xff00 intr 29
200sdmmc* at sdhc? # SD/MMC bus 200sdmmc* at sdhc? # SD/MMC bus
201ld* at sdmmc? 201ld* at sdmmc?
202#options SDMMC_DEBUG 202#options SDMMC_DEBUG
203#options SDHC_DEBUG 203#options SDHC_DEBUG
204 204
205# General-purpose I/O pins 205# General-purpose I/O pins
206# XXX These are the GPIO v2 in the AM335x, not v1 as in the OMAP35xx. 206# XXX These are the GPIO v2 in the AM335x, not v1 as in the OMAP35xx.
207#omapgpio0 at obio0 addr 0x44e07000 size 0x1000 intrbase 128 intr 29 207#omapgpio0 at obio0 addr 0x44e07000 size 0x1000 intrbase 128 intr 29
208#omapgpio1 at obio0 addr 0x4804c000 size 0x1000 intrbase 160 intr 30 208#omapgpio1 at obio0 addr 0x4804c000 size 0x1000 intrbase 160 intr 30
209#omapgpio2 at obio0 addr 0x481ac000 size 0x1000 intrbase 192 intr 32 209#omapgpio2 at obio0 addr 0x481ac000 size 0x1000 intrbase 192 intr 32
210#omapgpio3 at obio0 addr 0x481ae000 size 0x1000 intrbase 224 intr 32 210#omapgpio3 at obio0 addr 0x481ae000 size 0x1000 intrbase 224 intr 32
211 211
212#gpio* at omapgpio? 212#gpio* at omapgpio?
213 213
214# I2C Controller 214# I2C Controller
215tiiic0 at obio0 addr 0x44e0b000 size 0x1000 intr 70 215tiiic0 at obio0 addr 0x44e0b000 size 0x1000 intr 70
216iic* at tiiic? 216iic* at tiiic?
217seeprom* at iic0 addr 0x50 size 32768 217seeprom* at iic0 addr 0x50 size 32768
218tps65217pmic* at iic0 addr 0x24 218tps65217pmic* at iic0 addr 0x24
219 219
220# On-board 16550 UARTs 220# On-board 16550 UARTs
221com0 at obio0 addr 0x44e09000 size 0x1000 intr 72 mult 4 # UART0 221com0 at obio0 addr 0x44e09000 size 0x1000 intr 72 mult 4 # UART0
222options CONSADDR=0x44e09000, CONSPEED=115200 222options CONSADDR=0x44e09000, CONSPEED=115200
223 223
224# XXX Clock assignment is kinda random. My DM timer 3 seems to be 224# XXX Clock assignment is kinda random. My DM timer 3 seems to be
225# unhappy and I don't know why. DM timer 0 doesn't seem to deliver 225# unhappy and I don't know why. DM timer 0 doesn't seem to deliver
226# interrupts for the hard clock, although it seems to be the obvious 226# interrupts for the hard clock, although it seems to be the obvious
227# choice. 227# choice.
228 228
229# Hardclock timer 229# Hardclock timer
230omapdmtimer0 at obio0 addr 0x48040000 size 0x1000 intr 68 # DM Timer 2 230omapdmtimer0 at obio0 addr 0x48040000 size 0x1000 intr 68 # DM Timer 2
231 231
232# Time counter 232# Time counter
233omapdmtimer1 at obio0 addr 0x44e31000 size 0x1000 intr 67 # DM Timer 1ms 233omapdmtimer1 at obio0 addr 0x44e31000 size 0x1000 intr 67 # DM Timer 1ms
234 234
235# Statclock timer 235# Statclock timer
236omapdmtimer2 at obio0 addr 0x48044000 size 0x1000 intr 92 # DM Timer 4 236omapdmtimer2 at obio0 addr 0x48044000 size 0x1000 intr 92 # DM Timer 4
237 237
238# Watchdog timers 238# Watchdog timers
239omapwdt32k* at obio0 addr 0x44e35000 size 0x1000 # WDT1 239omapwdt32k* at obio0 addr 0x44e35000 size 0x1000 # WDT1
240 240
241# onboard video 241# onboard video
242#omapfb* at obio0 addr 0x48050000 size 0x10000 242#omapfb* 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
245#wsdisplay0 at wsemuldisplaydev? console 1 245#wsdisplay0 at wsemuldisplaydev? console 1
246#wsdisplay* at wsemuldisplaydev? 246#wsdisplay* 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
250#options WSEMUL_VT100 # sun terminal emulation 250#options WSEMUL_VT100 # sun terminal emulation
251#options WS_DEFAULT_FG=WSCOL_BLACK 251#options WS_DEFAULT_FG=WSCOL_BLACK
252#options WS_DEFAULT_BG=WSCOL_LIGHT_WHITE 252#options WS_DEFAULT_BG=WSCOL_LIGHT_WHITE
253#options WS_KERNEL_FG=WSCOL_GREEN 253#options WS_KERNEL_FG=WSCOL_GREEN
254#options WS_KERNEL_BG=WSCOL_LIGHT_WHITE 254#options WS_KERNEL_BG=WSCOL_LIGHT_WHITE
255#options WSDISPLAY_COMPAT_USL # wsconscfg VT handling 255#options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
256#options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes 256#options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
257#options WSDISPLAY_DEFAULTSCREENS=4 257#options WSDISPLAY_DEFAULTSCREENS=4
258#options FONT_QVSS8x15 258#options 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# On-board USB 264# On-board USB
265#ehci* at obio0 addr 0x48064800 size 0x0400 intr 77 265#ehci* at obio0 addr 0x48064800 size 0x0400 intr 77
266#ohci* at obio0 addr 0x48064400 size 0x0400 intr 76 266#ohci* at obio0 addr 0x48064400 size 0x0400 intr 76
267#usb* at ohci? 267#usb* at ohci?
268#usb* at ehci? 268#usb* at ehci?
269#uhub* at usb? 269#uhub* at usb?
270#uhub* at uhub? port ? 270#uhub* at uhub? port ?
271#umass* at uhub? port ? configuration ? interface ? 271#umass* at uhub? port ? configuration ? interface ?
272#wd* at umass? 272#wd* at umass?
273#uhidev* at uhub? 273#uhidev* at uhub?
274#ukbd* at uhidev? 274#ukbd* at uhidev?
275#ums* at uhidev? 275#ums* at uhidev?
276#wskbd* at ukbd? 276#wskbd* at ukbd?
277#wsmouse* at ums? 277#wsmouse* at ums?
278 278
279#axe* at uhub? port ? configuration ? interface ? 279#axe* at uhub? port ? configuration ? interface ?
280 280
281# Ethernet 281# Ethernet
282cpsw* at obio0 addr 0x4a100000 size 0x8000 intrbase 40 282cpsw* at obio0 addr 0x4a100000 size 0x8000 intrbase 40
283ukphy* at mii? 283ukphy* at mii?
284 284
285# Hardware clocking and power management 285# Hardware clocking and power management
286 286
287options HWCLOCK 287options HWCLOCK
288options HWCLOCK_MACHINE="<arch/arm/omap/hwclock_omap1.h>" 288options HWCLOCK_MACHINE="<arch/arm/omap/hwclock_omap1.h>"
289options OMAP_CK_REF_SPEED=12000000 289options OMAP_CK_REF_SPEED=12000000
290 290
291# Pseudo-Devices 291# Pseudo-Devices
292 292
293# disk/mass storage pseudo-devices 293# disk/mass storage pseudo-devices
294#pseudo-device md # memory disk device (ramdisk) 294#pseudo-device md # memory disk device (ramdisk)
295#pseudo-device vnd # disk-like interface to files 295#pseudo-device vnd # disk-like interface to files
296#pseudo-device fss # file system snapshot device 296#pseudo-device fss # file system snapshot device
297#pseudo-device putter # for puffs and pud 297#pseudo-device putter # for puffs and pud
298 298
299# network pseudo-devices 299# network pseudo-devices
300pseudo-device bpfilter # Berkeley packet filter 300pseudo-device bpfilter # Berkeley packet filter
301pseudo-device loop # network loopback 301pseudo-device loop # network loopback
302#pseudo-device kttcp # network loopback 302#pseudo-device kttcp # network loopback
303 303
304# miscellaneous pseudo-devices 304# miscellaneous pseudo-devices
305pseudo-device pty # pseudo-terminals 305pseudo-device pty # pseudo-terminals
306#options RND_COM 306#options RND_COM
307#pseudo-device clockctl # user control of clock subsystem 307#pseudo-device clockctl # user control of clock subsystem
308pseudo-device ksyms # /dev/ksyms 308pseudo-device ksyms # /dev/ksyms
309pseudo-device lockstat # lock profiling 309pseudo-device lockstat # lock profiling