]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
cam_ccb.h:
authorJustin T. Gibbs <gibbs@FreeBSD.org>
Tue, 18 Jul 2000 19:47:14 +0000 (19:47 +0000)
committerJustin T. Gibbs <gibbs@FreeBSD.org>
Tue, 18 Jul 2000 19:47:14 +0000 (19:47 +0000)
commitdd5bac9d0f87febd395be2c0a081db1ae01311dc
treecde65c0b08911fb79d45f80c969d1fc23cafe270
parent727a4ed619d729403d33b2b76dca65b2abbfb07d
cam_ccb.h:
Bring back the CAM_NEGOTIATE ccb flag.  This flag indicates
that SPI transfer negotiation should occur concurrently with the
execution of this CCB.  The flag is not yet used by the XPT but
is required for proper support of multi-initiator configurations
where topology scans cannot rely on a bus reset to invalidate
prior negotiations.

cam_xpt.c:
Don't allow DT transmission rates to be specified for devices
that don't have the DT feature listed in their inquiry data.
sys/cam/cam_ccb.h
sys/cam/cam_xpt.c