aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* Remove from legacy ata(4) driver support for hardware, supported by newerAlexander Motin2015-03-2412-2485/+16
* Reduce priority of ATA/SATA drivers.Alexander Motin2015-03-2324-24/+24
* Fix SATA Gen3 speed constants.Alexander Motin2015-03-131-1/+2
* Add bunch of PCI IDs of Intel Wildcat Point (9 Series) chipsets.Alexander Motin2014-11-262-0/+25
* Add another PCI ID for JMB368 PATA controller.Alexander Motin2014-10-202-0/+2
* err set but not used. Eliminate it.Warner Losh2014-08-081-2/+2
* Actually pro AMD chipsets.Marius Strobl2014-07-011-1/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-2/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-2/+1
* Don't bother clearing maps for static DMA allocations to NULL. Instead,John Baldwin2014-06-171-1/+0
* Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases,John Baldwin2014-06-101-3/+1
* Fix the style of ata_interrupt_locked().Rui Paulo2014-04-121-13/+11
* Add fsl,imx53.Rui Paulo2014-04-051-1/+2
* Follow r261352 by updating all drivers which are children of simplebusIan Lepore2014-02-021-0/+3
* Add some more IDs for Intel ATA, AHCI and USB controllers.Alexander Motin2013-11-152-0/+27
* Merge CAM locking changes from the projects/camlock branch to radicallyAlexander Motin2013-10-211-2/+0
* Allow the legacy CDROM device to be accessed in a FreeBSD guest, whilePeter Grehan2013-10-102-2/+2
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-4/+1
* Add missing NULL check after malloc(M_NOWAIT).Alexander Motin2013-07-251-0/+4
* Add new Coleto Creek device support: SATA, SMBus, and Watchdog devices.Jack F Vogel2013-07-192-0/+7
* Add test for SATA registers writability and skip using them if it failed.Alexander Motin2013-06-251-5/+30
* Pass proper memory type to free() in ata_ali_chipinit().Alexander Motin2013-06-181-1/+1
* Fix several typosEitan Adler2013-05-121-1/+1
* Usnure that PCI bus BIS_GET_DMA_TAG() method sees the actual PCIKonstantin Belousov2013-04-141-0/+8
* - With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) relatedMarius Strobl2013-04-0631-35/+3
* - Make ata_str2mode() static, it's not used outside of ata-all.c.Marius Strobl2013-04-064-195/+153
* Remove some more remnants of !ATA_CAM.Marius Strobl2013-04-061-11/+0
* Unbreak ATA_NO_48BIT_DMA with ATA_CAM by treating 48-bit DMA as anMarius Strobl2013-04-061-7/+23
* Remove all legacy ATA code parts, not used since options ATA_CAM enabled inAlexander Motin2013-04-0428-13814/+2
* Since ATA_CAM mode has no implemented support for serializing access to theAlexander Motin2013-04-032-6/+22
* Add some more ATA_CAM ifdefs.Alexander Motin2013-04-032-7/+15
* Integrate Efika MX project back to home.Aleksandr Rybalko2013-03-201-0/+238
* Fix command timeout caused by data underrun during fetching ATAPI senseAlexander Motin2013-02-223-1/+3
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-122-10/+11
* Improve r238673 to additionally allow for odd-aligned buffers asMarius Strobl2013-02-022-10/+49
* In case somebody still use it, fix legacy ataraid(4) to work on combinedAlexander Motin2013-01-151-1/+2
* Add Intel Lynx Point PCH SATA Controller Device IDsJack F Vogel2013-01-022-0/+25
* Add IDs for SATA controllers on AMD Hudson-2 series chipsets.Alexander Motin2012-12-122-0/+12
* Remove duplicate const specifiers in many drivers (I hope I got all ofDimitry Andric2012-11-0517-18/+18
* Only four specific ATA PIO commands transfer several sectors per DRQ blockAlexander Motin2012-11-011-2/+10
* Implement CAM_ATAIO_NEEDRESULT (fetching full set of result registers) forAlexander Motin2012-10-265-6/+21
* Add checks for ata_sata_scr_read() return statuses. It is mostly to silenceAlexander Motin2012-10-101-3/+5
* Fix build without `options ATA_CAM`, broken by r241144.Alexander Motin2012-10-031-0/+4
* Implement SATA revision (speed) control for legacy SATA controller forAlexander Motin2012-10-023-4/+27
* Remove bogus break statements.Kevin Lo2012-09-181-1/+0
* Add IDs for JMicron JMB360/JMB362 AHCI SATA controllers.Alexander Motin2012-08-302-0/+2
* Use 16bit PIO instead of 32bit in case of misaligned buffer.Alexander Motin2012-07-211-18/+14
* Fix typo in bzero length argument during sense fetching.Alexander Motin2012-07-211-1/+1
* Remove variables which are initialized but never used thereafterEitan Adler2012-07-071-4/+0