Module Name:    src
Committed By:   matt
Date:           Sun Sep  2 16:57:06 UTC 2012

Modified Files:
        src/sys/arch/evbarm/conf: BCM5301X

Log Message:
Add ppb/pci
Add arml2cc


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/conf/BCM5301X

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/BCM5301X
diff -u src/sys/arch/evbarm/conf/BCM5301X:1.2 src/sys/arch/evbarm/conf/BCM5301X:1.3
--- src/sys/arch/evbarm/conf/BCM5301X:1.2	Sat Sep  1 11:04:17 2012
+++ src/sys/arch/evbarm/conf/BCM5301X	Sun Sep  2 16:57:06 2012
@@ -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 @@ options 	DKWEDGE_METHOD_GPT
 # 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 @@ cpu0		at mainbus?
 # 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 @@ com*		at bcmcca? channel 1
 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 ?

Reply via email to