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