summaryrefslogtreecommitdiffstats
path: root/share/man/man4/ipmi.4
Commit message (Collapse)AuthorAgeFilesLines
* Add support to the ipmi, isa attachment to attempt to read ipmiambrisko2007-07-161-1/+37
| | | | | | | | | | | | config info. from device.hints. Some machines have ipmi controllers that do not have attachment info in either PCI, SMBIOS or ACPI. This idea was hacked together by me and then done properly by jhb. Submitted by: jhb Reviewed by: jhb (man page) Approved by: re (Ken Smith) MFC after: 1 week
* Spelling fixes.mpp2006-12-141-1/+1
|
* Document ioctls differently, like is done in other section four manpages.ru2006-09-301-60/+38
|
* Correct include path.jhb2006-09-131-1/+1
|
* - ipmi is a device, not an option (1)brueffer2006-04-201-4/+5
| | | | | | - use standard formatting for authors Submitted by: Pawel Worach <pawel.worach@gmail.com> (1)
* .Pp before .Sh is redundant.joel2006-02-131-1/+0
| | | | Reviewed by: ru
* s/specfic/specific/joel2006-02-121-1/+1
|
* Add an OpenIPMI mostly compatible driver. This driver was developedambrisko2006-02-101-0/+187
to work with ipmitools. It works with other tools that have an OpenIPMI driver interface. The port will need to get updated to used this. I have not implemented the IPMB mode yet so ioctl's for that don't really do much otherwise it should work like the OpenIPMI version. The ipmi.h definitions was derived from the ipmitool header file. The bus attachments are done for smbios and pci/smbios. Differences in bus probe order for modules/static are delt with. ACPI attachment should be done. This drivers registers with the watchdod(4) interface Work to do: - BT interface - IPMB mode This has been tested on Dell PE2850, PE2650 & PE850 with i386 & amd64 kernel. I will link this into the build on next week. Tom Rhodes, helped me with the man page. Sponsored by: IronPort Systems Inc. Inspired from: ipmitool & Linux
OpenPOWER on IntegriCloud