Turn on BUSDMA_COUNTERS and BCMETH_COUNTERS.
Add a commented out options for MEMSIZE=256
This commit is contained in:
parent
5b76a48281
commit
1357517a46
|
@ -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 RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
|||
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 @@ com* at bcmcca? channel 1
|
|||
|
||||
# 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?
|
||||
|
|
Loading…
Reference in New Issue