Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Apr 2008 17:21:03 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 139917 for review
Message-ID:  <200804121721.m3CHL3hm095154@repoman.freebsd.org>

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

Change 139917 by gonzo@gonzo_jeeves on 2008/04/12 17:20:51

	o There is no difference for MIPS between IOPORT and MEM resources.

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/mips/nexus.c#8 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/mips/nexus.c#8 (text+ko) ====

@@ -367,7 +367,7 @@
 	 * If this is a memory resource, track the direct mapping
 	 * in the uncached MIPS KSEG1 segment.
 	 */
-	if (type == SYS_RES_MEMORY) {
+	if ((type == SYS_RES_MEMORY) || (type == SYS_RES_IOPORT)) {
                 caddr_t vaddr = 0;
                 u_int32_t paddr;
                 u_int32_t psize;



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