aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ipmi
Commit message (Expand)AuthorAgeFilesLines
* Centralize compatability translation macros.Brooks Davis2020-04-141-5/+4
* [PowerPC64] Fix OPAL IPMI driverLeandro Lupori2020-03-261-40/+115
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+1
* The current IPMI KCS code is waiting 100us for all transitions (roughlyJonathan T. Looney2019-06-121-34/+25
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-202-1/+5
* ipmi: Fixes for ipmi_opal(powernv)Justin Hibbits2019-04-021-1/+12
* efirt: When present, attempt to use EFI runtime services to shutdownConrad Meyer2018-12-151-2/+2
* Distinguish _CID match and _HID match and make lower priority probeTakanori Watanabe2018-10-261-5/+6
* Fix a module Makefile error on amd64 so the IPMI HW interfaces are built.Doug Ambrisko2018-08-161-0/+2
* ipmi/opal: Enable polled mode and proper callbackJustin Hibbits2018-08-121-0/+2
* Support building IPMI as a module on powerpc64Justin Hibbits2018-07-251-0/+241
* In cases where an application issues certain IPMI commands at a highJonathan T. Looney2018-04-061-3/+5
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2711-0/+22
* As a follow-on to r325378, make the shutdown timer default to 0 as well.Peter Wemm2017-11-051-1/+1
* Make the startup timeout 0 seconds by default rathern than 420s. ThisWarner Losh2017-11-041-1/+1
* Make time we wait for a power cycle tunable.Warner Losh2017-10-261-2/+6
* Various IPMI watchdog timer improvementsWarner Losh2017-10-262-6/+108
* Implement IPMI support for RB_POWRECYCLEWarner Losh2017-10-252-4/+63
* Optimize IPMI watchdog patting.Alexander Motin2016-03-221-21/+32
* Remove support for FreeBSD < 602110.Xin LI2015-08-302-12/+0
* Watchdog drivers need to support rearming the watchdog in contexts whichJohn Baldwin2015-04-244-9/+17
* Use direct hardware access for internal requests for KCS and SMIC. InJohn Baldwin2015-02-065-58/+122
* Explicitly treat timeouts when waiting for IBF or OBF to change state as anJohn Baldwin2014-12-221-0/+13
* Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson2014-03-161-1/+1
* Provide a crutch that prevents watchdog to interrupt dumpingGleb Smirnoff2013-10-311-0/+3
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-1/+3
* Check for ipmi_attached in ipmi_isa_probe as a suggested alternative toSean Bruno2013-07-301-8/+8
* empirical testing showed that 3 seconds is just too slow for GET_DEVICE_IDSean Bruno2013-07-301-1/+1
* After discussions, revert svn r253708.Sean Bruno2013-07-302-10/+11
* At some point after stable/7 the ACPI and ISA interfaces to the IPMI controllerSean Bruno2013-07-272-11/+10
* Unlock IPMI sc while performing requests via KCS and SMIC interfaces.Alexander V. Chernikov2013-03-252-0/+4
* - Re-shuffle the <machine/pc/bios.h> headers to move all kernel-specificJohn Baldwin2012-09-281-39/+10
* Don't try to stop the IPMI watchdog timer if it is not running.John Baldwin2012-08-072-3/+5
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-111-1/+2
* Fixed firmware revision decoding:Ruslan Ermilov2011-04-141-2/+2
* Fix test for double-nul characters that terminate the string table atJohn Baldwin2010-07-291-1/+1
* Rework the SMBIOS table walker to make it operate like other table walkersJohn Baldwin2010-07-141-49/+33
* - Fixed incorrect watchdog timeout setting: MSB of a 2-byteRuslan Ermilov2009-12-181-9/+20
* Import ACPICA 20090521.Jung-uk Kim2009-06-051-1/+2
* Add stuff to support upcoming BMC/IPMI flashing of newer Dell machineDoug Ambrisko2009-03-261-0/+113
* Don't right-adjust the SMBus slave address for SSIF IPMI BMCs enumeratedJohn Baldwin2009-02-031-1/+1
* - Change ichsmb(4) to follow the format of all the other smbus controllersJohn Baldwin2009-02-031-2/+2
* Fix typo where the code was missing the "IPMICTL_RECEIVE_MSG_32" conditionDavid E. O'Brien2008-11-141-1/+1
* Remove hack attempt at using devfs cloning for per-file descriptor storage.John Baldwin2008-08-282-134/+37
* - Tweak an error message.John Baldwin2008-08-281-3/+3
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-203-6/+6
* Add support to the ipmi, isa attachment to attempt to read ipmiDoug Ambrisko2007-07-161-2/+79
* Update __FreeBSD_version check for MFC of pmap_mapbios().John Baldwin2007-05-021-1/+1