| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-02-13 | Nuke *_minphys() functions that either simply apply MAXPHYS or do |  krw | 1 | -10/+2 |
| 2020-01-25 | Drivers that implement their own *minphys() don't need to call the |  krw | 1 | -2/+1 |
| 2020-01-09 | Convert sleeps of 1sec or more to tsleep_nsec(9). |  mpi | 1 | -6/+9 |
| 2015-09-10 | sizes for free(); ok sthen |  deraadt | 1 | -13/+14 |
| 2015-01-27 | remove the second void * argument on tasks. |  dlg | 1 | -4/+4 |
| 2015-01-12 | stash the softc in the memory allocated for setting up a task for |  dlg | 1 | -9/+14 |
| 2014-09-09 | replace scsi_task(), which is a wrapper around workqs, with a quick |  dlg | 1 | -5/+13 |
| 2014-07-13 | Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian |  deraadt | 1 | -2/+2 |
| 2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 1 | -16/+16 |
| 2014-02-08 | Be conservative about the resources the controller advertises for |  chris | 1 | -2/+2 |
| 2014-02-08 | Stop disablng/enabling interrupts in the interrupt handler for |  chris | 1 | -6/+2 |
| 2014-01-24 | DVA should be 64 bits, so make sure it is before getting the high bits. |  dlg | 1 | -2/+2 |
| 2014-01-23 | Manufacturer driver update for ARC-1880, 1882, 1213, 1223, 1214 |  chris | 1 | -284/+1299 |
| 2013-12-06 | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the |  deraadt | 1 | -12/+6 |
| 2013-05-30 | Enforce ca_activate tree-walks over the entire heirarchy for all events, |  deraadt | 1 | -23/+27 |
| 2011-07-17 | Backout a bunch of my SCSI commits from c2k11. At least one of these |  matthew | 1 | -2/+2 |
| 2011-07-08 | First batch of converting SCSI HBAs from setting saa_targets and |  matthew | 1 | -2/+2 |
| 2011-04-20 | Interrupt handlers should only return 1 if they did some work. The |  claudio | 1 | -4/+5 |
| 2010-09-07 | remove the powerhook code. All architectures now use the ca_activate tree |  deraadt | 1 | -2/+2 |
| 2010-08-07 | No "\n" needed at the end of panic() strings. |  krw | 1 | -2/+2 |
| 2010-07-18 | Give each device on the bus full openings. |  mk | 1 | -2/+2 |
| 2010-07-02 | Provide an iopool in arc(4). |  mk | 1 | -10/+8 |
| 2010-07-02 | Protect the ccb free list with a mutex rather than splbio(). |  mk | 1 | -5/+8 |
| 2010-07-01 | Change scsibus(4)'s scsi_link array to an SLIST to save memory on |  matthew | 1 | -3/+3 |
| 2010-06-28 | Use an SLIST instead of a TAILQ for the ccb free list. Order doesn't |  mk | 1 | -7/+7 |
| 2010-06-28 | Remove all adapter-specific 'struct scsi_device's. They are never used. First |  krw | 1 | -6/+1 |
| 2010-05-20 | New scsi code seems to be stable. Pluck previously identified |  krw | 1 | -5/+1 |
| 2010-05-19 | BUS_DMA_ZERO instead of alloc, map, bzero. |  oga | 1 | -4/+2 |
| 2010-04-08 | these files don't need to include proc.h anymore. ok oga for agp |  tedu | 1 | -2/+1 |
| 2010-03-23 | Change the scsi_cmd function member of scsi_adapter from int to |  krw | 1 | -10/+6 |
| 2010-01-09 | Zap all setting of ITSDONE in drivers that don't look at it. Nobody |  krw | 1 | -8/+1 |
| 2009-08-13 | set ITSDONE on the xs before calling scsi_done() |  dlg | 1 | -1/+5 |
| 2009-02-16 | Extend the scsi_adapter minphys() callback to take a struct scsi_link * |  miod | 1 | -3/+3 |
| 2008-07-17 | Increase the size of the diskinfo struct, which has grown |  jsg | 1 | -13/+32 |
| 2008-06-27 | Hook up the blinkenleds. |  jsg | 1 | -1/+45 |
| 2007-11-05 | wait for the marvell firmware to become ok. |  dlg | 1 | -1/+16 |
| 2007-11-04 | start providing function pointers to differentiate between the intel and |  dlg | 1 | -15/+20 |
| 2007-11-04 | very initial foundation for splitting things up to support both the |  dlg | 1 | -23/+64 |
| 2007-11-04 | the 1200 and 1202 shoudl work fine too. |  dlg | 1 | -1/+3 |
| 2007-10-30 | shrink the intr establish code a bit. all that intrstr handling is cruft. |  dlg | 1 | -7/+3 |
| 2007-10-30 | the marvell based boards have difference registers to the current intel iop |  dlg | 1 | -105/+107 |
| 2007-10-30 | if we cant query the firmware or allocate ccbs then clean up the pci |  dlg | 1 | -3/+14 |
| 2007-10-27 | the arc fimware can be configured with a password that is used to |  dlg | 1 | -4/+9 |
| 2007-10-22 | arc supports more than just SATA hbas, so dont say the ports are always |  dlg | 1 | -2/+2 |
| 2007-10-01 | More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' where |  krw | 1 | -7/+4 |
| 2007-07-11 | Use the full 64 bits available when reporting sizes; now bioctl shows |  otto | 1 | -6/+13 |
| 2007-06-24 | rework sensor tasks to use the kernels generic workq rather than a special |  dlg | 1 | -2/+2 |
| 2007-05-29 | sprinkle some SMALL_KERNEL to permit bio/softraid to run on boot media |  todd | 1 | -1/+7 |
| 2007-05-20 | Add missing arguments to printf. |  ray | 1 | -8/+9 |
| 2007-03-27 | more grammar fixups; from bret lambert and myself |  jmc | 1 | -4/+4 |