summaryrefslogtreecommitdiff
path: root/sys/dev/ata/chipsets
Commit message (Expand)AuthorAgeFilesLines
* MFC r355830:Brooks Davis2019-12-201-1/+1
* 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
* Fix typoEitan Adler2017-11-301-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2722-0/+44
* Use "Ibex Peak" codename for "5 Series/3400 Series" chipsets.Alexander Motin2017-08-091-6/+6
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* 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
* 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
* Disable 32-bit PIO for 6Gbit/s Intel SATA controllers.Alexander Motin2015-08-081-21/+23
* Remove from legacy ata(4) driver support for hardware, supported by newerAlexander Motin2015-03-2410-2276/+16
* Reduce priority of ATA/SATA drivers.Alexander Motin2015-03-2323-23/+23
* Add bunch of PCI IDs of Intel Wildcat Point (9 Series) chipsets.Alexander Motin2014-11-261-0/+12
* Add another PCI ID for JMB368 PATA controller.Alexander Motin2014-10-201-0/+1
* err set but not used. Eliminate it.Warner Losh2014-08-081-2/+2
* Actually pro AMD chipsets.Marius Strobl2014-07-011-1/+1
* 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-151-0/+12
* 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-191-0/+3
* 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
* - With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) relatedMarius Strobl2013-04-0624-24/+0
* Remove all legacy ATA code parts, not used since options ATA_CAM enabled inAlexander Motin2013-04-046-164/+0
* Since ATA_CAM mode has no implemented support for serializing access to theAlexander Motin2013-04-031-0/+4
* Integrate Efika MX project back to home.Aleksandr Rybalko2013-03-201-0/+238
* Add Intel Lynx Point PCH SATA Controller Device IDsJack F Vogel2013-01-021-0/+12
* Add IDs for SATA controllers on AMD Hudson-2 series chipsets.Alexander Motin2012-12-121-0/+6
* Remove duplicate const specifiers in many drivers (I hope I got all ofDimitry Andric2012-11-0516-17/+17
* Implement CAM_ATAIO_NEEDRESULT (fetching full set of result registers) forAlexander Motin2012-10-262-4/+8
* Add IDs for JMicron JMB360/JMB362 AHCI SATA controllers.Alexander Motin2012-08-301-0/+1
* Remove variables which are initialized but never used thereafterEitan Adler2012-07-071-4/+0
* - As a baind-aid, disable ATAPI DMA when using ATA_CAM for these controllersMarius Strobl2012-06-141-2/+5
* - First pass at const'ifying ata(4) as appropriate.Marius Strobl2012-03-2119-90/+105
* Remove remnants of ATA_LOCKING uses in the ATA_CAM case and wrap itMarius Strobl2012-03-211-2/+15
* Fix names of some Marvell SATA chips. It looks like chips with proprietaryAlexander Motin2012-03-022-10/+10
* Using ATA_CAM along with ATAPI DMA causes data corruption with ALI_NEWMarius Strobl2012-01-272-0/+8
* Convert files to UTF-8Ulrich Spörlein2012-01-1523-23/+23
* Add 0x2826 device ID for C600 (Patsburg) SATA controller in RAID mode.Jim Harris2012-01-061-0/+1
* Add PCI IDs for the Intel ICH9M SATA controllers.Alexander Motin2011-12-141-0/+4
* Add hw.ahci.force tunable to control whether AHCI drivers should attachAlexander Motin2011-12-022-2/+26
* In r225931 I've missed the only other driver using the pointer returnedMarius Strobl2011-11-012-3/+19
* Do not force AHCI mode on NVIDIA MCP89 SATA controllers. Recent AppleAlexander Motin2011-08-021-3/+21
* - Use mutex to serialize index/data register pair usage, whenAlexander Motin2011-07-224-10/+88
* Skip BAR(5) usage for SATA registers access on ICH8M Apples, because forAlexander Motin2011-06-141-1/+3
* Chipset support for the new Intel Panther Point PCH, thanksJack F Vogel2011-05-111-0/+12