Age | Commit message (Expand) | Author |
2018-11-02 | Remove unnecessary if/else block, both branches are identical. We can | Frederic Cambus |
2017-12-30 | Delete unnecessary <sys/file.h> includes | Philip Guenther |
2015-08-17 | The 80's called and want their interface back. Remove last fragments of | Kenneth R Westerback |
2015-04-04 | Use config_suspend() instead of dereferencing ca_activate directly to | Martin Pieuchot |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2013-11-06 | teach the side-effect free drivers about the partition they are dealing | Theo de Raadt |
2013-01-17 | Add a hibernate HIB_DONE op. After the memory-side-effect driver finishes | Theo de Raadt |
2011-11-15 | on failure, the hibernate io function should return an errno type variable, | Theo de Raadt |
2011-11-14 | Use a fixed io_page for all hibernate I/O, which is needed for | Mike Larkin |
2011-11-13 | Add some #defines for the various hibernate I/O modes, some of the | Mike Larkin |
2011-09-22 | KNF of mlarkin's code, requested by him. Some improvements to the interface | Theo de Raadt |
2011-07-15 | Cope with the start-dma-before-init errata and some other register setup | Theo de Raadt |
2011-05-24 | Move wdc_cd from ata/ata_wdc.c to ic/wdc.c so that you can compile a | Matthew Dempsky |
2011-04-18 | keep an eye out for wdc registers returning 0xff. if they return 0xff, | Theo de Raadt |
2011-04-05 | wd_hibernate_io() is a standalone disk io writer which tries to not | Theo de Raadt |
2011-04-03 | pirofti made me look at wd(4) code, which made me sad. | David Gwynne |
2010-11-06 | If the dma_init callback function returns with EINVAL, fall back to PIO. | Mark Kettenis |
2010-07-23 | Manuel Bouyer rescinded clauses 3 and 4 of his license text. | Jonathan Gray |
2009-01-21 | Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs). | Alexander Yurchenko |
2008-06-27 | More removal of clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-02-07 | enable DMA for 1-sector devices (i.e. most flash devices). | Stuart Henderson |
2007-02-14 | Consistently spell FALLTHROUGH to appease lint. | Jonathan Gray |
2006-10-04 | Zap bad144 bad sector info in disklabels. Sparsely used if at all for | Kenneth R Westerback |
2006-08-21 | Delete #ifdef/#ifndef __OpenBSD__ chunks, leaving just the code we | Kenneth R Westerback |
2004-06-02 | Add quirks field to the wdc softc and implement the first one: | Alexander Yurchenko |
2004-01-23 | Use %b to display status register, this will make bug reports more | Alexander Yurchenko |
2004-01-15 | ansi and some spaces; no f/c | Alexander Yurchenko |
2003-10-17 | Merge an old fix from NetBSD: | Alexander Yurchenko |
2003-10-16 | Allow setting of wdcdebug*_mask variables via preprocessor defines. | Alexander Yurchenko |
2003-09-28 | kill trailing spaces, no functional changes | Alexander Yurchenko |
2003-07-23 | Old Promise ATA controllers need some additional operations | Alexander Yurchenko |
2003-02-21 | Fix Manuel Bouyer's copyright, from NetBSD | Alexander Yurchenko |
2003-02-13 | Don't force all ATAPI devices to PIO mode 3, there are | Alexander Yurchenko |
2003-01-10 | splio->splbio in comment | Alexander Yurchenko |
2002-12-19 | Protect WDCDEBUG_PRINT macro with do {} while (0) | Alexander Yurchenko |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback |
2002-05-03 | LBA48 support. | Grigoriy Orlov |
2002-03-16 | Use wdc_setdrive | Constantine Sapuntzakis |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-11-28 | Add tag line. Thanks to David Krause | Constantine Sapuntzakis |
2001-07-31 | On DMA timeouts, stop busmaster PCIIDE and reset channel. Avoid reading | Constantine Sapuntzakis |
2001-07-21 | Undo last fix to ata_wdc.c. Don't deregister timeout in generic code | Constantine Sapuntzakis |
2001-07-21 | Don't hang on missing interrupts | Constantine Sapuntzakis |
2001-03-25 | Missing irqack, cleanup DMA error handling | Constantine Sapuntzakis |
2001-03-25 | Minor mods to DMA interface - get rid of unnecessary args. Allow DMA function... | Constantine Sapuntzakis |
2000-06-30 | Convert some parts to new timeouts. | Artur Grabowski |
2000-04-10 | Added support for wd detach (merge from NetBSD). Support for | Constantine Sapuntzakis |
1999-11-17 | New interface to ATA registers that goes through the lower-level device | Constantine Sapuntzakis |
1999-11-05 | use wdc_input_bytes and wdc_output_bytes | Constantine Sapuntzakis |