Commit 1ce873ab authored by dann frazier's avatar dann frazier Committed by Greg Kroah-Hartman

hpilo: Despecificate driver from iLO generation

This driver supports iLO, iLO2 and iLO3. However, comments and Kconfig
reference only iLO and iLO2. Let's just call it "iLO" to avoid having to
update strings for each iLO generation. This is similar to the change made
to hpwdt in commit 36e3ff44.
Signed-off-by: default avatardann frazier <dannf@hp.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 63d027a6
...@@ -248,15 +248,15 @@ config CS5535_CLOCK_EVENT_SRC ...@@ -248,15 +248,15 @@ config CS5535_CLOCK_EVENT_SRC
generic PIT, and are suitable for use as high-res timers. generic PIT, and are suitable for use as high-res timers.
config HP_ILO config HP_ILO
tristate "Channel interface driver for HP iLO/iLO2 processor" tristate "Channel interface driver for the HP iLO processor"
depends on PCI depends on PCI
default n default n
help help
The channel interface driver allows applications to communicate The channel interface driver allows applications to communicate
with iLO/iLO2 management processors present on HP ProLiant with iLO management processors present on HP ProLiant servers.
servers. Upon loading, the driver creates /dev/hpilo/dXccbN files, Upon loading, the driver creates /dev/hpilo/dXccbN files, which
which can be used to gather data from the management processor, can be used to gather data from the management processor, via
via read and write system calls. read and write system calls.
To compile this driver as a module, choose M here: the To compile this driver as a module, choose M here: the
module will be called hpilo. module will be called hpilo.
......
/* /*
* Driver for HP iLO/iLO2 management processor. * Driver for the HP iLO management processor.
* *
* Copyright (C) 2008 Hewlett-Packard Development Company, L.P. * Copyright (C) 2008 Hewlett-Packard Development Company, L.P.
* David Altobelli <david.altobelli@hp.com> * David Altobelli <david.altobelli@hp.com>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment