Age | Commit message (Expand) | Author |
2010-09-21 | Get rid of physio(9) in wdc(4)'s ioctl(2) handler. Based on similar | Matthew Dempsky |
2010-08-29 | pcmcia/wdc_pcmcia.c | Theo de Raadt |
2010-07-23 | Manuel Bouyer rescinded clauses 3 and 4 of his license text. | Jonathan Gray |
2010-07-22 | ansi. no binary change | Jonathan Gray |
2009-11-23 | little annoying knf | Theo de Raadt |
2009-11-22 | Probe modes for SATA disks, makes CF behind SATA work and gives | Jonathan Gray |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-02-07 | Unifdef __OpenBSD__, these defines don't help us to sync with NetBSD | Alexander Yurchenko |
2009-01-21 | Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs). | Alexander Yurchenko |
2008-07-02 | unify using WDCDEBUG. | Federico G. Schwindt |
2008-06-30 | wrap logging code around WDC_DEBUG. shrinks kernel by ~4k. | Federico G. Schwindt |
2008-06-27 | More removal of clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2007-10-01 | More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...'. | Kenneth R Westerback |
2007-05-08 | wdcrestart() is never used | Theo de Raadt |
2007-05-08 | atapi_print() is never used | Theo de Raadt |
2007-04-16 | During the drives detection only check the status register to be not | Alexander Yurchenko |
2006-05-22 | In wdcprobe(), directly invoke wdc_do_reset() instead of using the reset | Miod Vallat |
2006-05-08 | Revert last commit till a better method can be found. | Jonathan Gray |
2006-05-07 | Default to Ultra DMA Mode 6 not 5 when we know we have a native | Jonathan Gray |
2006-05-03 | Provide a function pointer that allows for the wdc reset | Jonathan Gray |
2006-02-10 | Fix LBA48 access for ServerWorks SATA. | Mark Kettenis |
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 |