| Commit message (Expand) | Author | Age | Files | Lines |
* | Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd' |  krw | 2020-09-22 | 1 | -9/+9 |
* | Rename [READ|WRITE]_BIG to [READ|WRITE]_10. Rename struct scsi_rw_big to |  krw | 2020-09-01 | 1 | -7/+7 |
* | Turning on various scsi drivers' *DEBUG options reveals that this has |  krw | 2020-07-24 | 1 | -12/+12 |
* | Move remaining scsi bus initialization info from "prototype scsi link" |  krw | 2020-07-20 | 1 | -11/+9 |
* | Move the adapter related items (luns, adapter, adapter_target, |  krw | 2020-07-19 | 1 | -10/+11 |
* | Access adapter softc via link->bus->sb_adapter_softc. |  krw | 2020-07-16 | 1 | -8/+8 |
* | Where we have a pointer (sc) to the relevant adapter_softc, use |  krw | 2020-07-13 | 1 | -2/+2 |
* | Remove some pointless casting of void * when assigning one |  krw | 2020-07-13 | 1 | -3/+3 |
* | Nuke trailing whitespace. |  krw | 2020-06-27 | 1 | -2/+2 |
* | No need to bzero()/memset() 'struct scsibus_attach_args' variables |  krw | 2020-06-27 | 1 | -3/+1 |
* | Use SDEV_NO_ADAPTER_TARGET instead of -1 to indicate |  krw | 2020-06-24 | 1 | -3/+3 |
* | Simplify some goto'ing that jumps a single line or |  krw | 2020-03-21 | 1 | -12/+6 |
* | Nuke *_minphys() functions that either simply apply MAXPHYS or do |  krw | 2020-02-13 | 1 | -14/+3 |
* | Shuffle some names around to make reading the code less headache |  krw | 2020-01-26 | 1 | -6/+6 |
* | Drivers that implement their own *minphys() don't need to call the |  krw | 2020-01-25 | 1 | -2/+1 |
* | Use a consistant idiom/format when declaring scsi_adapter structures |  krw | 2020-01-23 | 1 | -7/+3 |
* | Convert infinite sleeps to {m,t}sleep_nsec(9). |  mpi | 2019-12-31 | 1 | -2/+2 |
* | apply background init progress fix from r1.59 of mfii.c |  jmatthew | 2019-03-05 | 1 | -2/+9 |
* | return ENOTTY rather than EINVAL to indicate an ioctl hasn't been handled |  jmatthew | 2018-08-14 | 1 | -2/+2 |
* | If you use sys/param.h, you don't need sys/types.h |  deraadt | 2017-09-08 | 1 | -2/+1 |
* | copy the mbox into the dcmd struct, not the pointer to the mbox. |  dlg | 2017-02-02 | 1 | -2/+4 |
* | represent the mbox layout with union instead of an array of bytes. |  dlg | 2017-01-23 | 1 | -48/+49 |
* | sizes for free(); ok sthen |  deraadt | 2015-09-09 | 1 | -18/+19 |
* | Initial addition of ``Patrol Read'' support in bio(4), biocto(8), and |  uebayasi | 2015-05-29 | 1 | -1/+152 |
* | Prevent splassert from firing during sd_flush which runs "cold" |  mikeb | 2015-05-18 | 1 | -3/+4 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | properly set sgl related flags on skinny controllers. this fixes |  dlg | 2015-03-08 | 1 | -3/+5 |
* | Fix mfi ioctl to set drive state properly. |  yasuoka | 2015-02-08 | 1 | -8/+22 |
* | Add support DIOC{G,S}CACHE to mfi(4). Cache of disk on mfi(4) will |  yasuoka | 2015-01-09 | 1 | -5/+95 |
* | another handful of bcopy -> memcpy because there is no overlap |  deraadt | 2014-12-19 | 1 | -4/+4 |
* | remove uneeded proc.h includes |  jsg | 2014-09-14 | 1 | -2/+1 |
* | mark the interrupt handler mpsafe, and give up biglock in the scsi cmd |  dlg | 2014-09-09 | 1 | -1/+16 |
* | Create a function which loads sgd in the mfi_iop_ops struct so that skinny |  yasuoka | 2014-08-15 | 1 | -20/+63 |
* | Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian |  deraadt | 2014-07-13 | 1 | -4/+4 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -20/+20 |
* | format string fixes for bus_addr_t and bus_size_t |  sf | 2014-05-04 | 1 | -2/+2 |
* | revert previous commit; didn't intend to commit those bits |  kettenis | 2014-02-20 | 1 | -6/+4 |
* | Avoid printing the "nvram corrupt" message for onboard 2200s found on Sun |  kettenis | 2014-02-20 | 1 | -4/+6 |
* | mfi_refresh_sensors calls mfi_ioctl_vol which calls mfi_bio_getitall, which |  dlg | 2013-12-04 | 1 | -3/+8 |
* | Add support for displaying the cache write policy of RAID volumes to bioctl(8) |  kettenis | 2013-10-23 | 1 | -1/+6 |
* | Include the 'state of health' field in the bbu ok sensor value. |  jmatthew | 2013-10-09 | 1 | -3/+7 |
* | enw->new in comment; |  jmc | 2013-05-18 | 1 | -2/+2 |
* | fix some leaks in error paths |  jsg | 2013-05-08 | 1 | -3/+7 |
* | break out the battery status into excruciating detail. makes it harder for |  dlg | 2013-05-03 | 1 | -14/+82 |
* | always attach the battery sensor if the adapter lets us query it. |  dlg | 2013-05-02 | 1 | -3/+2 |
* | provide a sensor for the battery backup unit (bbu) on mfi boards that |  dlg | 2013-05-01 | 1 | -5/+59 |
* | dont need to walk alldevs during sensor creation looking for the logical |  dlg | 2013-05-01 | 1 | -16/+2 |
* | use MR_DCMD consistently. some MD_DCMD was in there somehow. |  dlg | 2013-04-30 | 1 | -6/+6 |
* | david imhoff points out that the error handling in mfi_init_ccb gets the |  dlg | 2013-04-07 | 1 | -5/+2 |
* | Make sure we don't sleep on autoconf. |  haesbaert | 2012-09-12 | 1 | -2/+2 |