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