History log of /freebsd-9.3-release/share/man/man4/ipmi.4
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 237216 18-Jun-2012 eadler

MFC r233648:
Remove trailing whitespace per mdoc lint warning

Approved by: cperciva (implicit)


# 235578 17-May-2012 gjb

MFC r235317:

General mdoc(7) and typo fixes.

PR: 167776


# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 175134 07-Jan-2008 gabor

Forced commit to note that the previous commit log should have been:
- ipmi(4) appeared in FreeBSD 6.2, not in 6.3


# 175131 07-Jan-2008 gabor

- ipmi(4) appeared in FreeBSD 6.2, not in 5.3

Submitted by: brix,
Michael Fuckner <michael@fuckner.net>
MFC after: 0 days


# 175084 04-Jan-2008 gabor

- This driver will first appear in 6.3, not 7.0

MFC after: 0 days


# 171464 16-Jul-2007 ambrisko

Add support to the ipmi, isa attachment to attempt to read ipmi
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


# 165216 14-Dec-2006 mpp

Spelling fixes.


# 162855 30-Sep-2006 ru

Document ioctls differently, like is done in other section four manpages.


# 162292 13-Sep-2006 jhb

Correct include path.


# 157906 20-Apr-2006 brueffer

- ipmi is a device, not an option (1)
- use standard formatting for authors

Submitted by: Pawel Worach <pawel.worach@gmail.com> (1)


# 155619 13-Feb-2006 joel

.Pp before .Sh is redundant.

Reviewed by: ru


# 155586 12-Feb-2006 joel

s/specfic/specific/


# 155517 10-Feb-2006 ambrisko

Add an OpenIPMI mostly compatible driver. This driver was developed
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