summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* We actually can generate a host number.mjacob2010-03-171-1/+1
* Make PUIS detection more strict. Previous implementation caused falsemav2010-02-261-5/+4
* Fix newlines broken at r204220.mav2010-02-261-1/+1
* Make xpt_rescan() more correct, as it was before r197208: do not usemav2010-02-231-1/+2
* Virtualize transport part of periph announcement.mav2010-02-224-150/+188
* Improve output for controllers that doesn't report SATA speed.mav2010-02-221-0/+2
* Make CD driver a bit more robust and predictable to unreported errors.mav2010-02-151-17/+13
* On probe error, if restart requested, skip any retries and recovery.mav2010-02-041-1/+2
* Disable kern.cam.power_down ATM. It doesn't work fine on some controllers.mav2010-02-031-1/+1
* MFp4:mav2010-02-032-2/+39
* MFp4:mav2010-02-031-2/+94
* Change the way in which fake async events generated. Do not usemav2010-02-021-60/+24
* - Use separate buffer for identify data fetching. We can't use main buffermav2010-02-023-45/+19
* Some missed parts for r203376.mav2010-02-021-2/+6
* - Give ATA/SATA SIMs info about ATAPI packet size, supported by device.mav2010-02-022-1/+39
* MFp4: Large set of CAM inprovements.mav2010-01-2823-812/+909
* - Report SATA in legacy emulation mode still as SATA.mav2010-01-101-16/+13
* Remove extraneous semicolons, no functional changes.mbr2010-01-072-3/+3
* Add BIO_DELETE support to ada(4):mav2009-12-282-114/+250
* Report stripe size only if physical sector size is not equal to logical.mav2009-12-241-3/+8
* Remove duplicate devstat_start_transaction_bio() call. It is already calledmav2009-12-181-2/+0
* Clear result before requesting XPT_PATH_INQ.mav2009-12-091-0/+1
* MFp4;mav2009-12-073-14/+23
* MFp4:mav2009-12-062-0/+9
* MFp4:mav2009-12-062-6/+78
* Fix several cases where the periph lock was held over malloc.scottl2009-12-021-54/+24
* Add CAM_ATAIO_DMA ATA command flag to mark DMA protocol commands.mav2009-12-012-3/+18
* MFp4:mav2009-11-263-4/+37
* Fix small copu-paste bug.mav2009-11-251-1/+1
* MFp4:mav2009-11-246-32/+214
* Disable PortMultiplier Async Notifications for time of ports reset.mav2009-11-161-12/+33
* MFp4:mav2009-11-143-7/+6
* MFp4:mav2009-11-141-37/+3
* MFp4:mav2009-11-143-26/+42
* MFp4:mav2009-11-141-1/+2
* MFp4:mav2009-11-119-158/+151
* MFp4:mav2009-11-051-4/+17
* Fix protype.mav2009-11-041-1/+1
* PMP commands use short format. PMP write doesn't return result.mav2009-11-041-10/+4
* MFp4:mav2009-11-044-25/+12
* MFp4:mav2009-11-044-32/+56
* MFp4:mav2009-11-035-7/+229
* Provide the same sanity check on the sector size in dagetcapacity as when thethompsa2009-11-021-2/+9
* The async callback could free the device. If it is a broadcast async,mav2009-11-021-1/+7
* MFp4:mav2009-11-014-30/+50
* MFp4:mav2009-10-3110-517/+452
* MFp4:mav2009-10-311-1/+28
* Make "Retrying Command" to be printed before actual retrying.mav2009-10-231-22/+17
* MFp4:mav2009-10-232-254/+758
* Fix the build.mav2009-10-231-1/+1
OpenPOWER on IntegriCloud