| Age | Commit message (Expand) | Author |
| 13 days | mfi(4): Add subvendor and subdevice for Fujitsu RAID Controller SAS 6Gbit/s 1... | Michael Osipov |
| 2025-10-31 | mfi(4): Fix a typo in a KASSERT message | Gordon Bergling |
| 2025-10-20 | mfi: Migrate to use macro LINUX_IOCTL_SET to register linux ioctl handler | Zhenlei Huang |
| 2025-06-21 | newbus: replace leftover device unit wildcards | Ahmad Khalifa |
| 2025-01-02 | mfi: Use bus_generic_detach to simplify deleting children during detach | John Baldwin |
| 2024-12-06 | Replace calls to bus_generic_attach with bus_attach_children | John Baldwin |
| 2024-09-20 | mfi: Correct a struct member name | WHR |
| 2024-09-03 | mfi(4): Stop checking for failures from malloc(M_WAITOK) | Zhenlei Huang |
| 2024-07-24 | newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANY | Warner Losh |
| 2024-06-03 | mfi: correct typo in sysctl/tunable description | Ed Maste |
| 2023-11-26 | sys: Automated cleanup of cdefs and other formatting | Warner Losh |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-05-12 | spdx: Simplify BSD-2-Clause AND BSD-2-Clause | Warner Losh |
| 2023-05-12 | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh |
| 2022-07-31 | uefi(8): Fix a typo in a source code comment | Gordon Bergling |
| 2022-07-20 | Suppress unused variable warning in mfi.c | Dimitry Andric |
| 2022-05-13 | kerneldump: remove physical argument from d_dumper | Mitchell Horne |
| 2022-05-06 | mfi: Remove unused devclass arguments to DRIVER_MODULE. | John Baldwin |
| 2022-03-24 | hardware: added Dell H840 raid support | Wojciech Macek |
| 2021-12-09 | Create wrapper for Giant taken for newbus | Warner Losh |
| 2021-11-25 | Fix "set but not used" warnings in mfi. The one in mfi.c:mfi_data_cb() | Scott Long |
| 2021-01-12 | Convert remaining cap_rights_init users to cap_rights_init_one | Mateusz Guzik |
| 2020-12-09 | dev/mfi: Make a seemingly bogus conditional unconditional | Justin Hibbits |
| 2020-11-28 | Make MAXPHYS tunable. Bump MAXPHYS to 1M. | Konstantin Belousov |
| 2020-09-01 | mfi: clean up empty lines in .c and .h files | Mateusz Guzik |
| 2020-03-06 | Fix a mistaken conditional in mfi_tbolt_send_frame() | Justin Hibbits |
| 2020-02-26 | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki |
| 2020-02-07 | Ever since the block layer expanded its command syntax beyond just | Scott Long |
| 2019-05-20 | Extract eventfilter declarations to sys/_eventfilter.h | Conrad Meyer |
| 2018-09-26 | Add PNP info to PCI attachments of cbb, cxgb, ida, iwn, ixl, ixlv, | Warner Losh |
| 2018-04-06 | Move most of the contents of opt_compat.h to opt_global.h. | Brooks Davis |
| 2017-11-27 | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-09-08 | Fix intrhook release in MFI as well | Scott Long |
| 2017-07-01 | Clean up MD pollution of bus_dma.h: | Jason A. Harmening |
| 2017-01-04 | Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name) | Alan Somers |
| 2016-08-29 | Add missing array subscript. | John Baldwin |
| 2016-05-10 | Remove NULL check after M_WAITOK allocations from mfi(4). | Edward Tomasz Napierala |
| 2016-05-03 | sys/dev: minor spelling fixes. | Pedro F. Giffuni |
| 2016-04-26 | sys/dev: extend use of the howmany() macro when available. | Pedro F. Giffuni |
| 2016-03-15 | Remove bare & 0x3; it encodes the values of BIO_READ and | Warner Losh |
| 2015-06-09 | Switch from make_dev_alias to make_dev_alias_p since make_dev_alias_p can | Doug Ambrisko |
| 2015-05-22 | CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten | Jung-uk Kim |
| 2014-06-28 | Pull in r267961 and r267973 again. Fix for issues reported will follow. | Hans Petter Selasky |
| 2014-06-27 | Revert r267961, r267973: | Glen Barber |
| 2014-06-27 | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | Hans Petter Selasky |
| 2014-06-13 | Correct variable for loader tunable variable hw.mfi.mrsas_enable. | Xin LI |
| 2014-05-29 | Add support for the unmapped i/o to mfi(4). | Konstantin Belousov |
| 2014-03-16 | Update kernel inclusions of capability.h to use capsicum.h instead; some | Robert Watson |
| 2014-02-06 | Add support for MegaRAID Fury cards. The main change needed to boot from a | Mark Johnston |
| 2014-02-04 | Add a tunable "hw.mfi.mrsas_enable" to allow mfi(4) to drop priority and | Doug Ambrisko |