Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf Turn on BUSDMA_COUNTERS and BCMETH_COUN...



details:   https://anonhg.NetBSD.org/src/rev/f96e4792b5ea
branches:  trunk
changeset: 785026:f96e4792b5ea
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Feb 19 02:04:24 2013 +0000

description:
Turn on BUSDMA_COUNTERS and BCMETH_COUNTERS.
Add a commented out options for MEMSIZE=256

diffstat:

 sys/arch/evbarm/conf/BCM5301X |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (33 lines):

diff -r d49a6a477b6d -r f96e4792b5ea sys/arch/evbarm/conf/BCM5301X
--- a/sys/arch/evbarm/conf/BCM5301X     Tue Feb 19 02:03:06 2013 +0000
+++ b/sys/arch/evbarm/conf/BCM5301X     Tue Feb 19 02:04:24 2013 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: BCM5301X,v 1.10 2012/12/19 07:54:42 msaitoh Exp $
+#      $NetBSD: BCM5301X,v 1.11 2013/02/19 02:04:24 matt Exp $
 #
 #      BCM5301X -- Broadcom BCM5301X Eval Board Kernel
 #
@@ -21,10 +21,13 @@
 options        UVMHIST
 #options       UVMHIST_PRINT,A9WDT_PERIOD_DEFAULT=30
 options        BCM53XX_CONSOLE_EARLY
+options        BCMETH_COUNTERS
 #options       MULTIPROCESSOR
 options        CPU_CORTEXA9
+#options       MEMSIZE=256
 options        BCM5301
 options        PMAPCOUNTERS
+options        BUSDMA_COUNTERS
 
 # Architecture options
 
@@ -198,7 +201,7 @@
 
 # ChipCommonB Peripherals
 bcmccb0                at mainbus?             # ChipCommonB
-bcmpax*                at bcmccb? port ? flags 1
+bcmpax*                at bcmccb? port ? flags 2 # use bounce buffers
 pci*           at bcmpax?
 ppb*           at pci? dev ? function ?
 pci*           at ppb?



Home | Main Index | Thread Index | Old Index