Re: [PATCH][resubmit] HP iLO driver

From: FUJITA Tomonori
Date: Mon Jun 23 2008 - 22:46:18 EST


On Mon, 23 Jun 2008 10:00:52 -0600
David Altobelli <david.altobelli@xxxxxx> 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/dXccbN), 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.

This driver creates the own device file and user-space applications
write a request data to the device file and read the response from it?

Would it be better to use the existing infrastructure (block/bsg.c) to
do that? With bsg, you don't need to invent your fifo code to enqueue
and dequeue requests.
--
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/