diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2011-04-03 17:58:32 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2011-04-03 17:58:32 +0000 |
commit | 180a0708a9ec3a5e26818f98773ab24345317b2a (patch) | |
tree | 60d4353a18dcc9807f11b878dc4a3b17cf09a3d9 /sys/dev/i2o/ioprbsvar.h | |
parent | c350f312257ee11741757d8460540f8b9cd0ffad (diff) |
put iopools back in. ok gcc
Diffstat (limited to 'sys/dev/i2o/ioprbsvar.h')
-rw-r--r-- | sys/dev/i2o/ioprbsvar.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/i2o/ioprbsvar.h b/sys/dev/i2o/ioprbsvar.h index 99faa0deea0..a8663b1176b 100644 --- a/sys/dev/i2o/ioprbsvar.h +++ b/sys/dev/i2o/ioprbsvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ioprbsvar.h,v 1.5 2011/04/03 17:55:07 dlg Exp $ */ +/* $OpenBSD: ioprbsvar.h,v 1.6 2011/04/03 17:58:31 dlg Exp $ */ /* * Copyright (c) 2001 Niklas Hallqvist @@ -73,6 +73,8 @@ struct ioprbs_softc { /* commands which have been returned by the controller */ LIST_HEAD(, scsi_xfer) sc_queue; struct scsi_xfer *sc_queuelast; + struct scsi_iopool sc_iopool; + struct mutex sc_ccb_mtx; }; #define IOPRBS_CLAIMED 0x01 |