PERFORCE change 95234 for review

John-Mark Gurney jmg at FreeBSD.org
Fri Apr 14 06:39:35 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=95234

Change 95234 by jmg at jmg_arlene on 2006/04/14 06:39:02

	copy over the bus_type_asi to bus_stream_asi dropping the little
	endian bits like sparc64.. this gets the kernel linking..

Affected files ...

.. //depot/projects/kmacy_sun4v/src/sys/sun4v/sun4v/bus_machdep.c#5 edit

Differences ...

==== //depot/projects/kmacy_sun4v/src/sys/sun4v/sun4v/bus_machdep.c#5 (text+ko) ====

@@ -139,6 +139,15 @@
 	0
 };
 
+int bus_stream_asi[] = {
+	ASI_REAL_IO,		/* UPA */
+	ASI_REAL_IO,		/* SBUS */
+	ASI_REAL_IO,		/* PCI configuration space */
+	ASI_REAL_IO,		/* PCI memory space */
+	ASI_REAL_IO,		/* PCI I/O space */
+	0
+};
+
 /*
  * Convenience function for manipulating driver locks from busdma (during
  * busdma_swi, for example).  Drivers that don't provide their own locks


More information about the p4-projects mailing list