Age | Commit message (Expand) | Author |
2005-11-09 | Don't fall back to fake geometry if ata_get_params() fails. | Uwe Stuehler |
2005-10-21 | Zap return at the end of a void function. No binary change. | Alexander Yurchenko |
2004-10-17 | Add a callback drv_probe() to allow underlying ata controller driver | Alexander Yurchenko |
2004-10-17 | Move declaration of default _vtbl members (wdc_default_*) to | Alexander Yurchenko |
2004-09-15 | Better debug printfs: missing \n and show xfer flags in | Alexander Yurchenko |
2004-02-19 | wdc logs fixes from costa@: | Alexander Yurchenko |
2004-01-23 | Use %b to display status register, this will make bug reports more | Alexander Yurchenko |
2003-12-16 | Pass gcc -Wsign-compare; ok grange@ | Todd C. Miller |
2003-11-19 | Sync with NetBSD probe code: deal with non-pullups ide bus when | Alexander Yurchenko |
2003-11-17 | Various cleanups, knf, better debug messages. | Alexander Yurchenko |
2003-11-17 | Don't wait for DRQ after issuing IDENTIFY command; instead check for DRQ | Alexander Yurchenko |
2003-11-13 | One byte can't hold a value > 255. | Alexander Yurchenko |
2003-11-05 | Back wdc reset change, now in more careful variant. | Alexander Yurchenko |
2003-10-31 | Back all the changes except the wdc reset part, this will come later. | Alexander Yurchenko |
2003-10-29 | Revert to 1.70 for now which is the last working version on my u5. | Matthieu Herrb |
2003-10-27 | Skip ATA modes detection for SATA drives, it's useless and some | Alexander Yurchenko |
2003-10-26 | Print error registers values in debug message after reset too. | Alexander Yurchenko |
2003-10-26 | Device reset improvements: | Alexander Yurchenko |
2003-10-21 | typos from Tom Cosgrove; | Jason McIntyre |
2003-10-20 | typo; netbsd | Alexander Yurchenko |
2003-10-19 | KNF | Alexander Yurchenko |
2003-10-17 | Merge an old fix from NetBSD: | Alexander Yurchenko |
2003-10-16 | Cleanup a bit, more pretty debug messages. | Alexander Yurchenko |
2003-10-16 | Allow setting of wdcdebug*_mask variables via preprocessor defines. | Alexander Yurchenko |
2003-10-16 | Kill two static function declarations. | Alexander Yurchenko |
2003-09-28 | kill trailing spaces, no functional changes | Alexander Yurchenko |
2003-07-06 | trailing spaces | Alexander Yurchenko |
2003-06-25 | Restore the original wdcdebug_mask instead of clearing DEBUG_PROBE when | Henric Jungheim |
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 |
2002-12-22 | Define atagettrace_t type and use it instead of struct atagettrace. | Alexander Yurchenko |
2002-12-22 | No more magic wdc events types, give them names. | Alexander Yurchenko |
2002-12-19 | Protect WDCDEBUG_PRINT macro with do {} while (0) | Alexander Yurchenko |
2002-12-12 | Always use queue(3) macros. | Alexander Yurchenko |
2002-10-16 | minor formatting. | Artur Grabowski |
2002-10-09 | Remove trailing '\n's from panic messages. | Kenneth R Westerback |
2002-07-02 | Fix PIO write state machine. This has been totally broken since 2.5, but since | Constantine Sapuntzakis |
2002-05-24 | protect biodone with splbio (this is the first time the splbio is | Artur Grabowski |
2002-05-24 | Replace a home-grown splassert-like thing with the real stuff. | Artur Grabowski |
2002-05-03 | LBA48 support. | Grigoriy Orlov |
2002-03-16 | The new code logs the control signals on the IDE bus. You can extract the log | Constantine Sapuntzakis |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-01-23 | Pool deals fairly well with physical memory shortage, but it doesn't deal | Artur Grabowski |
2002-01-12 | Don't try UDMA modes if they aren't supported by the controller | Jason Wright |
2002-01-07 | pass the proc* down the ioctl chain to controller; mjacob@ csapuntz@ ok | Michael Shalayeff |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-08-23 | initialize the channel timeout earlier. | Artur Grabowski |
2001-07-31 | Go down only one Ultra DMA mode at a time. Thanks to Matt Evans for | Constantine Sapuntzakis |
2001-07-27 | Yet another probe fix. Switch to the right drive before looking at registers | Constantine Sapuntzakis |
2001-07-21 | Undo last fix to ata_wdc.c. Don't deregister timeout in generic code | Constantine Sapuntzakis |