K 10 svn:author V 6 mjacob K 8 svn:date V 27 1999-01-03T22:57:54.000000Z K 7 svn:log V 358 Temporary workaround (bandaid) for case where you have READ CAPACITY fail for a non-removable media device. There's a race condition where the device entry is removed and then xpt_release_ccb is called which attempts to give back the ccb to a device that's now gone. In this bandaid release the ccb early and then remember to not call xpt_release_ccb later. END