Re: [patch 2.6.12-rc3] dell_rbu: New Dell BIOS update driver

From: Arjan van de Ven
Date: Wed May 11 2005 - 03:53:01 EST


On Tue, 2005-05-10 at 17:05 -0500, Abhay Salunke wrote:
> The dell_rbu driver is required for updating BIOS on DELL servers and client
> systems. The driver lets a user application download the BIOS image in to
> contiguous physical memory pages; the driver exposes the memory via sysfs
> filesystem. The update mechanism basically has two approcahes; one by
> allocating contiguous physical memory and the second approach is by allocating
> small chunks of contiguous physical memory.
>
> The patch file is attached to this mail.

I wonder if this wouldn't be able to use the request_firmware()
interface instead... I mean, it would simplify the sysfs code a lot I
suspect.

-
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/