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