aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata/chipsets
Commit message (Expand)AuthorAgeFilesLines
* 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
* According to ATA specifications, when ATAPI master is the only device, itAlexander Motin2011-04-211-11/+21
* - Fix mapping of the last two SATA ports on 6-port Intel controllers.Alexander Motin2011-04-211-2/+2
* Add missing bus_dmamap_sync() calls for the work DMA map.Marius Strobl2011-03-061-1/+14
* Add missing bus_dmamap_sync() calls for the work DMA map.Marius Strobl2011-03-061-1/+17
* Support for the new Patsburg PCH chipset:Jack F Vogel2011-02-011-0/+5
* Support for the new DH89xxCC PCH chipset including:Jack F Vogel2011-01-311-0/+1
* ICH7 SATA controller in legacy mode can provide access to SATA registersAlexander Motin2011-01-241-14/+104
* Several chipset drivers alter parameters relevant for the DMA tag creation,Marius Strobl2010-11-287-17/+11
* Do hard reset before soft reset for SATA channels. Soft reset reported to beAlexander Motin2010-11-271-1/+1
* Record that there is no devices if SATA reset found none.Alexander Motin2010-11-181-0/+2
* Some VIA SATA controllers provide access to non-standard SATA registers viaAlexander Motin2010-11-181-4/+128
* Add IDs for VIA VX900 chipset SATA controller.Alexander Motin2010-11-171-1/+4
* Remove stale line, accidentally slipped into r214016.Alexander Motin2010-11-021-1/+0
* Set of legacy mode SATA enchancements:Alexander Motin2010-10-187-95/+450
* Revert r132291.Alexander Motin2010-09-301-2/+1
* Add missing le32toh(), same as recently done in ata-siliconimage.c.Alexander Motin2010-09-241-1/+1
* Add missing byteswap, works on big endian systems now (tested on NetlogicJayachandran C.2010-09-231-1/+1
* Fix a problem where device detection would work unreliably on ServerworksNathan Whitehorn2010-09-091-18/+25
* Add fix for SiI3114 and SiI3512 chips bug, which caused sending R_ERR inAlexander Motin2010-09-021-0/+8
* SATA1.x SiliconImage controllers on power-on reset TFD Status register intoAlexander Motin2010-09-021-0/+1
* Increase device reset timeout from 10 to 15 seconds, same as in ahci(4).Alexander Motin2010-09-011-1/+1
* Add Intel Cougar Point PCH SATA Controller DeviceIDs. Correct some existingAlexander Motin2010-08-281-16/+20
* If ata_sata_phy_reset() failed and ata_generic_reset() is not called, markAlexander Motin2010-07-107-1/+24
* Make hw.ata.ata_dma_check_80pin tunable affect not only device side, butAlexander Motin2010-07-1010-14/+21
* Following r209299, level interrupts are low by default on PPC, so removeNathan Whitehorn2010-06-181-7/+0
* Some revisions of the Serverworks K2 SATA controller have a dataNathan Whitehorn2010-06-061-0/+10
* Correct the comment. We now use level low instead of edge high for thisNathan Whitehorn2010-06-051-1/+1
* Partially revert r208162 while waiting for review on a more comprehensiveNathan Whitehorn2010-06-051-0/+7
* Fix use after free on error.Alexander Motin2010-06-051-0/+1
* Fix PCH chipset IDs. They are 0x3bxx, not 0x3axx.Alexander Motin2010-06-041-16/+16
* Relocate interrupt sense setting for K2 SATA from the ATA driver to theNathan Whitehorn2010-05-161-7/+0
* For early ALI chips do not announce I/O sizes that require unsupportedAlexander Motin2010-04-141-1/+4
* - Add ALI M5228 PATA ID.Alexander Motin2010-03-011-1/+2
* Oops! Wrong word order. :(Alexander Motin2010-02-221-16/+16
* Add Intel PCH SATA controller IDs.Alexander Motin2010-02-221-0/+16
* Report SATA300 chips also as SATA.Alexander Motin2010-02-051-1/+2
* NetCell is a PCI hardware RAID without cable and mode setting.Alexander Motin2010-02-011-1/+11
* Add one more type cast, missed in r203043.Alexander Motin2010-01-271-1/+1
* Do not place fake interrupt register on chip.Alexander Motin2010-01-261-26/+7
* Restore SATA speed reporting, broken by ATA_CAM changes.Alexander Motin2010-01-261-1/+18
* Clear ch->devices, if hard-reset failed.Alexander Motin2010-01-261-1/+2
* Add support for SATA part of Marvell 88SE912x controllers to ahci(4).Alexander Motin2010-01-261-2/+17
* Report which of IXP700 legacy ATA channels is SATA.Alexander Motin2010-01-101-2/+23
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-072-6/+6
* Add support for Intel SCH PATA controller.Alexander Motin2009-12-221-2/+39