diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1999-12-27 21:34:41 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1999-12-27 21:34:41 +0000 |
commit | 0bbe50b1309316856381bd2f9d5895446d8837a1 (patch) | |
tree | 635e80eb9be9cd2dd4f10f7688fca9f4eee70536 /sys/dev/isa | |
parent | 7c8a137a50414c65c2f74e1fafc7bc9d6d5dbf5f (diff) |
Polynomial for 3com token link 619; from NetBSD.
Diffstat (limited to 'sys/dev/isa')
-rw-r--r-- | sys/dev/isa/elink.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/isa/elink.h b/sys/dev/isa/elink.h index b08beb2ef79..97204228ff0 100644 --- a/sys/dev/isa/elink.h +++ b/sys/dev/isa/elink.h @@ -1,4 +1,4 @@ -/* $OpenBSD: elink.h,v 1.4 1997/11/07 08:06:46 niklas Exp $ */ +/* $OpenBSD: elink.h,v 1.5 1999/12/27 21:34:40 fgsch Exp $ */ /* $NetBSD: elink.h,v 1.4 1996/04/30 22:16:31 thorpej Exp $ */ /* @@ -35,6 +35,7 @@ #define ELINK_507_POLY 0xe7 #define ELINK_509_POLY 0xcf +#define TLINK_619_POLY 0x63 void elink_reset __P((bus_space_tag_t, bus_space_handle_t, int)); void elink_idseq __P((bus_space_tag_t, bus_space_handle_t, u_char p)); |