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 PCI stuff.



details:   https://anonhg.NetBSD.org/src/rev/a64b14455ac8
branches:  trunk
changeset: 782299:a64b14455ac8
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri Oct 26 19:15:52 2012 +0000

description:
Add PCI stuff.

diffstat:

 sys/arch/evbarm/conf/OPENRD |  12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 7694184154c5 -r a64b14455ac8 sys/arch/evbarm/conf/OPENRD
--- a/sys/arch/evbarm/conf/OPENRD       Fri Oct 26 19:13:56 2012 +0000
+++ b/sys/arch/evbarm/conf/OPENRD       Fri Oct 26 19:15:52 2012 +0000
@@ -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 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?



Home | Main Index | Thread Index | Old Index