the queue entry and state variables in the xsh and ioh structs are part
authordlg <dlg@openbsd.org>
Tue, 27 Jul 2010 04:17:10 +0000 (04:17 +0000)
committerdlg <dlg@openbsd.org>
Tue, 27 Jul 2010 04:17:10 +0000 (04:17 +0000)
commitf091fa0dfc19cea70c58cbd2b7d0730edaef1f6f
treeb575c6dfb4841d0e8da31695bb6e01735e929dc0
parent8d8814c2d07b6820ead5819b6c9da9647f0ee2ff
the queue entry and state variables in the xsh and ioh structs are part
of a separate struct which the ioh struct includes for no good reason
anymore. just put the vars directly in the ioh.

this removes this useless abstraction.

ok krw@ matthew@
sys/scsi/scsi_base.c
sys/scsi/scsiconf.h