Date: Mon, 13 Apr 2009 08:05:32 GMT From: Andrew Turner <andrew@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 160553 for review Message-ID: <200904130805.n3D85WaR018992@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=160553 Change 160553 by andrew@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 } };
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904130805.n3D85WaR018992>