aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Add BIO_DELETE support to ada(4):Alexander Motin2009-12-282-114/+250
* Report stripe size only if physical sector size is not equal to logical.Alexander Motin2009-12-241-3/+8
* Remove duplicate devstat_start_transaction_bio() call. It is already calledAlexander Motin2009-12-181-2/+0
* Clear result before requesting XPT_PATH_INQ.Alexander Motin2009-12-091-0/+1
* MFp4;Alexander Motin2009-12-073-14/+23
* MFp4:Alexander Motin2009-12-062-0/+9
* MFp4:Alexander Motin2009-12-062-6/+78
* Fix several cases where the periph lock was held over malloc.Scott Long2009-12-021-54/+24
* Add CAM_ATAIO_DMA ATA command flag to mark DMA protocol commands.Alexander Motin2009-12-012-3/+18
* MFp4:Alexander Motin2009-11-263-4/+37
* Fix small copu-paste bug.Alexander Motin2009-11-251-1/+1
* MFp4:Alexander Motin2009-11-246-32/+214
* Disable PortMultiplier Async Notifications for time of ports reset.Alexander Motin2009-11-161-12/+33
* MFp4:Alexander Motin2009-11-143-7/+6
* MFp4:Alexander Motin2009-11-141-37/+3
* MFp4:Alexander Motin2009-11-143-26/+42
* MFp4:Alexander Motin2009-11-141-1/+2
* MFp4:Alexander Motin2009-11-119-158/+151
* MFp4:Alexander Motin2009-11-051-4/+17
* Fix protype.Alexander Motin2009-11-041-1/+1
* PMP commands use short format. PMP write doesn't return result.Alexander Motin2009-11-041-10/+4
* MFp4:Alexander Motin2009-11-044-25/+12
* MFp4:Alexander Motin2009-11-044-32/+56
* MFp4:Alexander Motin2009-11-035-7/+229
* Provide the same sanity check on the sector size in dagetcapacity as when theAndrew Thompson2009-11-021-2/+9
* The async callback could free the device. If it is a broadcast async,Alexander Motin2009-11-021-1/+7
* MFp4:Alexander Motin2009-11-014-30/+50
* MFp4:Alexander Motin2009-10-3110-517/+452
* MFp4:Alexander Motin2009-10-311-1/+28
* Make "Retrying Command" to be printed before actual retrying.Alexander Motin2009-10-231-22/+17
* MFp4:Alexander Motin2009-10-232-254/+758
* Fix the build.Alexander Motin2009-10-231-1/+1
* Replace most of priority numbers with defines. No logical changes.Alexander Motin2009-10-2314-116/+117
* Remove some obsoleted comments.Alexander Motin2009-10-231-13/+0
* After thinking again, implement cam_ccbq_fini().Alexander Motin2009-10-223-2/+11
* cam_ccbq_fini() declared for 11 years, but never implemented. Remove it.Alexander Motin2009-10-221-2/+0
* Fix a memory leak in an error case.Christian Brueffer2009-10-221-0/+3
* MFp4:Alexander Motin2009-10-211-4/+4
* MFp4:Alexander Motin2009-10-212-174/+29
* MFp4:Alexander Motin2009-10-211-85/+111
* MFp4:Alexander Motin2009-10-211-1/+2
* Export disk serial numbers for adaX disks.Pawel Jakub Dawidek2009-10-091-0/+2
* Report SATA 3.x devices.Alexander Motin2009-09-271-1/+3
* MFp4:Alexander Motin2009-09-221-1/+6
* Remember to unlock the peripheral prior to notifying the user. Make someMatt Jacob2009-09-191-15/+70
* Fix some instances where CAM rescans get hung up or take a long time toKenneth D. Merry2009-09-151-4/+9
* Use C99 initialization for struct filterops.Robert Watson2009-09-121-2/+5
* Free the correct buffer in an error case.Scott Long2009-09-081-1/+1
* Revert previous commit and add myself to the list of people who shouldPoul-Henning Kamp2009-09-081-1/+1
* Add necessary include.Poul-Henning Kamp2009-09-081-1/+1