summaryrefslogtreecommitdiff
path: root/sys/dev/pci/hifn7751var.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci/hifn7751var.h')
-rw-r--r--sys/dev/pci/hifn7751var.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/hifn7751var.h b/sys/dev/pci/hifn7751var.h
index fb3d6b00551..072390f764b 100644
--- a/sys/dev/pci/hifn7751var.h
+++ b/sys/dev/pci/hifn7751var.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: hifn7751var.h,v 1.13 2000/04/13 20:55:34 jason Exp $ */
+/* $OpenBSD: hifn7751var.h,v 1.14 2000/04/13 22:34:09 jason Exp $ */
/*
* Invertex AEON / Hi/fn 7751 driver
@@ -178,10 +178,10 @@
struct hifn_softc;
typedef struct hifn_command {
- u_int flags;
volatile u_int result_flags;
u_short session_num;
+ u_int16_t base_masks, cry_masks, mac_masks;
u_char iv[HIFN_IV_LENGTH], *ck, mac[HIFN_MAC_KEY_LENGTH];