aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata/chipsets/ata-serverworks.c
Commit message (Expand)AuthorAgeFilesLines
* - With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) relatedMarius Strobl2013-04-061-1/+0
* Remove all legacy ATA code parts, not used since options ATA_CAM enabled inAlexander Motin2013-04-041-29/+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-3/+3
* 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-2/+2
* Do hard reset before soft reset for SATA channels. Soft reset reported to beAlexander Motin2010-11-271-1/+1
* Fix a problem where device detection would work unreliably on ServerworksNathan Whitehorn2010-09-091-18/+25
* 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
* Relocate interrupt sense setting for K2 SATA from the ATA driver to theNathan Whitehorn2010-05-161-7/+0
* Serverworks OSB4 has no 0x4a (piomode) register, do not touch it.Alexander Motin2009-12-171-2/+4
* MFp4:Alexander Motin2009-12-061-47/+52
* MFp4:Alexander Motin2009-10-311-6/+5
* Add some magic taken from OS X and Linux to support early revision K2Nathan Whitehorn2009-10-291-0/+31
* MFp4:Alexander Motin2009-06-241-1/+1
* The Serverworks SATA chipsets used in Apple G5 systems require requiringNathan Whitehorn2009-04-041-0/+23
* Quite mechanical ch_detach implementations for all atapci subdrivers.Alexander Motin2009-02-191-0/+12
* As soon as they called in only same one place (ata_pcichannel_attach()),Alexander Motin2009-02-181-3/+3
* - For chipsets that can't do 64k transfers, fall back to 32k transfersJohn Baldwin2008-10-171-2/+2
* This is the roumored ATA modulerisation works, and it needs a little explanat...Søren Schmidt2008-10-091-0/+332