Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/at91 fix AT91SAM9260 chip id
details: https://anonhg.NetBSD.org/src/rev/cfc699306e6a
branches: trunk
changeset: 770967:cfc699306e6a
user: aymeric <aymeric%NetBSD.org@localhost>
date: Fri Nov 04 17:17:50 2011 +0000
description:
fix AT91SAM9260 chip id
diffstat:
sys/arch/arm/at91/at91dbgureg.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 62be42cd1228 -r cfc699306e6a sys/arch/arm/at91/at91dbgureg.h
--- a/sys/arch/arm/at91/at91dbgureg.h Fri Nov 04 17:16:38 2011 +0000
+++ b/sys/arch/arm/at91/at91dbgureg.h Fri Nov 04 17:17:50 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: at91dbgureg.h,v 1.3 2009/10/23 06:53:13 snj Exp $ */
+/* $NetBSD: at91dbgureg.h,v 1.4 2011/11/04 17:17:50 aymeric Exp $ */
/*
* Copyright (c) 2007 Embedtronics Oy
@@ -172,7 +172,7 @@
#define DBGU_CIDR_VERSION 0x0000001F /* version of the device */
#define DBGU_CIDR_AT91RM9200 0x09290781
-#define DBGU_CIDR_AT91SAM9260 0x019803A0
+#define DBGU_CIDR_AT91SAM9260 0x019803A2
#define DBGU_CIDR_AT91SAM9261 0x019703A0
#define DBGU_CIDR_AT91SAM9263 0x019607A0
Home |
Main Index |
Thread Index |
Old Index