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 Add ppb/pci



details:   https://anonhg.NetBSD.org/src/rev/9ad83d003537
branches:  trunk
changeset: 781378:9ad83d003537
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Sep 02 16:57:06 2012 +0000

description:
Add ppb/pci
Add arml2cc

diffstat:

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

diffs (40 lines):

diff -r 6bf944d84aa3 -r 9ad83d003537 sys/arch/evbarm/conf/BCM5301X
--- a/sys/arch/evbarm/conf/BCM5301X     Sun Sep 02 16:56:41 2012 +0000
+++ b/sys/arch/evbarm/conf/BCM5301X     Sun Sep 02 16:57:06 2012 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: BCM5301X,v 1.2 2012/09/01 11:04:17 matt Exp $
+#      $NetBSD: BCM5301X,v 1.3 2012/09/02 16:57:06 matt Exp $
 #
 #      BCM5301X -- Broadcom BCM5301X Eval Board Kernel
 #
@@ -127,9 +127,11 @@
 # Miscellaneous kernel options
 options        KTRACE          # system call tracing, a la ktrace(1)
 #options       KMEMSTATS       # kernel memory statistics
+options        PCIVERBOSE      # Verbose PCI autoconfiguration messages
+#options       PCI_CONFIG_DUMP # Verbose PCI autoconfiguration messages
 options        RNDVERBOSE      # Verbose rnd messages
 #options       SCSIVERBOSE     # Verbose SCSI errors
-#options       MIIVERBOSE      # Verbose MII autoconfuration messages
+#options       MIIVERBOSE      # Verbose MII autoconfiguration messages
 #options       DDB_KEYCODE=0x40
 #options       USERCONF        # userconf(4) support
 #options       PIPE_SOCKETPAIR # smaller, but slower pipe(2)
@@ -181,6 +183,7 @@
 # The MPCore interrupt controller and global timer
 armperiph0     at mainbus?             # A9 On-Chip Peripherals
 armgic0                at armperiph?           # ARM Generic Interrupt Controller
+arml2cc0       at armperiph?           # ARM PL310 L2CC
 a9tmr0         at armperiph?           # A9 Global Timer
 a9wdt0         at armperiph? flags 1   # A9 Watchdog Timer
 
@@ -194,6 +197,8 @@
 bcmccb0                at mainbus?             # ChipCommonB
 bcmpax*                at bcmccb? port ?
 pci*           at bcmpax?
+ppb*           at pci? dev ? function ?
+pci*           at ppb?
 
 bcmmdio0       at bcmccb0
 bcmeth*                at bcmccb? port ?



Home | Main Index | Thread Index | Old Index