| Commit message (Expand) | Author | Age | Files | Lines |
* | the src tree is growing too large. delete the aha and ahb drivers in |  tedu | 2016-09-03 | 1 | -1412/+0 |
* | Change a bunch of (<blah> *)0 to NULL. |  krw | 2016-03-14 | 1 | -5/+5 |
* | Prefer MADV_* over POSIX_MADV_* in kernel for consistency: the latter |  guenther | 2014-12-17 | 1 | -2/+2 |
* | Use MAP_INHERIT_* for the 'inh' argument to the UMV_MAPFLAG() macro, |  guenther | 2014-12-15 | 1 | -2/+2 |
* | Replace a plethora of historical protection options with just |  deraadt | 2014-11-16 | 1 | -4/+4 |
* | remove uneeded proc.h includes |  jsg | 2014-09-14 | 1 | -2/+1 |
* | Reduce uvm include madness. Use <uvm/uvm_extern.h> instead of |  mpi | 2014-03-28 | 1 | -2/+1 |
* | acknowlege -> acknowledge |  martynas | 2013-01-06 | 1 | -2/+2 |
* | Iopoolification of another once common bus/device. |  krw | 2011-04-07 | 1 | -65/+38 |
* | No "\n" needed at the end of panic() strings. |  krw | 2010-08-07 | 1 | -2/+2 |
* | some very obvious uninit bugs found when I turned off -Wno-uninitialized |  tedu | 2010-07-02 | 1 | -3/+3 |
* | Remove all adapter-specific 'struct scsi_device's. They are never used. First |  krw | 2010-06-28 | 1 | -10/+1 |
* | Don't #include <sys/user.h> into files that don't need the stuff |  guenther | 2010-06-26 | 1 | -2/+1 |
* | New scsi code seems to be stable. Pluck previously identified |  krw | 2010-05-20 | 1 | -5/+1 |
* | s/i386/__i386__/, no binary change. |  kettenis | 2010-04-28 | 1 | -2/+2 |
* | Change the scsi_cmd function member of scsi_adapter from int to |  krw | 2010-03-23 | 1 | -8/+15 |
* | A couple of missed ITSDONE setting before scsi_done(). |  krw | 2010-01-10 | 1 | -2/+1 |
* | Bring last drivers fully into the NO_CCB world by replacing |  krw | 2009-11-22 | 1 | -3/+2 |
* | directly calling Debugger() is bad. turn these printf();Debugger(); series |  jasper | 2009-08-26 | 1 | -21/+8 |
* | Convert the waitok field of uvm_pglistalloc to "flags", more will be added soon. |  oga | 2009-04-14 | 1 | -5/+5 |
* | Extend the scsi_adapter minphys() callback to take a struct scsi_link * |  miod | 2009-02-16 | 1 | -5/+3 |
* | Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs). |  grange | 2009-01-21 | 1 | -2/+2 |
* | Another bunch of TRY_AGAIN_LATER -> NO_CCB when no I/O could be started. |  krw | 2008-11-25 | 1 | -2/+2 |
* | SCSI_DATA_UIO is never used. Code which checks for it is either dead or |  miod | 2008-09-12 | 1 | -39/+16 |
* | MALLOC -> malloc |  gilles | 2007-10-09 | 1 | -3/+3 |
* | When polling call ahaintr() at splbio(). Noticed by and fix tested by |  krw | 2007-08-15 | 1 | -2/+6 |
* | give scsi controllers a real attach args to fill in when attaching scsibus. |  dlg | 2006-11-28 | 1 | -2/+6 |
* | The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is |  krw | 2005-12-03 | 1 | -2/+1 |
* | assume vtophys(vaddr_t) just what all the other archs expect; no functional change |  mickey | 2005-11-23 | 1 | -2/+2 |
* | Use list and queue macros where applicable to make the code easier to read; |  miod | 2004-12-26 | 1 | -4/+4 |
* | Spell precede correctly. |  jsg | 2004-11-29 | 1 | -2/+2 |
* | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. |  ho | 2003-04-27 | 1 | -8/+8 |
* | Proper use of bus_space makes the need for <machine/pio.h> obsolete, which |  miod | 2003-04-10 | 1 | -2/+1 |
* | this removes the functionality of adding allocated |  mickey | 2002-10-07 | 1 | -1/+2 |
* | No more need to initialize the result list before uvm_pglistalloc. |  art | 2002-10-06 | 1 | -2/+1 |
* | KNF miss in my last commit |  niklas | 2002-06-08 | 1 | -2/+2 |
* | bus_dma-ify, now it works again, sorry for the inconvenience |  niklas | 2002-06-07 | 1 | -100/+124 |
* | Add initialization of pglist, now attaches fine, but |  niklas | 2002-06-07 | 1 | -2/+4 |
* | Final __P removal plus some cosmetic fixups |  millert | 2002-03-14 | 1 | -2/+2 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -23/+23 |
* | bussified and bus-split bustec scsi ha driver. |  mickey | 2002-01-24 | 1 | -3/+3 |
* | Sprinkle pmap_update calls where relevant and some other |  art | 2001-12-08 | 1 | -1/+2 |
* | Kill uvm_pagealloc_contig. The two drivers that still used it should have |  art | 2001-11-30 | 1 | -5/+26 |
* | zap old vm |  art | 2001-06-27 | 1 | -6/+1 |
* | Do not delete timeouts when they are not set |  niklas | 2001-04-02 | 1 | -2/+3 |
* | new timeouts |  mickey | 2001-01-29 | 1 | -4/+7 |
* | make compile with !UVM |  niklas | 2000-11-13 | 1 | -2/+2 |
* | Force mailbox to be under 16MB so the controller can see it |  niklas | 2000-04-19 | 1 | -8/+16 |
* | pnpdevs.h |  deraadt | 1999-08-19 | 1 | -3/+6 |
* | Die, NEWCONFIG |  niklas | 1999-01-07 | 1 | -9/+1 |