Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104786
b: refs/heads/master
c: 89bcb05
h: refs/heads/master
v: v3
  • Loading branch information
David Altobelli authored and Greg Kroah-Hartman committed Jul 22, 2008
1 parent b933720 commit 5ab02de
Show file tree
Hide file tree
Showing 5 changed files with 972 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d95d62c018209355c0dc998682ff792432aa870c
refs/heads/master: 89bcb05d9bbf8bd559988bca4f2579defd28d008
13 changes: 13 additions & 0 deletions trunk/drivers/misc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -420,4 +420,17 @@ config SGI_XP
this feature will allow for direct communication between SSIs
based on a network adapter and DMA messaging.

config HP_ILO
tristate "Channel interface driver for HP iLO/iLO2 processor"
default n
help
The channel interface driver allows applications to communicate
with iLO/iLO2 management processors present on HP ProLiant
servers. Upon loading, the driver creates /dev/hpilo/dXccbN files,
which can be used to gather data from the management processor,
via read and write system calls.

To compile this driver as a module, choose M here: the
module will be called hpilo.

endif # MISC_DEVICES
1 change: 1 addition & 0 deletions trunk/drivers/misc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ obj-$(CONFIG_INTEL_MENLOW) += intel_menlow.o
obj-$(CONFIG_ENCLOSURE_SERVICES) += enclosure.o
obj-$(CONFIG_KGDB_TESTS) += kgdbts.o
obj-$(CONFIG_SGI_XP) += sgi-xp/
obj-$(CONFIG_HP_ILO) += hpilo.o
Loading

0 comments on commit 5ab02de

Please sign in to comment.