Age | Commit message (Expand) | Author |
2013-05-27 | Fix edge cases of uninitialized variables. In my tree for too long, I even | Miod Vallat |
2013-01-05 | - add some intel 7 series sata ids. | Jasper Lievisse Adriaanse |
2012-10-08 | Revamp the sequences for suspend/hibernate -> resume so that the code | Theo de Raadt |
2012-04-22 | VT6410 and VT6415 controllers do not implement the `channel enable' register, | Miod Vallat |
2012-03-13 | Don't call wdcintr() for channels that aren't properly initialized or don't | Mark Kettenis |
2012-01-15 | As SiS IDE has the same PCI product id for different revisions | Jonathan Gray |
2012-01-04 | Add support for SiS 1183 SATA. From/tested by Loganaden Velvindron. | Jonathan Gray |
2011-11-12 | Unbreak tree after kettenis's sanitization in pcidevs | Philip Guenthe |
2011-11-02 | Make sure we set UDMA capabilities for HT-1000 IDE, | Jonathan Gray |
2011-09-17 | use default_chip_unmap for sata_chip_map, lets the via controllers detach | Jonathan Gray |
2011-07-15 | Cope with the start-dma-before-init errata and some other register setup | Theo de Raadt |
2011-07-11 | pass the interface for non-compat-mode piix. from netbsd. | joshua stein |
2011-05-09 | Refactor queue allocation and initialization into a wdc_alloc_queue() | Matthew Dempsky |
2011-05-09 | Initialize the wdc ata_drive_datas structs earlier in wdcattach() so | Matthew Dempsky |
2011-04-27 | support Intel 6 series SATA in non raid/non ahci mode. | Jonathan Gray |
2011-04-18 | keep an eye out for wdc registers returning 0xff. if they return 0xff, | Theo de Raadt |
2011-04-14 | add support for VIA VT6415 & VX900 IDE | Jonathan Gray |
2011-04-07 | Avoid using an uninitialized variable when downgrading PIO mode too much on | Miod Vallat |
2011-04-03 | use nitems(); no binary change for drivers that are compiled on amd64. | Jasper Lievisse Adriaanse |
2010-11-18 | Mark NVIDIA MCP89 SATA controllers as such. Makes them use DMA instead of PIO | Mark Kettenis |
2010-11-06 | Revision 0xc4 and earlier of the Acer Labs M5229 UDMA IDE controller can't do | Mark Kettenis |
2010-08-31 | Add DVACT_QUIECE support. This is called before splhigh() and before | Theo de Raadt |
2010-08-31 | no need to specially handle the 4 AMD756 registers at suspend/resume time; | Theo de Raadt |
2010-08-31 | PCI configuration space register save/restore for AMD756. | Miod Vallat |
2010-08-06 | ok, that is the last of the easy chips to check for register saves. i'm | Theo de Raadt |
2010-08-06 | another set of chips which do not need register rewrites at resume time | Theo de Raadt |
2010-08-03 | no special registers to restore on via chips either | Theo de Raadt |
2010-08-02 | jmicron code was writing to the wrong register; ok jsg | Theo de Raadt |
2010-08-02 | Save/restore more registers at suspend/resume for those chips which look | Theo de Raadt |
2010-07-28 | the default pciide chip needs no additional register restores; tested by jcs ... | Theo de Raadt |
2010-07-28 | suspend save/restore for SIS3112; tested by mlarkin | Theo de Raadt |
2010-07-23 | Manuel Bouyer rescinded clauses 3 and 4 of his license text. | Jonathan Gray |
2010-07-23 | For suspend/reume, ATI IXP chips (might) need 0x40-0x56 saved.. but | Theo de Raadt |
2010-07-22 | When suspending, save & restore as many registers as we can from the | Theo de Raadt |
2010-04-20 | Don't write garbage to the config space for phison, | Jonathan Gray |
2010-04-11 | Send "STANDBY IMMEDIATE" command to ATA disks upon suspend. For this to work, | Mark Kettenis |
2009-11-21 | EP80579 SATA | Jonathan Gray |
2009-11-01 | add support for the ati sb900^Whudson2 chips. | David Gwynne |
2009-10-18 | Match on Intel 3400 SATA. | Jonathan Gray |
2009-10-17 | Match on MCP77 SATA. | Jonathan Gray |
2009-10-13 | Correct udma timing register offset and the udma mode ceiling | Jonathan Gray |
2009-10-05 | Fill pciide_unmapregs_compat() with stuff which might work, if we ever get | Theo de Raadt |
2009-10-05 | Add some minimalistic detach/unmap bits for pciide, | Jonathan Gray |
2009-09-29 | Support the Phison PS5000. IO Data and other vendors are now using this | Theo de Raadt |
2009-09-05 | Remove unnecessary assignments in sii311[24]_chip_map(). | Miod Vallat |
2009-08-02 | Minor KNF from Brad. No binary change. | Stuart Henderson |
2009-06-26 | add the VIA VX855 chipset | Kevin Lo |
2009-05-31 | Add SCH IDE support code. | Jonathan Gray |
2009-04-24 | Add support for ICH10 SATA devices not operating in AHCI mode. | Jonathan Gray |
2009-02-07 | Match on native/legacy MCP79 SATA ids. | Jonathan Gray |