aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mfi
Commit message (Expand)AuthorAgeFilesLines
* mfi(4)/mrsas(4): Set sysctl name for driver versions consistentlyMichael Osipov11 days1-3/+4
* chore: replace {0, 0} with {DEV,KOBJ}METHOD_ENDEnji Cooper2026-02-252-2/+2
* mfi(4)/mrsas(4): Print driver versions consistentlyMichael Osipov2026-02-171-1/+1
* dev/mfi: include sys/abi_compat.h unconditionallyKonstantin Belousov2026-02-101-2/+0
* sys/event.h: reduce namespace pollution from sys/abi_compat.hKonstantin Belousov2026-02-101-2/+3
* sys/abi_compat.h: move freebsd32_uint64_t and FU64_CP() thereKonstantin Belousov2026-02-091-2/+0
* mfi(4): Add subvendor and subdevice for Fujitsu RAID Controller SAS 6Gbit/s 1...Michael Osipov2026-01-061-0/+1
* mfi(4): Fix a typo in a KASSERT messageGordon Bergling2025-10-311-1/+1
* mfi: Migrate to use macro LINUX_IOCTL_SET to register linux ioctl handlerZhenlei Huang2025-10-201-9/+1
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-212-3/+5
* mfi: Use bus_generic_detach to simplify deleting children during detachJohn Baldwin2025-01-021-6/+3
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-3/+3
* mfi: Correct a struct member nameWHR2024-09-201-1/+1
* mfi(4): Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang2024-09-031-5/+2
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* mfi: correct typo in sysctl/tunable descriptionEd Maste2024-06-031-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1611-22/+0
* spdx: Simplify BSD-2-Clause AND BSD-2-ClauseWarner Losh2023-05-124-4/+4
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1211-11/+11
* uefi(8): Fix a typo in a source code commentGordon Bergling2022-07-311-1/+1
* Suppress unused variable warning in mfi.cDimitry Andric2022-07-201-2/+2
* kerneldump: remove physical argument from d_dumperMitchell Horne2022-05-132-3/+2
* mfi: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-064-11/+6
* hardware: added Dell H840 raid supportWojciech Macek2022-03-241-0/+1
* Create wrapper for Giant taken for newbusWarner Losh2021-12-102-18/+18
* Fix "set but not used" warnings in mfi. The one in mfi.c:mfi_data_cb()Scott Long2021-11-254-16/+3
* Convert remaining cap_rights_init users to cap_rights_init_oneMateusz Guzik2021-01-121-1/+1
* dev/mfi: Make a seemingly bogus conditional unconditionalJustin Hibbits2020-12-091-9/+5
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-1/+1
* mfi: clean up empty lines in .c and .h filesMateusz Guzik2020-09-015-20/+0
* Fix a mistaken conditional in mfi_tbolt_send_frame()Justin Hibbits2020-03-061-1/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Ever since the block layer expanded its command syntax beyond justScott Long2020-02-071-2/+6
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-203-13/+20
* Add PNP info to PCI attachments of cbb, cxgb, ida, iwn, ixl, ixlv,Warner Losh2018-09-261-2/+5
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-1/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2711-1/+23
* Fix intrhook release in MFI as wellScott Long2017-09-081-2/+2
* Clean up MD pollution of bus_dma.h:Jason A. Harmening2017-07-012-2/+0
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-3/+3
* Add missing array subscript.John Baldwin2016-08-291-1/+1
* Remove NULL check after M_WAITOK allocations from mfi(4).Edward Tomasz Napierala2016-05-101-8/+0
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-032-4/+4
* sys/dev: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-4/+4
* Remove bare & 0x3; it encodes the values of BIO_READ andWarner Losh2016-03-151-2/+2
* Switch from make_dev_alias to make_dev_alias_p since make_dev_alias_p canDoug Ambrisko2015-06-091-1/+3
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-284-13/+2
* Revert r267961, r267973:Glen Barber2014-06-274-2/+13