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 (expand / 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,15 +1,15 @@ @@ -1,15 +1,15 @@
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
@@ -286,27 +286,27 @@ prcm* at obio1 addr 0x48306000 size 0x2 @@ -286,27 +286,27 @@ prcm* at obio1 addr 0x48306000 size 0x2
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