| Commit message (Expand) | Author | Age | Files | Lines |
* | Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd' |  krw | 2020-09-22 | 1 | -3/+3 |
* | Move remaining scsi bus initialization info from "prototype scsi link" |  krw | 2020-07-20 | 1 | -5/+5 |
* | Move the adapter related items (luns, adapter, adapter_target, |  krw | 2020-07-19 | 1 | -5/+6 |
* | Access adapter softc via link->bus->sb_adapter_softc. |  krw | 2020-07-16 | 1 | -5/+5 |
* | Expunge some Captain Obvious comments, tweak whitespace a bit, move a debug |  krw | 2020-07-11 | 1 | -7/+1 |
* | Nuke trailing whitespace. |  krw | 2020-06-27 | 1 | -12/+12 |
* | No need to bzero()/memset() 'struct scsibus_attach_args' variables |  krw | 2020-06-27 | 1 | -2/+1 |
* | kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9) |  cheloha | 2020-06-24 | 1 | -3/+3 |
* | wdsc(4), ncr53c9x: timestamp LUNs with time_uptime(9), not time_second(9) |  cheloha | 2020-04-15 | 1 | -3/+3 |
* | Let's all agree to call our scsi_adapter variable '<dev>_switch'. |  krw | 2020-02-14 | 1 | -3/+3 |
* | Nuke unnecessary abstraction 'scsi_minphys()' which just calls |  krw | 2020-02-05 | 1 | -2/+2 |
* | Use a consistant idiom/format when declaring scsi_adapter structures |  krw | 2020-01-23 | 1 | -6/+3 |
* | Fix delay logic: measure w/ uptime, pack timeval correctly. ok krw@ |  cheloha | 2019-05-07 | 1 | -4/+4 |
* | If you use sys/param.h, you don't need sys/types.h |  deraadt | 2017-09-08 | 1 | -2/+1 |
* | all pools have their ipl set via pool_setipl, so fold it into pool_init. |  dlg | 2016-09-15 | 1 | -4/+3 |
* | Convert %q to %ll in format strings |  guenther | 2016-08-23 | 1 | -3/+3 |
* | Merge NetBSD 1.145: |  miod | 2015-11-08 | 1 | -1/+5 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | remove uneeded proc.h includes |  jsg | 2014-09-14 | 1 | -2/+1 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -2/+2 |
* | Quoting an old commit message: |  miod | 2014-01-26 | 1 | -1/+2 |
* | move the declaration of ncr53c9x_scsi_cmd into the .c file, its the only |  dlg | 2014-01-18 | 1 | -1/+2 |
* | replace XS_NO_CCB with an iopool around the ecb_pool. |  dlg | 2014-01-18 | 1 | -39/+21 |
* | get rid of a XS_NO_CCB thats caused by a failure to allocate the |  dlg | 2014-01-18 | 1 | -84/+54 |
* | instead of having every bit of glue set up and attach an identical |  dlg | 2014-01-18 | 1 | -4/+11 |
* | ncr53c9x (a.k.a. esp on sparc64) does not like 16-byte SCSI commands |  krw | 2011-11-08 | 1 | -1/+16 |
* | protect sc->sc_state access and ncr53c9x_sched() call with splbio in |  miod | 2011-08-29 | 1 | -1/+3 |
* | Pass a few more M_ZERO to malloc() or its wrappers, when useful; ok krw@ |  miod | 2010-11-11 | 1 | -5/+5 |
* | do not assume PR_NOWAIT is 0; it is not anymore |  deraadt | 2010-09-28 | 1 | -2/+2 |
* | Remove all adapter-specific 'struct scsi_device's. They are never used. First |  krw | 2010-06-28 | 1 | -4/+2 |
* | 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 | -8/+2 |
* | Change the scsi_cmd function member of scsi_adapter from int to |  krw | 2010-03-23 | 1 | -7/+15 |
* | Remove a few more settings of ITSDONE in drivers. Only a couple |  krw | 2010-01-13 | 1 | -3/+1 |
* | Nuke SCSI_URGENT after removing its only use, in ncr53c9x.c. That use |  krw | 2009-12-06 | 1 | -3/+1 |
* | Bring last drivers fully into the NO_CCB world by replacing |  krw | 2009-11-22 | 1 | -2/+2 |
* | Move IS[12]BYTEMSG and ISEXTMSG defines to a common place. |  fgsch | 2009-11-01 | 1 | -5/+1 |
* | Return NO_CCB instead of TRY_AGAIN_LATER when ccb's run out. |  krw | 2008-11-24 | 1 | -2/+2 |
* | Convert timeout_add() calls using multiples of hz to timeout_add_sec() |  blambert | 2008-09-10 | 1 | -2/+2 |
* | Fix redundant device name and/or target printing after calling |  miod | 2008-08-31 | 1 | -3/+2 |
* | Don't print SCSI ID, it's redundant now that scsibus(4) prints the same |  kettenis | 2008-05-27 | 1 | -3/+3 |
* | More scsi_done() at SPLBIO. Wrap more interrupt function calls while |  krw | 2007-11-05 | 1 | -3/+11 |
* | more remove unneeded declarations that shadows existing vars; ok by many. |  fgsch | 2007-10-15 | 1 | -2/+1 |
* | Fix some "that that"s. |  tom | 2007-08-06 | 1 | -2/+2 |
* | give scsi controllers a real attach args to fill in when attaching scsibus. |  dlg | 2006-11-28 | 1 | -2/+7 |
* | Enable wide targets on FAS366 esp; note that this changes the way esp |  miod | 2006-06-26 | 1 | -10/+21 |
* | In NCR53C9X_DEBUG code, compute debug values after the values they depend on |  miod | 2006-05-23 | 1 | -3/+8 |
* | Use more queue macros rather than doing it by hand; ok otto@ krw@ |  miod | 2006-03-05 | 1 | -10/+9 |
* | Delay a bit after sending a reset command if the chip is an 53C94 or a 53C96; |  miod | 2006-01-09 | 1 | -1/+15 |
* | NCRDMA_SETUP() should be called before NCR_SET_COUNT() and NCRCMD_DMA command |  brad | 2006-01-09 | 1 | -3/+4 |