summaryrefslogtreecommitdiff
path: root/include/os9k.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-06-18 23:29:02 +0000
committerNick Clifton <nickc@redhat.com>2000-06-18 23:29:02 +0000
commitb3d44ec80dceff6b3ce0c7951b33872b9115c52f (patch)
tree24925e7c5586624fa3b3ffab8a5cb33e6cc7f8a1 /include/os9k.h
parent9ff5cbe93a2e4dea449d786db17747d29b30be63 (diff)
downloadbinutils-gdb-b3d44ec80dceff6b3ce0c7951b33872b9115c52f.tar.gz
Changed values of MODSYNC and CRCCON as suggest by Russ Magee <rmagee@home.com>
Diffstat (limited to 'include/os9k.h')
-rw-r--r--include/os9k.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/os9k.h b/include/os9k.h
index 0f2eed2d3b1..32ed0ac7e21 100644
--- a/include/os9k.h
+++ b/include/os9k.h
@@ -10,7 +10,7 @@
#define M_PARITY N_M_PARITY
#ifdef _MPF68K
-#define MODSYNC 0x4afd /* module header sync code for 680x0 processors */
+#define MODSYNC 0x4afc /* module header sync code for 680x0 processors */
#endif
#ifdef _MPF386
@@ -18,7 +18,7 @@
#endif
#define MODREV 1 /* module format revision 1 */
-#define CRCCON 0x800fe3 /* crc polynomial constant */
+#define CRCCON 0x800063 /* crc polynomial constant */
/* Module access permission values */
#define MP_OWNER_READ 0x0001