diff options
Diffstat (limited to 'sys/arch/sparc/dev/hmereg.h')
-rw-r--r-- | sys/arch/sparc/dev/hmereg.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/sparc/dev/hmereg.h b/sys/arch/sparc/dev/hmereg.h index 7ca3b6df891..e7d340624f2 100644 --- a/sys/arch/sparc/dev/hmereg.h +++ b/sys/arch/sparc/dev/hmereg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hmereg.h,v 1.10 2003/11/03 07:01:33 david Exp $ */ +/* $OpenBSD: hmereg.h,v 1.11 2004/09/28 00:21:23 brad Exp $ */ /* * Copyright (c) 1998 Jason L. Wright (jason@thought.net) @@ -31,10 +31,6 @@ #define HME_DEFAULT_IPKT_GAP1 8 #define HME_DEFAULT_IPKT_GAP2 4 -#define MC_POLY_BE 0x04c11db7UL /* mcast crc, big endian */ -#define MC_POLY_LE 0xedb88320UL /* mcast crc, little endian */ - - /* global registers */ struct hme_gr { volatile u_int32_t reset; /* reset tx/rx */ |