diff options
Diffstat (limited to 'sys/dev/ic/siopvar.h')
-rw-r--r-- | sys/dev/ic/siopvar.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/ic/siopvar.h b/sys/dev/ic/siopvar.h index adafcdd49c3..4fa86f57087 100644 --- a/sys/dev/ic/siopvar.h +++ b/sys/dev/ic/siopvar.h @@ -1,5 +1,5 @@ -/* $OpenBSD: siopvar.h,v 1.12 2005/10/08 16:52:38 krw Exp $ */ -/* $NetBSD: siopvar.h,v 1.21 2005/02/27 00:27:02 perry Exp $ */ +/* $OpenBSD: siopvar.h,v 1.13 2005/11/20 22:32:48 krw Exp $ */ +/* $NetBSD: siopvar.h,v 1.22 2005/11/18 23:10:32 bouyer Exp $ */ /* * Copyright (c) 2000 Manuel Bouyer. @@ -58,6 +58,7 @@ struct siop_cmd { struct siop_common_cmd cmd_c; struct siop_cbd *siop_cbdp; /* pointer to our siop_cbd */ int reselslot; + u_int32_t saved_offset; /* offset in table after disc without sdp */ }; #define cmd_tables cmd_c.siop_tables |