Age | Commit message (Expand) | Author |
2024-05-15 | remove unused header | Jonathan Gray |
2024-05-13 | remove prototypes with no matching function | Jonathan Gray |
2024-04-13 | correct indentation | Jonathan Gray |
2022-03-11 | Constify struct cfattach. | Martin Pieuchot |
2022-01-09 | spelling | Jonathan Gray |
2020-07-24 | Turning on various scsi drivers' *DEBUG options reveals that this has | Kenneth R Westerback |
2020-01-24 | remove some ifdef notyet code that doesn't seem to be moving forward... | Ted Unangst |
2020-01-05 | consistently uppercase pci product defines | Jonathan Gray |
2017-07-12 | Introduce two quirks to prevent attaching ATA and ATAPI devices | Mike Belopuhov |
2015-12-21 | Goto a loop_end label rather than using a continue statement for an | mmcc |
2015-11-24 | Double the delay between the PHY reset and the status check for | Martin Pieuchot |
2015-10-18 | The change of 5.7's sys/arch/i386/i386/bus_space.c and | SASANO Takayoshi |
2015-09-10 | sizes for free(); ok sthen | Theo de Raadt |
2015-03-21 | Print speeds consistently. | Martin Pieuchot |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-01-09 | match on C610 | Jonathan Gray |
2014-12-19 | Use <sys/endian.h> instead of <machine/endian.h> | Philip Guenther |
2014-10-16 | Additonal registers needs to be saved in sc_save2, not sc_save. | Mark Kettenis |
2014-08-13 | match on Intel 9 series and 9 series LP PCH, and add 8 series KT to puc | Jonathan Gray |
2014-07-13 | pciide.c, pciide_rdc_reg.h(new): ported rdcide(4) from NetBSD. | sasano |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-04-24 | no need to check for default_chip_map twice in one if statement | Jonathan Gray |
2014-04-24 | match some more intel sata devices in ide mode | Jonathan Gray |
2013-12-06 | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the | Theo de Raadt |
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 |