Age | Commit message (Expand) | Author |
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 |
2009-01-04 | Add support for CS5535 IDE adapted from the gcscide code in NetBSD | Jonathan Gray |
2009-01-04 | Shift prototypes for some common pciide functions out into | Jonathan Gray |
2008-10-02 | backout Tadpole specific non-dma workaround commited in 1.287, since it | Theo de Raadt |
2008-09-25 | remove dead stores and newly created unused variable. | Charles Longeau |
2008-09-17 | Update for renamed ATI PCI ids. | Brad Smith |
2008-07-29 | Add an ugly hack to disable DMA on the Tadpole SPARCLE laptop. It doesn't | Mark Kettenis |
2008-07-08 | Remove the IDE_PCI_CLASS_OVERRIDE quirk flag for the Intel AHCI controllers | Brad Smith |
2008-07-06 | pciide_match() is a bit convoluted, we match anything claiming | Jonathan Gray |
2008-06-13 | Restore IDE_PCI_CLASS_OVERRIDE on SiI3512 SATA. | Mats O Jansson |
2008-06-11 | Remove the IDE_PCI_CLASS_OVERRIDE quirk flag for Intel (except AHCI), | Brad Smith |
2008-04-29 | Change sis_chip_map() to use pci_find_device() as the original | Jonathan Gray |
2008-02-27 | Add ICH8M SATA IDE support, and adjust for renamed ICH7 and ICH8 IDs. | Mark Kettenis |
2008-02-05 | de-inline pciide, shaving a goodly amount off the kernel | Bret Lambert |
2008-01-29 | Add support for VIA VT8237S SATA. | Jonathan Gray |
2008-01-11 | Turns out the id I thought was both CX700/VX700 IDE was only for VX700, | Jonathan Gray |
2008-01-02 | Add the ATI SB700 chipset. | Brad Smith |
2007-11-27 | typos; ok jmc@ | Martynas Venckus |
2007-10-17 | Add the Intel ICH9 chipset. | Brad Smith |
2007-10-09 | malloc+bzero -> malloc+M_ZERO. Use 'malloc(sizeof(*p) ...' idiom. | Kenneth R Westerback |