Changed values of MODSYNC and CRCCON as suggest by Russ Magee <rmagee@home.com>
authorNick Clifton <nickc@redhat.com>
Sun, 18 Jun 2000 23:29:02 +0000 (23:29 +0000)
committerNick Clifton <nickc@redhat.com>
Sun, 18 Jun 2000 23:29:02 +0000 (23:29 +0000)
include/ChangeLog
include/os9k.h

index 3618044040da0ca568476d29040c024d578e80fc..5d3b6c40aea6523f57ce9f937f79045ef8ac1a66 100644 (file)
@@ -1,3 +1,8 @@
+2000-06-18  Nick Clifton  <nickc@redhat.com>
+
+       * os9k.h: Change values of MODSYNC and CRCCON due to bug report
+       from Russ Magee <rmagee@home.com>.
+
 2000-06-17  H.J. Lu  <hjl@gnu.org>
 
        * getopt.h: Updated from gcc.
index 0f2eed2d3b1b1ddfa13b4a2ff671acc893fe4359..32ed0ac7e21b7198ccde1d2e6f3968085e9f7a0a 100644 (file)
@@ -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
This page took 0.026744 seconds and 4 git commands to generate.