Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: thorpej
Date: Tue Dec 8 00:13:58 UTC 1998
Modified Files:
src/sys/dev/scsipi: scsipiconf.h
Log Message:
- Remove the "free_list" member from scsipi_xfer. Add "adapter_q" and
"device_q" TAILQ entries. The former is for use by the adapter driver,
as it sees fit. The latter is for the scsipi middle layer to track
pending xfers per device.
- Add a pending_xfers queue to scsipi_link, to track pending xfers per
device.
- Grow scsipi_link's flags to int, and add SDEV_WAITDRAIN, to indicate that
we're waiting for the pending_xfers queue to empty.
Home |
Main Index |
Thread Index |
Old Index