summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* MFC r290855: Increase reset assertion time from 10 to 100us.mav2015-11-291-1/+1
* MFC r286814, r286816: Remove UMA allocation of ATA requests.mav2015-08-292-36/+3
* MFC r286448: Disable 32-bit PIO for 6Gbit/s Intel SATA controllers.mav2015-08-222-21/+24
* MFC r280451:mav2015-08-2212-2485/+16
* MFC r280393: Reduce priority of ATA/SATA drivers.mav2015-04-0624-24/+24
* MFC r279963: Fix SATA Gen3 speed constants.mav2015-03-201-1/+2
* MFC r275101:mav2014-12-032-0/+25
* MFC r273328: Add another PCI ID for JMB368 PATA controller.mav2014-10-272-0/+2
* MFC: r268095marius2014-07-041-1/+1
* MFC 264389: Fix the style of ata_interrupt_locked().ian2014-05-171-13/+11
* MFC 264180, 264181, 264182:ian2014-05-171-1/+2
* MFC r261410ian2014-05-151-0/+3
* MFC Alexander Motin's direct dispatch, multi-queue, and finer-grainedscottl2014-01-071-2/+0
* MFC r258162:mav2014-01-052-0/+27
* MFC r256304grehan2013-10-112-2/+2
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-4/+1
* Add missing NULL check after malloc(M_NOWAIT).mav2013-07-251-0/+4
* Add new Coleto Creek device support: SATA, SMBus, and Watchdog devices.jfv2013-07-192-0/+7
* Add test for SATA registers writability and skip using them if it failed.mav2013-06-251-5/+30
* Pass proper memory type to free() in ata_ali_chipinit().mav2013-06-181-1/+1
* Fix several typoseadler2013-05-121-1/+1
* Usnure that PCI bus BIS_GET_DMA_TAG() method sees the actual PCIkib2013-04-141-0/+8
* - With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) relatedmarius2013-04-0631-35/+3
* - Make ata_str2mode() static, it's not used outside of ata-all.c.marius2013-04-064-195/+153
* Remove some more remnants of !ATA_CAM.marius2013-04-061-11/+0
* Unbreak ATA_NO_48BIT_DMA with ATA_CAM by treating 48-bit DMA as anmarius2013-04-061-7/+23
* Remove all legacy ATA code parts, not used since options ATA_CAM enabled inmav2013-04-0428-13814/+2
* Since ATA_CAM mode has no implemented support for serializing access to themav2013-04-032-6/+22
* Add some more ATA_CAM ifdefs.mav2013-04-032-7/+15
* Integrate Efika MX project back to home.ray2013-03-201-0/+238
* Fix command timeout caused by data underrun during fetching ATAPI sensemav2013-02-223-1/+3
* Reform the busdma API so that new types may be added without modifyingkib2013-02-122-10/+11
* Improve r238673 to additionally allow for odd-aligned buffers asmarius2013-02-022-10/+49
* In case somebody still use it, fix legacy ataraid(4) to work on combinedmav2013-01-151-1/+2
* Add Intel Lynx Point PCH SATA Controller Device IDsjfv2013-01-022-0/+25
* Add IDs for SATA controllers on AMD Hudson-2 series chipsets.mav2012-12-122-0/+12
* Remove duplicate const specifiers in many drivers (I hope I got all ofdim2012-11-0517-18/+18
* Only four specific ATA PIO commands transfer several sectors per DRQ blockmav2012-11-011-2/+10
* Implement CAM_ATAIO_NEEDRESULT (fetching full set of result registers) formav2012-10-265-6/+21
* Add checks for ata_sata_scr_read() return statuses. It is mostly to silencemav2012-10-101-3/+5
* Fix build without `options ATA_CAM`, broken by r241144.mav2012-10-031-0/+4
* Implement SATA revision (speed) control for legacy SATA controller formav2012-10-023-4/+27
* Remove bogus break statements.kevlo2012-09-181-1/+0
* Add IDs for JMicron JMB360/JMB362 AHCI SATA controllers.mav2012-08-302-0/+2
* Use 16bit PIO instead of 32bit in case of misaligned buffer.mav2012-07-211-18/+14
* Fix typo in bzero length argument during sense fetching.mav2012-07-211-1/+1
* Remove variables which are initialized but never used thereaftereadler2012-07-071-4/+0
* - As a baind-aid, disable ATAPI DMA when using ATA_CAM for these controllersmarius2012-06-141-2/+5
* Partially revert r236666:mav2012-06-101-1/+1
* ATA/SATA controllers have no idea about protocol of the connected devicemav2012-06-061-2/+2
OpenPOWER on IntegriCloud