aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* ata: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0115-30/+13
* Tag pccard drivers with gone in 13.Warner Losh2020-08-201-0/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Remove sparc64 kernel supportWarner Losh2020-02-032-16/+0
* Avoid a tautological bitwise compare.Brooks Davis2019-12-171-1/+1
* Use a void * argument to callout handlers instead of timeout_t casts.John Baldwin2019-12-053-3/+5
* GC ATA_REQUEST_TIMEOUT option remnantsAndriy Voskoboinyk2019-02-161-4/+0
* Reset indentiation of ata_suspend() such that its clear we fall throughSean Bruno2018-07-031-7/+7
* Reset indentation of this flag. No functional change intended.Sean Bruno2018-07-031-1/+1
* Add ready polling after PHY reset on VIA SATA controllers.Alexander Motin2018-05-231-2/+19
* Add ISA PNP tables to ISA drivers. Fix a few incidental comments.Warner Losh2018-01-291-0/+1
* Fix typoEitan Adler2017-11-301-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2731-0/+62
* Use "Ibex Peak" codename for "5 Series/3400 Series" chipsets.Alexander Motin2017-08-092-12/+12
* Remove dead mentions of CAM target mode APIs from drivers.Alexander Motin2017-02-191-4/+0
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-282-355/+0
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-3/+3
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-033-3/+3
* Implement Auxiliary register. Add PIM_ATA_EXT flag to flag that a SIMWarner Losh2016-04-171-0/+6
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Small typo.Pedro F. Giffuni2016-03-291-1/+1
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-273-16/+16
* Ternary operator has lower priority than OR.Gleb Smirnoff2016-02-171-3/+2
* Convert a few more long -> rman_res_t.Justin Hibbits2016-02-161-1/+1
* Add defines for WRITE_UNCORRECTABLE ATA command, and improve command loggingRavi Pokala2016-02-041-8/+92
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-274-6/+8
* Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO buildingWarner Losh2015-12-111-0/+1
* Increase reset assertion time from 10 to 100us.Alexander Motin2015-11-151-1/+1
* Pass proper device to pci_read_config().Alexander Motin2015-10-211-2/+3
* Small addition to r286814.Alexander Motin2015-08-151-2/+0
* Remove UMA allocation of ATA requests.Alexander Motin2015-08-152-34/+3
* Disable 32-bit PIO for 6Gbit/s Intel SATA controllers.Alexander Motin2015-08-082-21/+24
* Add unmapped I/O support to ata(4) driver.Alexander Motin2015-08-072-71/+168
* 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