summaryrefslogtreecommitdiff
path: root/sys/dev/pci/ubsecreg.h
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2001-05-30 02:26:15 +0000
committerJason Wright <jason@cvs.openbsd.org>2001-05-30 02:26:15 +0000
commit9cc78d5f10ed758e335a1785a4aed68f5c604470 (patch)
tree409347132518fce33d3f96bd64ae9e622c6ba947 /sys/dev/pci/ubsecreg.h
parent7834b023b6facb7df667f01d4e3d1580eb557524 (diff)
Un-bus_dma(9) mcr1 context and mcr operations (causes problems under load).
Reimplement mcr2 bus_dma handling.
Diffstat (limited to 'sys/dev/pci/ubsecreg.h')
-rw-r--r--sys/dev/pci/ubsecreg.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/ubsecreg.h b/sys/dev/pci/ubsecreg.h
index cd81b8bfad7..15d60e44bed 100644
--- a/sys/dev/pci/ubsecreg.h
+++ b/sys/dev/pci/ubsecreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ubsecreg.h,v 1.12 2001/05/22 22:53:39 jason Exp $ */
+/* $OpenBSD: ubsecreg.h,v 1.13 2001/05/30 02:26:14 jason Exp $ */
/*
* Copyright (c) 2000 Theo de Raadt
@@ -83,8 +83,6 @@ struct ubsec_pktctx {
u_int32_t pc_iv[2]; /* [3]DES iv */
u_int16_t pc_flags; /* flags, below */
u_int16_t pc_offset; /* crypto offset */
- u_int32_t pc_paddr;
- u_int8_t pad[16];
};
#define UBS_PKTCTX_ENC_3DES 0x8000 /* use 3des */
#define UBS_PKTCTX_ENC_NONE 0x0000 /* no encryption */