summaryrefslogtreecommitdiffstats
path: root/sys/cam/ata/ata_xpt.c
Commit message (Expand)AuthorAgeFilesLines
* Fix heimdal KDC-REP service name validation vulnerability [SA-17:05]delphij2017-07-121-0/+7
* MFC r287289: Attach pass driver to LUNs is OFFLINE state.mav2015-09-281-1/+2
* Merge SETAN changes from head:imp2014-08-261-10/+3
* MFC Alexander Motin's direct dispatch, multi-queue, and finer-grainedscottl2014-01-071-42/+40
* Rework r250298 in more correct way.mav2013-05-061-5/+3
* Fix byte order of ATA WWN when converting it to SCSI LUN ID.mav2013-05-061-2/+5
* MFprojects/camlock r248982:mav2013-04-141-2/+2
* MFprojects/camlock r248890, r248897, r248898, r248900, r248903, r248905,mav2013-04-141-32/+27
* Unbreak ATA_NO_48BIT_DMA with ATA_CAM by treating 48-bit DMA as anmarius2013-04-061-13/+38
* MFprojects/camlock:mav2013-04-041-11/+0
* Fix problem with the Samsung 840 PRO series SSD detection.mav2012-11-261-0/+8
* Don't duplicate path/ccb allocation code, use existing functions.mav2012-10-111-16/+7
* Remove 'periph == NULL' check from bunch of periph drivers.mav2012-10-101-5/+0
* Implement media change notification for DA and CD removable media devices.mav2012-07-291-0/+12
* One more major cam_periph_error() rewrite to improve error handling andmav2012-06-091-6/+3
* ATA/SATA controllers have no idea about protocol of the connected devicemav2012-06-061-1/+19
* Tune and add some more CAM_DEBUG() points for the probe sequences.mav2012-06-051-11/+15
* Remove some dead code that I doubt will ever be implemented.mav2012-06-041-108/+0
* Rewrite enabling NCQ for SATA devices in a way more alike to SCSI TCQ.mav2012-06-021-94/+95
* Use AC_GETDEV_CHANGED async to notify ada driver about DMA and NCQ statusmav2012-06-011-0/+2
* Allow to change number of openings (used tags) for ATA/SATA devicesmav2012-05-291-4/+8
* Plug request and references leak caused by race between invalidatedmav2012-05-291-6/+11
* MFprojects/zfsd:mav2012-05-241-9/+163
* Make CAM ATA honor old hw.ata.ata_dma and hw.ata.atapi_dma tunables.mav2012-02-021-0/+13
* Fix ATAPI breakage introduced by r223443. It made SCSI commands to ATAPImav2011-06-231-1/+2
* Plumb support for the device advanced information CCB in the ATA XPT.will2011-06-221-0/+33
* Do not report CFA devices as ATAPI, even though IDENTIFY data look alike.mav2011-06-121-3/+7
* Add basic support for DMA-capable ATA disks on DMA-incapable controller.mav2011-04-201-0/+5
* Improve SATA Asynchronous Notification feature support in CAM:mav2011-04-131-0/+25
* In addition to r217444 ignore also ATA status errors on DMA Auto-Activationmav2011-01-261-0/+8
* Make device initialization sequence shorter when possible. Do not enable/mav2011-01-261-3/+9
* Some old WD SATA disks report supported and enabled device-initiatedmav2011-01-151-3/+17
* If HBA doesn't report user-enabled SATA capabilies (like ATA_CAM wrapper) -mav2010-11-181-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
* Add a new primitive, XPT_SCAN_TGT, to cover the range between scanning amjacob2010-05-261-0/+2
* 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-021-0/+137
* 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-261-10/+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-031-2/+36
* - Use separate buffer for identify data fetching. We can't use main buffermav2010-02-021-39/+17
* - 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-281-46/+75
* - Report SATA in legacy emulation mode still as SATA.mav2010-01-101-16/+13
* MFp4;mav2009-12-071-3/+2
OpenPOWER on IntegriCloud