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