diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-08-28 21:40:55 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-08-28 21:40:55 +0000 |
commit | abf2f56438875aba681ebf33d1a89f65813d45b6 (patch) | |
tree | 08c8fca67d5e8f0345e81bcf93c8449322bf238c /sys/dev/pci/hifn7751var.h | |
parent | 715693c0d94a1b966d8e8951d808f8984239659a (diff) |
an attempt at deuglification of the previous commit (It's still ugly, tho)
Diffstat (limited to 'sys/dev/pci/hifn7751var.h')
-rw-r--r-- | sys/dev/pci/hifn7751var.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/pci/hifn7751var.h b/sys/dev/pci/hifn7751var.h index b94433f5494..235136d5d4c 100644 --- a/sys/dev/pci/hifn7751var.h +++ b/sys/dev/pci/hifn7751var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hifn7751var.h,v 1.36 2001/08/28 18:52:16 jason Exp $ */ +/* $OpenBSD: hifn7751var.h,v 1.37 2001/08/28 21:40:54 jason Exp $ */ /* * Invertex AEON / Hifn 7751 driver @@ -230,8 +230,7 @@ struct hifn_command { u_int16_t base_masks, cry_masks, mac_masks; u_int8_t iv[HIFN_IV_LENGTH], *ck, mac[HIFN_MAC_KEY_LENGTH]; int cklen; - int sloplen; /* length of end buffer */ - caddr_t slop; /* pointer to end buffer */ + int sloplen, slopidx; union { struct mbuf *src_m; |