aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4/ipmi.4
Commit message (Collapse)AuthorAgeFilesLines
* Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvsKen Smith2011-02-161-1/+1
| | | | | | Approved by: re (implicit) This commit was manufactured to restore the state of the 8.2-RELEASE image.
* - ipmi(4) appeared in FreeBSD 6.2, not in 5.3Gabor Kovesdan2008-01-071-1/+1
| | | | | | | | | Submitted by: brix, Michael Fuckner <michael@fuckner.net> MFC after: 0 days Notes: svn path=/head/; revision=175131
* - This driver will first appear in 6.3, not 7.0Gabor Kovesdan2008-01-041-1/+1
| | | | | | | MFC after: 0 days Notes: svn path=/head/; revision=175084
* Add support to the ipmi, isa attachment to attempt to read ipmiDoug Ambrisko2007-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 Notes: svn path=/head/; revision=171464
* Spelling fixes.Mike Pritchard2006-12-141-1/+1
| | | | Notes: svn path=/head/; revision=165216
* Document ioctls differently, like is done in other section four manpages.Ruslan Ermilov2006-09-301-60/+38
| | | | Notes: svn path=/head/; revision=162855
* Correct include path.John Baldwin2006-09-131-1/+1
| | | | Notes: svn path=/head/; revision=162292
* - ipmi is a device, not an option (1)Christian Brueffer2006-04-201-4/+5
| | | | | | | | | - use standard formatting for authors Submitted by: Pawel Worach <pawel.worach@gmail.com> (1) Notes: svn path=/head/; revision=157906
* .Pp before .Sh is redundant.Joel Dahl2006-02-131-1/+0
| | | | | | | Reviewed by: ru Notes: svn path=/head/; revision=155619
* s/specfic/specific/Joel Dahl2006-02-121-1/+1
| | | | Notes: svn path=/head/; revision=155586
* Add an OpenIPMI mostly compatible driver. This driver was developedDoug Ambrisko2006-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 Notes: svn path=/head/; revision=155517