| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert infinite sleeps to {m,t}sleep_nsec(9). |  mpi | 2019-12-31 | 1 | -2/+2 |
* | Don't check if unsigned value is less than zero |  ians | 2019-07-03 | 1 | -5/+3 |
* | Don't pull in <sys/file.h> just to get fcntl.h |  guenther | 2017-12-30 | 1 | -2/+2 |
* | Prevent null pointer dereference when probing channels |  mikeb | 2017-09-26 | 1 | -3/+3 |
* | Introduce two quirks to prevent attaching ATA and ATAPI devices |  mikeb | 2017-07-12 | 1 | -1/+10 |
* | all pools have their ipl set via pool_setipl, so fold it into pool_init. |  dlg | 2016-09-15 | 1 | -4/+3 |
* | fairly simple sizes for free(); ok tedu |  deraadt | 2015-08-28 | 1 | -2/+2 |
* | The 80's called and want their interface back. Remove last fragments of |  krw | 2015-08-17 | 1 | -13/+11 |
* | In wdcintr, do not attempt to read the status register unless WDCF_IRQ_WAIT |  miod | 2015-03-09 | 1 | -10/+10 |
* | correctly decrement the C_SCSIXFER reference count in wdc_xfer flags |  dlg | 2014-09-29 | 1 | -2/+5 |
* | remove uneeded proc.h includes |  jsg | 2014-09-14 | 1 | -2/+1 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -3/+3 |
* | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h |  deraadt | 2014-07-08 | 1 | -2/+1 |
* | treat C_SCSIXFER as a reference count and use it as a guard to pool_put. |  dlg | 2014-01-24 | 1 | -4/+18 |
* | dont piggyback on C_PRIVATEXFER because it must not touch splx. |  dlg | 2014-01-22 | 1 | -3/+4 |
* | move atapiscsi to iopools by making the entire ata layer use them too. |  dlg | 2014-01-18 | 1 | -4/+32 |
* | take advantage of pool_setipl and PR_ZERO to avoid doing work the |  dlg | 2014-01-18 | 1 | -13/+7 |
* | Do not set the dying flag in wdc_wait_for_status, since there is at |  deraadt | 2011-06-10 | 1 | -4/+1 |
* | wdc.c doesn't use NATAPISCSI, so no point in including atapiscsi.h. |  matthew | 2011-05-25 | 1 | -3/+1 |
* | Move wdc_cd from ata/ata_wdc.c to ic/wdc.c so that you can compile a |  matthew | 2011-05-24 | 1 | -4/+6 |
* | Refactor queue allocation and initialization into a wdc_alloc_queue() |  matthew | 2011-05-09 | 1 | -13/+28 |
* | Initialize the wdc ata_drive_datas structs earlier in wdcattach() so |  matthew | 2011-05-09 | 1 | -3/+6 |
* | Eliminate a few unused wdc capability flags (WDC_CAPABILITY_HWLOCK, |  matthew | 2011-05-08 | 1 | -7/+1 |
* | keep an eye out for wdc registers returning 0xff. if they return 0xff, |  deraadt | 2011-04-18 | 1 | -18/+48 |
* | Change wdc_reset_channel() to take a `no wait' argument. Pass in turn this |  miod | 2011-04-15 | 1 | -6/+10 |
* | wd_hibernate_io() is a standalone disk io writer which tries to not |  deraadt | 2011-04-05 | 1 | -1/+8 |
* | Deep below wdc_ioc_ata_cmd() it is possible that some controller (present or |  deraadt | 2011-04-05 | 1 | -5/+3 |
* | Get rid of physio(9) in wdc(4)'s ioctl(2) handler. Based on similar |  matthew | 2010-09-21 | 1 | -208/+75 |
* | pcmcia/wdc_pcmcia.c |  deraadt | 2010-08-29 | 1 | -17/+1 |
* | Manuel Bouyer rescinded clauses 3 and 4 of his license text. |  jsg | 2010-07-23 | 1 | -6/+1 |
* | ansi. no binary change |  jsg | 2010-07-22 | 1 | -154/+59 |
* | little annoying knf |  deraadt | 2009-11-23 | 1 | -2/+4 |
* | Probe modes for SATA disks, makes CF behind SATA work and gives |  jsg | 2009-11-22 | 1 | -16/+1 |
* | Get rid of devact enum, substitute it with an int and coresponding defines. |  pirofti | 2009-10-13 | 1 | -2/+2 |
* | Unifdef __OpenBSD__, these defines don't help us to sync with NetBSD |  grange | 2009-02-07 | 1 | -20/+2 |
* | Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs). |  grange | 2009-01-21 | 1 | -2/+2 |
* | unify using WDCDEBUG. |  fgsch | 2008-07-02 | 1 | -5/+5 |
* | wrap logging code around WDC_DEBUG. shrinks kernel by ~4k. |  fgsch | 2008-06-30 | 1 | -5/+6 |
* | More removal of clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-27 | 1 | -8/+1 |
* | More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...'. |  krw | 2007-10-01 | 1 | -3/+2 |
* | wdcrestart() is never used |  deraadt | 2007-05-08 | 1 | -15/+1 |
* | atapi_print() is never used |  deraadt | 2007-05-08 | 1 | -13/+1 |
* | During the drives detection only check the status register to be not |  grange | 2007-04-16 | 1 | -3/+3 |
* | In wdcprobe(), directly invoke wdc_do_reset() instead of using the reset |  miod | 2006-05-22 | 1 | -2/+2 |
* | Revert last commit till a better method can be found. |  jsg | 2006-05-08 | 1 | -2/+2 |
* | Default to Ultra DMA Mode 6 not 5 when we know we have a native |  jsg | 2006-05-07 | 1 | -2/+2 |
* | Provide a function pointer that allows for the wdc reset |  jsg | 2006-05-03 | 1 | -5/+7 |
* | Fix LBA48 access for ServerWorks SATA. |  kettenis | 2006-02-10 | 1 | -10/+20 |
* | Don't fall back to fake geometry if ata_get_params() fails. |  uwe | 2005-11-09 | 1 | -1/+2 |
* | Zap return at the end of a void function. No binary change. |  grange | 2005-10-21 | 1 | -12/+2 |