Age | Commit message (Expand) | Author |
2024-05-24 | remove unneeded includes; ok miod@ | Jonathan Gray |
2024-02-05 | support newer mfii devices; ok jmatthew | Theo de Raadt |
2023-07-06 | Use mtx_init() to initialize stack-based mutexes | Visa Hankala |
2023-05-25 | Disable witness for mutexes created on the stack which allows | Kurt Miller |
2022-09-25 | Give mfii(4) firmware more time to transition out of UNDEFINED state. | Stefan Sperling |
2022-09-16 | Make mfii(4) recover from firmware FAULT state on startup. | Stefan Sperling |
2022-04-16 | constify SCSI adapter entry points | Christian Weisgerber |
2022-03-11 | Constify struct cfattach. | Martin Pieuchot |
2020-12-15 | neuter the shutdown hooks for now, they seem to crash the fw on some boards. | David Gwynne |
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-22 | Nuke unused struct scsi_link members of adapter softc's where the | 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-07-11 | Expunge some Captain Obvious comments, tweak whitespace a bit, move a debug | 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 | kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9) | cheloha |
2020-06-24 | Use SDEV_NO_ADAPTER_TARGET instead of the value that is being | 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-05 | Nuke unnecessary abstraction 'scsi_minphys()' which just calls | Kenneth R Westerback |
2020-01-25 | use SMR rather than SRP to protect the device handle array | Jonathan Matthew |
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-09-09 | revert back to using 0x6c for the reply post index register. | David Gwynne |
2019-08-28 | implement a DV_POWERDOWN handler to flush cache and shutdown the controller | David Gwynne |
2019-08-20 | Trailing whitespace. | Kenneth R Westerback |
2019-03-05 | swap MFI_LD_PROG_BGI and MFI_LD_PROG_CC cases to match value order | Jonathan Matthew |
2019-03-01 | Background init progress and consistency check progress are reported in | Jonathan Matthew |
2018-08-14 | return ENOTTY rather than EINVAL to indicate an ioctl hasn't been handled | Jonathan Matthew |
2018-06-08 | Handle AENs for logical disk creation and deletion. | Jonathan Matthew |
2018-06-08 | Rework sensors and bio(4) support to use the target number from the logical | Jonathan Matthew |
2018-05-18 | Use SCSI_NOSLEEP for management commands issued during attach. | Jonathan Matthew |
2018-05-18 | Add bio(4) and sensors for mfii(4), based on code from mfi(4). Most of the | Jonathan Matthew |
2018-05-18 | Make mfii_mgmt() allocate and release a ccb to simplify the most common use | Jonathan Matthew |
2018-05-18 | Add DPRINTF/DNPRINTF for debug output as in mfi(4) and convert existing | Jonathan Matthew |
2018-05-18 | Use passthrough IO rather than MFA for management commands. | Jonathan Matthew |
2018-03-16 | Improve calculation of the number of commands and sges available. | Jonathan Matthew |
2018-03-16 | use MFI_STAT_INVALID_STATUS where appropriate | Jonathan Matthew |
2018-03-16 | Allocate an mfi frame for each ccb, to be used to submit passthrough | Jonathan Matthew |
2018-02-20 | Set the chain_offset field (same as sgl_offset0, only in 16 byte units) | Jonathan Matthew |
2018-02-02 | use the same bar used to determine memory type when mapping memory | Jonathan Gray |
2017-11-27 | Add support for SAS3.5 megaraids, which are sold as Dell PERC H740P/840 and | Jonathan Matthew |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
2017-04-08 | A pile of sizes to free(9). In test for a few days in snapshots. | Theo de Raadt |
2017-02-11 | disable aen handling. | David Gwynne |