Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbppc/include Adjust tabs. Add NetBSD RCSID. No bi...



details:   https://anonhg.NetBSD.org/src/rev/cffeb44dd9e6
branches:  trunk
changeset: 953266:cffeb44dd9e6
user:      rin <rin%NetBSD.org@localhost>
date:      Tue Mar 02 13:44:58 2021 +0000

description:
Adjust tabs. Add NetBSD RCSID. No binary changes.

diffstat:

 sys/arch/evbppc/include/explora.h |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r 18f271a3cfc5 -r cffeb44dd9e6 sys/arch/evbppc/include/explora.h
--- a/sys/arch/evbppc/include/explora.h Tue Mar 02 12:01:02 2021 +0000
+++ b/sys/arch/evbppc/include/explora.h Tue Mar 02 13:44:58 2021 +0000
@@ -1,3 +1,4 @@
+/*     $NetBSD: explora.h,v 1.4 2021/03/02 13:44:58 rin Exp $  */
 
 #ifndef _EVBPPC_EXPLORA_H_
 #define _EVBPPC_EXPLORA_H_
@@ -9,10 +10,10 @@
 #define BASE_LE                0x70800000
 #define BASE_FB2       0x71000000
 #define BASE_ISA       0x74000000
-#define BASE_PCKBC             0x740000c0
-#define BASE_PCKBC2            0x740000c8
-#define BASE_COM               0x740005f0
-#define BASE_LPT               0x740006f0
+#define BASE_PCKBC     0x740000c0
+#define BASE_PCKBC2    0x740000c8
+#define BASE_COM       0x740005f0
+#define BASE_LPT       0x740006f0
 
 #define SIZE_FB                (2*1024*1024)
 



Home | Main Index | Thread Index | Old Index