diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2001-06-24 21:08:08 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2001-06-24 21:08:08 +0000 |
commit | 8c3ac1060c0b01dccc0f9fc3ba3eb8120edca0ed (patch) | |
tree | 2dff1ac0fb378fe2368c4497688656e26dd5957b /sys/dev/pci/isesreg.h | |
parent | beb2ed44a9d221c847249602b2a461b4ebbe2517 (diff) |
Some cleanup.
Diffstat (limited to 'sys/dev/pci/isesreg.h')
-rw-r--r-- | sys/dev/pci/isesreg.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/pci/isesreg.h b/sys/dev/pci/isesreg.h index 53478876400..faa2f620639 100644 --- a/sys/dev/pci/isesreg.h +++ b/sys/dev/pci/isesreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: isesreg.h,v 1.4 2001/06/24 17:06:18 ho Exp $ $ */ +/* $OpenBSD: isesreg.h,v 1.5 2001/06/24 21:08:06 ho Exp $ $ */ /* * Copyright (c) 2000 Håkan Olsson (ho@crt.se) @@ -361,11 +361,6 @@ struct ises_bchu_session { u_int32_t hmlr[2]; /* Hash message length reg. */ } __attribute__((packed)); -struct ises_pktbuf { - volatile u_int32_t pb_addr; /* address of buffer start */ - volatile u_int32_t pb_len; /* packet length */ -}; - #define ISES_B_DATASIZE 4096 struct ises_databuf { u_int8_t data[ISES_B_DATASIZE]; |