Age | Commit message (Expand) | Author |
2024-05-24 | remove unneeded includes; ok miod@ | Jonathan Gray |
2023-11-29 | Add support for new SAS HBAs (codenamed Aero and Sea, sold as Broadcom HBA | Jonathan Matthew |
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-10-18 | Document and report mpii(4) RAID 1E as such | Klemens Nanni |
2022-04-16 | constify SCSI adapter entry points | Christian Weisgerber |
2022-03-11 | Constify struct cfattach. | Martin Pieuchot |
2022-01-09 | spelling | Jonathan Gray |
2020-09-22 | Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd' | Kenneth R Westerback |
2020-08-26 | Remove needless uses of SDEV_ONLYBIG. It was always set when SDEV_UMASS was set, | 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-07-09 | Move sc->sc_link initialization closer to config_found() invocation | 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-02-05 | Nuke unnecessary abstraction 'scsi_minphys()' which just calls | Kenneth R Westerback |
2020-01-23 | Use a consistant idiom/format when declaring scsi_adapter structures | Kenneth R Westerback |
2020-01-13 | Unifdef WWN quirk | kn |
2020-01-03 | Fix RAID volume WWIDs for LSI controllers on sparc64 | kn |
2019-12-31 | Convert infinite sleeps to {m,t}sleep_nsec(9). | Martin Pieuchot |
2019-12-29 | Populate logical disk port WWNs with their RAID volume's WWID | kn |
2019-12-28 | Attach Symbios Logic Flash Accelerator eMLC cards | kn |
2019-09-12 | SAS3 controllers have a maximum size for sgl chain segments, and the | Jonathan Matthew |
2019-08-30 | On SAS3 and newer controllers (using the IEEE sgl layout), the chain offset | Jonathan Matthew |
2019-08-20 | Trailing whitespace. | Kenneth R Westerback |
2019-07-07 | tweak config pending handling so it waits for all ports to finish scanning | David Gwynne |
2019-06-05 | this can support 64BIT DVA for io | David Gwynne |
2019-06-04 | use htolemXX and lemtohXX instead of htoleXX and letohXX | David Gwynne |
2018-08-14 | return ENOTTY rather than EINVAL to indicate an ioctl hasn't been handled | Jonathan Matthew |
2018-06-19 | Add support for SAS3.5 controllers. This involves reordering | Jonathan Matthew |
2017-12-12 | Remove unused variable defined with an unexisting type. | Martin Pieuchot |
2017-08-10 | Remove a leftover bit that was dereferencing an uninitialized pointer | Mike Belopuhov |
2017-04-08 | A pile of sizes to free(9). In test for a few days in snapshots. | Theo de Raadt |
2017-01-16 | Let it compile with debugging enabled | Mike Belopuhov |
2017-01-16 | Clean up SCSI operation status and state defines | Mike Belopuhov |
2016-11-06 | dont issue sas config page requests against raid targets. | David Gwynne |
2016-10-24 | augment the scsi_probe handler so it tries to query the sas dev pg 0 | David Gwynne |
2016-10-21 | mitigate against mpii device attachment racing with mountroot | David Gwynne |
2016-09-14 | add support for SAS3 devices, which have a different sgl layout to previous | Jonathan Matthew |
2016-08-17 | Make error handling (esp. DATA_UNDERRUN) clearer and avoid losing resid | Kenneth R Westerback |
2016-08-09 | Check xs->status for SCSI_CHECK even in underrun situations. | Kenneth R Westerback |
2016-03-07 | Sync no-argument function declaration and definition by adding (void). | Christian Weisgerber |
2015-03-18 | Prevent sign extension due to pointer arithmetics | Mike Belopuhov |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-03-02 | Remove the mpsafe flag for mpii(4), it is a suspect in some kernel hangs I've | Stuart Henderson |