Age | Commit message (Expand) | Author |
2015-08-28 | fairly simple sizes for free(); ok tedu | Theo de Raadt |
2015-08-17 | The 80's called and want their interface back. Remove last fragments of | Kenneth R Westerback |
2015-03-09 | In wdcintr, do not attempt to read the status register unless WDCF_IRQ_WAIT | Miod Vallat |
2014-09-29 | correctly decrement the C_SCSIXFER reference count in wdc_xfer flags | David Gwynne |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-01-24 | treat C_SCSIXFER as a reference count and use it as a guard to pool_put. | David Gwynne |
2014-01-22 | dont piggyback on C_PRIVATEXFER because it must not touch splx. | David Gwynne |
2014-01-18 | move atapiscsi to iopools by making the entire ata layer use them too. | David Gwynne |
2014-01-18 | take advantage of pool_setipl and PR_ZERO to avoid doing work the | David Gwynne |
2011-06-10 | Do not set the dying flag in wdc_wait_for_status, since there is at | Theo de Raadt |
2011-05-25 | wdc.c doesn't use NATAPISCSI, so no point in including atapiscsi.h. | Matthew Dempsky |
2011-05-24 | Move wdc_cd from ata/ata_wdc.c to ic/wdc.c so that you can compile a | Matthew Dempsky |
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-05-08 | Eliminate a few unused wdc capability flags (WDC_CAPABILITY_HWLOCK, | Matthew Dempsky |
2011-04-18 | keep an eye out for wdc registers returning 0xff. if they return 0xff, | Theo de Raadt |
2011-04-15 | Change wdc_reset_channel() to take a `no wait' argument. Pass in turn this | Miod Vallat |
2011-04-05 | wd_hibernate_io() is a standalone disk io writer which tries to not | Theo de Raadt |
2011-04-05 | Deep below wdc_ioc_ata_cmd() it is possible that some controller (present or | Theo de Raadt |
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 |