Module Name:    src
Committed By:   msaitoh
Date:           Fri Oct 26 19:15:52 UTC 2012

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

Log Message:
Add PCI stuff.


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

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/OPENRD
diff -u src/sys/arch/evbarm/conf/OPENRD:1.2 src/sys/arch/evbarm/conf/OPENRD:1.3
--- src/sys/arch/evbarm/conf/OPENRD:1.2	Sat Sep  1 14:50:11 2012
+++ src/sys/arch/evbarm/conf/OPENRD	Fri Oct 26 19:15:52 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: OPENRD,v 1.2 2012/09/01 14:50:11 matt Exp $
+#	$NetBSD: OPENRD,v 1.3 2012/10/26 19:15:52 msaitoh Exp $
 #
 # This is a working config file for OpenRD(.org) Client.  Note that the
 # default boot address will not work and the kernel has to load at 8MB
@@ -26,6 +26,16 @@ no sdmmc* at mvsdio?
 no sbt* at sdmmc?
 no ld* at sdmmc?
 
+# On-chip PCI Express Interface
+mvpex*	at mvsoc? offset ? irq ?
+
+pci*	at mvpex?
+
+pchb*	at pci? dev ? function ?	# PCI-Host bridges
+
+vga*		at pci? dev ? function ?
+wsdisplay*	at vga? console ?
+
 # This has two SATA ports
 mvsata*		at mvsoc? offset ? irq ?
 atabus*		at ata?

Reply via email to