Age | Commit message (Expand) | Author |
2011-04-07 | Iopoolification of another once common bus/device. | Kenneth R Westerback |
2010-08-07 | No "\n" needed at the end of panic() strings. | Kenneth R Westerback |
2010-07-02 | some very obvious uninit bugs found when I turned off -Wno-uninitialized | Ted Unangst |
2010-06-28 | Remove all adapter-specific 'struct scsi_device's. They are never used. First | Kenneth R Westerback |
2010-06-26 | Don't #include <sys/user.h> into files that don't need the stuff | Philip Guenthe |
2010-05-20 | New scsi code seems to be stable. Pluck previously identified | Kenneth R Westerback |
2010-04-28 | s/i386/__i386__/, no binary change. | Mark Kettenis |
2010-03-23 | Change the scsi_cmd function member of scsi_adapter from int to | Kenneth R Westerback |
2010-01-10 | A couple of missed ITSDONE setting before scsi_done(). | Kenneth R Westerback |
2009-11-22 | Bring last drivers fully into the NO_CCB world by replacing | Kenneth R Westerback |
2009-08-26 | directly calling Debugger() is bad. turn these printf();Debugger(); series | Jasper Lievisse Adriaanse |
2009-04-14 | Convert the waitok field of uvm_pglistalloc to "flags", more will be added soon. | Owain Ainsworth |
2009-02-16 | Extend the scsi_adapter minphys() callback to take a struct scsi_link * | Miod Vallat |
2009-01-21 | Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs). | Alexander Yurchenko |
2008-11-25 | Another bunch of TRY_AGAIN_LATER -> NO_CCB when no I/O could be started. | Kenneth R Westerback |
2008-09-12 | SCSI_DATA_UIO is never used. Code which checks for it is either dead or | Miod Vallat |
2007-10-09 | MALLOC -> malloc | Gilles Chehade |
2007-08-15 | When polling call ahaintr() at splbio(). Noticed by and fix tested by | Kenneth R Westerback |
2006-11-28 | give scsi controllers a real attach args to fill in when attaching scsibus. | David Gwynne |
2005-12-03 | The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is | Kenneth R Westerback |
2005-11-23 | assume vtophys(vaddr_t) just what all the other archs expect; no functional c... | Michael Shalayeff |
2004-12-26 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-11-29 | Spell precede correctly. | Jonathan Gray |
2003-04-27 | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | Hakan Olsson |
2003-04-10 | Proper use of bus_space makes the need for <machine/pio.h> obsolete, which | Miod Vallat |
2002-10-07 | this removes the functionality of adding allocated | Michael Shalayeff |
2002-10-06 | No more need to initialize the result list before uvm_pglistalloc. | Artur Grabowski |
2002-06-08 | KNF miss in my last commit | Niklas Hallqvist |
2002-06-07 | bus_dma-ify, now it works again, sorry for the inconvenience | Niklas Hallqvist |
2002-06-07 | Add initialization of pglist, now attaches fine, but | Niklas Hallqvist |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-01-24 | bussified and bus-split bustec scsi ha driver. | Michael Shalayeff |
2001-12-08 | Sprinkle pmap_update calls where relevant and some other | Artur Grabowski |
2001-11-30 | Kill uvm_pagealloc_contig. The two drivers that still used it should have | Artur Grabowski |
2001-06-27 | zap old vm | Artur Grabowski |
2001-04-02 | Do not delete timeouts when they are not set | Niklas Hallqvist |
2001-01-29 | new timeouts | Michael Shalayeff |
2000-11-13 | make compile with !UVM | Niklas Hallqvist |
2000-04-19 | Force mailbox to be under 16MB so the controller can see it | Niklas Hallqvist |
1999-08-19 | pnpdevs.h | Theo de Raadt |
1999-01-07 | Die, NEWCONFIG | Niklas Hallqvist |
1998-12-27 | non-working isapnp aha support | Theo de Raadt |
1998-08-13 | Identify card 0x44 as a 1542C, not 1542CF: Robert Earl <rearl@teleport.com>. | Jason Downs |
1997-09-15 | AHADEBUG cleanliness | flipk |
1997-07-30 | KNF and other style nits | Niklas Hallqvist |
1997-01-16 | ahaprint() & btprint() -> scsiprint() | kstailey |
1996-11-23 | added const to second parameter of cfprint_t routines | kstailey |
1996-10-16 | contextual usage only | Theo de Raadt |
1996-06-19 | turn off *DIAG; something is miserably wrong with it and various people | Theo de Raadt |