PERFORCE change 160553 for review

Andrew Turner andrew at FreeBSD.org
Mon Apr 13 01:05:34 PDT 2009


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

Change 160553 by andrew at andrew_bender on 2009/04/13 08:05:07

	Use the Chip ID's from s3c24x0reg.h

Affected files ...

.. //depot/projects/arm/src/sys/arm/s3c2xx0/s3c24x0.c#12 edit

Differences ...

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

@@ -60,8 +60,9 @@
 	const char	*name;
 	s3c2xx0_cpu	cpu;
 } s3c2x0_cpu_id[] = {
-	{ 0x32410002, "S3C2410A", CPU_S3C2410 },
-	{ 0x32440AAB, "S3C2442B", CPU_S3C2440 },
+	{ CHIPID_S3C2410A, "S3C2410A", CPU_S3C2410 },
+	{ CHIPID_S3C2440A, "S3C2440A", CPU_S3C2440 },
+	{ CHIPID_S3C2442B, "S3C2442B", CPU_S3C2440 },
 
 	{ 0, NULL }
 };


More information about the p4-projects mailing list