diff options
| author | uch <uch@NetBSD.org> | 1999-12-31 16:07:29 +0000 |
|---|---|---|
| committer | uch <uch@NetBSD.org> | 1999-12-31 16:07:29 +0000 |
| commit | b4e898bafba0a348e285ebc78da34b4bab8d325f (patch) | |
| tree | c4dd0c5094782b7b58d179607e1369d1cabe1429 /sys | |
| parent | e9a72ad0a33247c8e77063014e1219f15707f88a (diff) | |
Fix MCS3 address.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/hpcmips/tx/tx39biureg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/hpcmips/tx/tx39biureg.h b/sys/arch/hpcmips/tx/tx39biureg.h index fc647dfee1b..3ec1a1a4dfe 100644 --- a/sys/arch/hpcmips/tx/tx39biureg.h +++ b/sys/arch/hpcmips/tx/tx39biureg.h @@ -1,7 +1,7 @@ -/* $NetBSD: tx39biureg.h,v 1.1 1999/11/20 19:56:32 uch Exp $ */ +/* $NetBSD: tx39biureg.h,v 1.2 1999/12/31 16:07:29 uch Exp $ */ /* - * Copyright (c) 1999, by UCHIYAMA Yasushi + * Copyright (c) 1999, 2000, by UCHIYAMA Yasushi * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -69,7 +69,7 @@ #define TX39_SYSADDR_MCS1 0x70000000 #ifdef TX391X #define TX39_SYSADDR_MCS2 0x74000000 -#define TX39_SYSADDR_MCS3 0x7c000000 +#define TX39_SYSADDR_MCS3 0x78000000 #endif /* TX391X */ /* 64MByte */ #define TX39_SYSADDR_MCS_SIZE 0x04000000 |
