CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/03/03 17:41:54
Modified files:
sys/scsi : scsiconf.h
sys/dev/ic : isp_openbsd.c isp_openbsd.h gdt_common.c
gdtvar.h
Log message:
replace the LIST_ENTRY in scsi_xfer with a SIMPLEQ_ENTRY. the things that
use it want something they can add to the end of they do horrible things
to be able to do that with the LIST_ENTRY.
this makes those horrible things a bit less horrible, and makes it easier
to use lists of scsi_xfers in other things.