summaryrefslogtreecommitdiffstats
path: root/sys/dev/ipmi
Commit message (Expand)AuthorAgeFilesLines
* MFC 281941:jhb2015-09-034-9/+17
* Merge r263233 from HEAD to stable/10:rwatson2015-03-191-1/+1
* MFC r278321scottl2015-02-165-58/+122
* MFC 276065:jhb2015-02-061-0/+13
* Merge r257421 from head:glebius2013-11-141-0/+3
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-1/+3
* Check for ipmi_attached in ipmi_isa_probe as a suggested alternative tosbruno2013-07-301-8/+8
* empirical testing showed that 3 seconds is just too slow for GET_DEVICE_IDsbruno2013-07-301-1/+1
* After discussions, revert svn r253708.sbruno2013-07-302-10/+11
* At some point after stable/7 the ACPI and ISA interfaces to the IPMI controllersbruno2013-07-272-11/+10
* Unlock IPMI sc while performing requests via KCS and SMIC interfaces.melifaro2013-03-252-0/+4
* - Re-shuffle the <machine/pc/bios.h> headers to move all kernel-specificjhb2012-09-281-39/+10
* Don't try to stop the IPMI watchdog timer if it is not running.jhb2012-08-072-3/+5
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-1/+2
* Fixed firmware revision decoding:ru2011-04-141-2/+2
* Fix test for double-nul characters that terminate the string table atjhb2010-07-291-1/+1
* Rework the SMBIOS table walker to make it operate like other table walkersjhb2010-07-141-49/+33
* - Fixed incorrect watchdog timeout setting: MSB of a 2-byteru2009-12-181-9/+20
* Import ACPICA 20090521.jkim2009-06-051-1/+2
* Add stuff to support upcoming BMC/IPMI flashing of newer Dell machineambrisko2009-03-261-0/+113
* Don't right-adjust the SMBus slave address for SSIF IPMI BMCs enumeratedjhb2009-02-031-1/+1
* - Change ichsmb(4) to follow the format of all the other smbus controllersjhb2009-02-031-2/+2
* Fix typo where the code was missing the "IPMICTL_RECEIVE_MSG_32" conditionobrien2008-11-141-1/+1
* Remove hack attempt at using devfs cloning for per-file descriptor storage.jhb2008-08-282-134/+37
* - Tweak an error message.jhb2008-08-281-3/+3
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-203-6/+6
* Add support to the ipmi, isa attachment to attempt to read ipmiambrisko2007-07-161-2/+79
* Update __FreeBSD_version check for MFC of pmap_mapbios().jhb2007-05-021-1/+1
* Add constants for the fields in a BAR. Also, add two new macrosjhb2007-03-311-5/+2
* - Add missing constants for subclasses.jhb2007-03-311-4/+4
* Revisit the watchdogs: Resetting the error to EINVAL after failing to set then_hibma2007-03-271-2/+0
* Use pause() rather than tsleep() on stack variables and function pointers.jhb2007-02-271-4/+4
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Align the interfaces for the various watchdogs and make the interfacen_hibma2006-12-151-17/+8
* Fix some edge cases in detach() as well as a memory leak if we fail tojhb2006-12-061-2/+8
* ipmi_polled_enqueue_request() is already called with the lock held, justjhb2006-10-121-2/+2
* The IPMI spec is ambiguous (or rather, it contradicts itself) about whetherjhb2006-10-051-4/+4
* Add detailed debugging printf's for SMIC under SMIC_DEBUG.jhb2006-10-051-2/+50
* Oops, don't toss the last character read during an SMIC transaction withjhb2006-10-051-2/+0
* Fix a memory leak in ipmi_unload().jhb2006-09-261-1/+3
* Map pmap_{un,}mapbios() to pmap_{un,}mapdev() on 6.x and earlier.jhb2006-09-221-0/+5
* Update the ipmi(4) driver:jhb2006-09-2210-1395/+3074
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Don't conflict with the DEBUG define.ambrisko2006-02-131-1/+1
* Add an OpenIPMI mostly compatible driver. This driver was developedambrisko2006-02-104-0/+2081
OpenPOWER on IntegriCloud