RE: [PATCH] HP iLO driver

From: Altobelli, David
Date: Thu Jun 12 2008 - 15:39:00 EST


H. Peter Anvin wrote:
> David Altobelli wrote:
>> A driver for the HP iLO/iLO2 management processor, which allows
>> userspace programs to query the management processor. Programs can
>> open a channel to the device (/dev/hpilo_ccbN), and use this to
>> send/receive queries. The O_EXCL open flag is used to indicate that
>> a particular channel cannot be shared between processes. This
>> driver will replace various packages HP has shipped, including hprsm
>> and hp-ilo.
>
> Wouldn't /dev/hpilo/ccbN be a more appropriate namespace?

Yes, that would be more clear. The code is currently defined to a maximum of 1 hardware device, but this could change, and the dev path should probably reflect that.

How do you feel about /dev/hpiloX/ccbN, where X is 0, 1, ... Num_Devices-1?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/