aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata/chipsets/ata-marvell.c
Commit message (Expand)AuthorAgeFilesLines
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-111-1/+1
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-1/+1
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* ata: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove from legacy ata(4) driver support for hardware, supported by newerAlexander Motin2015-03-241-448/+1
* Reduce priority of ATA/SATA drivers.Alexander Motin2015-03-231-1/+1
* - With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) relatedMarius Strobl2013-04-061-1/+0
* Remove duplicate const specifiers in many drivers (I hope I got all ofDimitry Andric2012-11-051-1/+1
* - First pass at const'ifying ata(4) as appropriate.Marius Strobl2012-03-211-1/+1
* Fix names of some Marvell SATA chips. It looks like chips with proprietaryAlexander Motin2012-03-021-6/+6
* Convert files to UTF-8Ulrich Spörlein2012-01-151-1/+1
* Several chipset drivers alter parameters relevant for the DMA tag creation,Marius Strobl2010-11-281-1/+1
* Set of legacy mode SATA enchancements:Alexander Motin2010-10-181-1/+1
* If ata_sata_phy_reset() failed and ata_generic_reset() is not called, markAlexander Motin2010-07-101-0/+2
* Make hw.ata.ata_dma_check_80pin tunable affect not only device side, butAlexander Motin2010-07-101-1/+2
* Add support for SATA part of Marvell 88SE912x controllers to ahci(4).Alexander Motin2010-01-261-2/+17
* MFp4:Alexander Motin2009-12-061-13/+17
* Change the way in which AHCI+PATA combined controllers, such as JMicronAlexander Motin2009-11-161-65/+30
* Add support for SATA ports on SATA+PATA Marvell controllers.Alexander Motin2009-11-131-25/+69
* Allow newly added controllers to use full I/O sizes.Alexander Motin2009-10-311-1/+3
* MFp4:Alexander Motin2009-10-311-7/+6
* Add support for different request block format used by Gen-IIe Marvell SATA.Alexander Motin2009-10-301-30/+65
* - Add missing bus_dmamap_sync(9) calls for the work DMA map. PreviouslyMarius Strobl2009-09-221-7/+18
* Revert previous commit and add myself to the list of people who shouldPoul-Henning Kamp2009-09-081-1/+1
* Add necessary include.Poul-Henning Kamp2009-09-081-1/+1
* Fix Marvel SATA controllers operation, broken by rev. 188765,Alexander Motin2009-07-131-2/+2
* MFp4:Alexander Motin2009-06-241-1/+1
* Integrate user/mav/ata branch:Alexander Motin2009-03-301-1/+1
* Remove the local management of INTx as this is now taken care of by pci.Robert Noland2009-03-041-3/+0
* Quite mechanical ch_detach implementations for all atapci subdrivers.Alexander Motin2009-02-191-0/+11
* As soon as they called in only same one place (ata_pcichannel_attach()),Alexander Motin2009-02-181-8/+9
* Add support for Marvell PATA M88SX6121.Rui Paulo2008-11-251-0/+1
* - For chipsets that can't do 64k transfers, fall back to 32k transfersJohn Baldwin2008-10-171-1/+1
* This is the roumored ATA modulerisation works, and it needs a little explanat...Søren Schmidt2008-10-091-0/+542