cvs commit: src/sys/cam/scsi scsi_da.c
Kenneth D. Merry
ken at FreeBSD.org
Fri May 2 17:21:42 PDT 2003
ken 2003/05/02 17:21:40 PDT
FreeBSD src repository
Modified files:
sys/cam/scsi scsi_da.c
Log:
Fix three problems in large (>2TB) device handling:
- Make sure we don't release the READ CAPACITY CCB twice
- If we have a device that needs a 16 byte READ CAPACITY command, make
sure we call xpt_schedule() so we can get a CCB.
- Don't unlock the peripheral until we're fully probed.
Many thanks to Julian Elischer for providing hardware and testing this.
Tested by: julian
Revision Changes Path
1.142 +2 -2 src/sys/cam/scsi/scsi_da.c
More information about the cvs-src
mailing list