summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/chipsets/ata-acerlabs.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r280451:mav2015-08-221-6/+0
* MFC r280393: Reduce priority of ATA/SATA drivers.mav2015-04-061-1/+1
* Pass proper memory type to free() in ata_ali_chipinit().mav2013-06-181-1/+1
* - With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) relatedmarius2013-04-061-1/+0
* Remove all legacy ATA code parts, not used since options ATA_CAM enabled inmav2013-04-041-2/+0
* Remove duplicate const specifiers in many drivers (I hope I got all ofdim2012-11-051-1/+1
* - First pass at const'ifying ata(4) as appropriate.marius2012-03-211-4/+5
* Using ATA_CAM along with ATAPI DMA causes data corruption with ALI_NEWmarius2012-01-271-0/+4
* Convert files to UTF-8uqs2012-01-151-1/+1
* - Use mutex to serialize index/data register pair usage, whenmav2011-07-221-1/+24
* Make hw.ata.ata_dma_check_80pin tunable affect not only device side, butmav2010-07-101-1/+1
* Fix use after free on error.mav2010-06-051-0/+1
* For early ALI chips do not announce I/O sizes that require unsupportedmav2010-04-141-1/+4
* - Add ALI M5228 PATA ID.mav2010-03-011-1/+2
* Only set ATA_CHECKS_CABLE for chip versions that actually supportmarius2009-12-131-1/+2
* Properly support M5229 revision 0xc7 and 0xc8:marius2009-12-131-5/+8
* MFp4:mav2009-12-061-53/+45
* Revert previous commit and add myself to the list of people who shouldphk2009-09-081-1/+0
* Add necessary include.phk2009-09-081-0/+1
* MFp4:mav2009-06-241-1/+1
* Preallocate the four BARs in ALI SATA controllers during the chipinitjhb2009-06-101-12/+31
* Remove the local management of INTx as this is now taken care of by pci.rnoland2009-03-041-4/+0
* Quite mechanical ch_detach implementations for all atapci subdrivers.mav2009-02-191-0/+2
* As soon as they called in only same one place (ata_pcichannel_attach()),mav2009-02-181-7/+7
* This is the roumored ATA modulerisation works, and it needs a little explanat...sos2008-10-091-0/+307
OpenPOWER on IntegriCloud