summaryrefslogtreecommitdiffstats
path: root/sys/cam/ata
Commit message (Expand)AuthorAgeFilesLines
* Correct bioq_disksort so that bioq_insert_tail() offers barrier semantic.gibbs2010-09-021-1/+2
* Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers tomav2010-07-251-0/+4
* ATA device reset starts probe sequence from the beginning. If reset causedmav2010-07-061-4/+19
* Add allocation error hadling.mav2010-06-051-0/+7
* Fix double free on error.mav2010-06-051-4/+2
* Add a new primitive, XPT_SCAN_TGT, to cover the range between scanning amjacob2010-05-261-0/+2
* Change ad_firmware_geom_adjust() to operate on a struct disk * only andmarius2010-05-201-1/+10
* Remove unnecessary headers which were inherited from cam_xpt.c withoutmarius2010-05-201-4/+0
* Make SATA XPT negotiate and enable some additional SATA features, such as:mav2010-05-022-3/+154
* Report PMP absence using target 15, same as for precence (not a wildcard),mav2010-04-301-4/+6
* Update device identify data and serial number when device change detected.mav2010-04-271-2/+6
* MFp4:mav2010-04-262-14/+19
* Make PUIS detection more strict. Previous implementation caused falsemav2010-02-261-5/+4
* Virtualize transport part of periph announcement.mav2010-02-221-0/+81
* On probe error, if restart requested, skip any retries and recovery.mav2010-02-041-1/+2
* MFp4:mav2010-02-032-2/+39
* - Use separate buffer for identify data fetching. We can't use main buffermav2010-02-023-45/+19
* - Give ATA/SATA SIMs info about ATAPI packet size, supported by device.mav2010-02-021-1/+35
* MFp4: Large set of CAM inprovements.mav2010-01-284-124/+155
* - Report SATA in legacy emulation mode still as SATA.mav2010-01-101-16/+13
* 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
* MFp4;mav2009-12-073-14/+23
* MFp4:mav2009-12-061-0/+3
* MFp4:mav2009-12-061-4/+72
* Add CAM_ATAIO_DMA ATA command flag to mark DMA protocol commands.mav2009-12-012-3/+18
* MFp4:mav2009-11-262-1/+34
* Fix small copu-paste bug.mav2009-11-251-1/+1
* MFp4:mav2009-11-244-21/+182
* Disable PortMultiplier Async Notifications for time of ports reset.mav2009-11-161-12/+33
* MFp4:mav2009-11-141-1/+2
* MFp4:mav2009-11-114-107/+90
* 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-041-2/+0
* MFp4:mav2009-11-044-32/+56
* MFp4:mav2009-11-032-0/+187
* MFp4:mav2009-11-011-1/+6
* MFp4:mav2009-10-313-505/+393
* MFp4:mav2009-10-232-254/+758
* Replace most of priority numbers with defines. No logical changes.mav2009-10-232-21/+21
* MFp4:mav2009-10-211-174/+28
* MFp4:mav2009-10-211-85/+111
* MFp4:mav2009-10-211-1/+2
* Export disk serial numbers for adaX disks.pjd2009-10-091-0/+2
* Report SATA 3.x devices.mav2009-09-271-1/+3
* Short ATA command format has 28bit address, not 36bit.mav2009-08-304-12/+12
* ATA_FLUSHCACHE is a 36bit format command, not 48.mav2009-08-301-4/+4
* Fix copy/paste bug, that requests data read during ATA device probe sequencemav2009-08-181-4/+4
* Fix copy-paste bug. Use regular non-polled mode for executing FLUSHCACHEmav2009-07-171-2/+3
OpenPOWER on IntegriCloud