aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mfi/mfi_debug.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add support for getting and setting BBU properties related to batteryMark Johnston2013-04-081-0/+9
* Fixes queuing issues where mfi_release_command blindly sets the cm_flags = 0Steven Hartland2013-02-271-19/+3
* First fix pr 167226:Doug Ambrisko2012-05-041-0/+3
* MFhead_mfi r227068Doug Ambrisko2012-03-301-3/+17
|\
* | The sys/sysctl.h header is needed when MFI_DEBUG is defined.Konstantin Belousov2011-11-161-0/+1
|/
* - Add a command validator for use in debugging.Scott Long2006-10-161-0/+35
* Fix a bad #include statmentScott Long2006-09-271-1/+1
* Add a command debugging module and a periodic watchdog timer.Scott Long2006-09-251-0/+228