From b3d44ec80dceff6b3ce0c7951b33872b9115c52f Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Sun, 18 Jun 2000 23:29:02 +0000 Subject: Changed values of MODSYNC and CRCCON as suggest by Russ Magee --- include/os9k.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/os9k.h') diff --git a/include/os9k.h b/include/os9k.h index 0f2eed2..32ed0ac 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 -- cgit v1.1