diff options
Diffstat (limited to 'sys/dev/ic/osiopvar.h')
-rw-r--r-- | sys/dev/ic/osiopvar.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ic/osiopvar.h b/sys/dev/ic/osiopvar.h index b3de8328ea2..f55d26d8570 100644 --- a/sys/dev/ic/osiopvar.h +++ b/sys/dev/ic/osiopvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: osiopvar.h,v 1.10 2007/04/13 18:34:48 krw Exp $ */ +/* $OpenBSD: osiopvar.h,v 1.11 2010/06/28 04:39:57 dlg Exp $ */ /* $NetBSD: osiopvar.h,v 1.3 2002/05/14 02:58:35 matt Exp $ */ /* @@ -214,8 +214,10 @@ struct osiop_softc { TAILQ_HEAD(acb_list, osiop_acb) free_list, ready_list, nexus_list; + struct mutex free_list_mtx; struct scsi_link sc_link; + struct scsi_iopool sc_iopool; struct osiop_tinfo sc_tinfo[OSIOP_NTGT]; |