aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata/chipsets
Commit message (Expand)AuthorAgeFilesLines
* ata: Use device_set_descf()Mark Johnston2024-06-094-26/+20
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1622-44/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1222-22/+22
* Remove unused ata_pci_devclass.John Baldwin2022-05-061-2/+1
* ata-fsl: Remove unused variable.John Baldwin2022-04-131-4/+0
* ata-promise: kill lenght, it's set but never usedWarner Losh2021-12-141-2/+1
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-081-1/+0
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-231-1/+1
* ata: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0111-16/+8
* Remove sparc64 kernel supportWarner Losh2020-02-031-8/+0
* Avoid a tautological bitwise compare.Brooks Davis2019-12-171-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