Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic fix typo
details: https://anonhg.NetBSD.org/src/rev/d4635a997525
branches: trunk
changeset: 785441:d4635a997525
user: macallan <macallan%NetBSD.org@localhost>
date: Wed Mar 13 21:31:01 2013 +0000
description:
fix typo
diffstat:
sys/dev/ic/sm502reg.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r dae1a34480a8 -r d4635a997525 sys/dev/ic/sm502reg.h
--- a/sys/dev/ic/sm502reg.h Wed Mar 13 21:29:05 2013 +0000
+++ b/sys/dev/ic/sm502reg.h Wed Mar 13 21:31:01 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sm502reg.h,v 1.6 2013/03/13 21:20:46 macallan Exp $ */
+/* $NetBSD: sm502reg.h,v 1.7 2013/03/13 21:31:01 macallan Exp $ */
/*
* Copyright (c) 2009 Michael Lorenz
@@ -69,7 +69,7 @@
#define SM502_MEM_16M 0x00004000
#define SM502_MEM_32M 0x00006000
#define SM502_MEM_64M 0x00008000
- #define SM502_MEM_2M 0x00009000
+ #define SM502_MEM_2M 0x0000a000
#define SM502_ARB_CONTROL 0x00000014
#define SM502_COMMANDLIST_STATUS 0x00000024
Home |
Main Index |
Thread Index |
Old Index