Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Apr 2006 06:39:34 GMT
From:      John-Mark Gurney <jmg@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 95234 for review
Message-ID:  <200604140639.k3E6dYTn065266@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=95234

Change 95234 by jmg@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604140639.k3E6dYTn065266>