Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sparc64/conf enable pci@pryo@mainbus and ebus@mainb...



details:   https://anonhg.NetBSD.org/src/rev/d09b8fb475ff
branches:  trunk
changeset: 763469:d09b8fb475ff
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Mar 20 23:31:36 2011 +0000

description:
enable pci@pryo@mainbus and ebus@mainbus attachments.

pryo still isn't fully working, but i'm able to talk to disk and com
properly.  bge, ohci/ehci, aceride and wm (pcie card) interrupts
are not working yet.

diffstat:

 sys/arch/sparc64/conf/GENERIC |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (32 lines):

diff -r 98d92692fe27 -r d09b8fb475ff sys/arch/sparc64/conf/GENERIC
--- a/sys/arch/sparc64/conf/GENERIC     Sun Mar 20 23:19:35 2011 +0000
+++ b/sys/arch/sparc64/conf/GENERIC     Sun Mar 20 23:31:36 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.134 2011/03/06 17:08:31 bouyer Exp $
+# $NetBSD: GENERIC,v 1.135 2011/03/20 23:31:36 mrg Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.134 $"
+#ident                 "GENERIC-$Revision: 1.135 $"
 
 maxusers       64
 
@@ -240,10 +240,13 @@
 sbus*  at mainbus0                             # SBus-based systems
 psycho*        at mainbus0                             # PCI-based systems
 schizo*        at mainbus?
+pyro*  at mainbus?
 pci*   at psycho?
 pci*   at schizo?
+pci*   at pyro?
 pci*   at ppb?
 ppb*   at pci?                                 # `APB' support.
+ebus*  at mainbus0                             # ebus devices
 ebus*  at pci?                                 # ebus devices
 # XXX 'puc's aren't really bridges, but there's no better place for them here
 puc*   at pci? dev ? function ?                # PCI "universal" comm. cards



Home | Main Index | Thread Index | Old Index