Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Nov 2002 20:40:36 -0800 (PST)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 21444 for review
Message-ID:  <200211240440.gAO4eaSg030557@repoman.freebsd.org>

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

Change 21444 by marcel@marcel_nfs on 2002/11/23 20:39:41

	Oops. We need to map the I/O port space as region 6.

Affected files ...

.. //depot/projects/ia64/sys/ia64/ia64/machdep.c#55 edit

Differences ...

==== //depot/projects/ia64/sys/ia64/ia64/machdep.c#55 (text+ko) ====

@@ -327,7 +327,7 @@
 	__asm __volatile("mov %0=psr;;" : "=r" (psr));
 	__asm __volatile("rsm psr.ic|psr.i;; srlz.i;;");
 	__asm __volatile("mov cr.ifa=%0" ::
-	    "r"(IA64_PHYS_TO_RR7(ia64_port_base)));
+	    "r"(IA64_PHYS_TO_RR6(ia64_port_base)));
 	/* XXX We should use the size from the memory descriptor. */
 	__asm __volatile("mov cr.itir=%0" :: "r"(24 << 2));
 	__asm __volatile("srlz.i;;");

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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