Module Name:    src
Committed By:   mrg
Date:           Sun Mar 20 23:31:36 UTC 2011

Modified Files:
        src/sys/arch/sparc64/conf: GENERIC

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 src/sys/arch/sparc64/conf/GENERIC

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/sparc64/conf/GENERIC
diff -u src/sys/arch/sparc64/conf/GENERIC:1.134 src/sys/arch/sparc64/conf/GENERIC:1.135
--- src/sys/arch/sparc64/conf/GENERIC:1.134	Sun Mar  6 17:08:31 2011
+++ src/sys/arch/sparc64/conf/GENERIC	Sun Mar 20 23:31:36 2011
@@ -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

Reply via email to