PERFORCE change 144133 for review

Andrew Turner andrew at FreeBSD.org
Thu Jun 26 09:02:42 UTC 2008


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

Change 144133 by andrew at andrew_bender on 2008/06/26 09:02:25

	I forhot to add the IRQ Controller mapping in change 144131

Affected files ...

.. //depot/projects/arm/src/sys/arm/s3c2xx0/neo1973_machdep.c#5 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/s3c2xx0/neo1973_machdep.c#5 (text+ko) ====

@@ -144,6 +144,16 @@
 static const struct pmap_devmap neo1973_devmap[] = {
 	{
 		/*
+		 * Map the IRQ Controller
+		 */
+		_A(S3C2410_INTCTL_BASE),
+		_A(S3C2410_INTCTL_BASE),
+		_S(S3C2410_INTCTL_SIZE),
+		VM_PROT_READ|VM_PROT_WRITE, 
+		PTE_NOCACHE,
+	},
+	{
+		/*
 		 * Map the UART to VA == PA
 		 */
 		_A(S3C2410_UART0_BASE),


More information about the p4-projects mailing list