Re: request_firmware() hotplug interface, third round.

Greg KH (greg@kroah.com)
Fri, 16 May 2003 15:39:08 -0700


On Thu, May 15, 2003 at 04:38:58PM -0400, Pavel Roskin wrote:
> I wrote this private already, but it needs to be said now. It's not
> _caching_ that is needed. What is needed is a filesystem that can be
> populated in the kernel binary.

initramfs can do this today. It isn't the issue for this firmware
interface to solve. Same thing goes for the "resume the sleeping
device" arguement. That's not this code's issue.

> Can I use this code to replace broken ACPI table (DSDT) I have in some of
> my systems?

Hm, don't know the ACPI startup point in reference to when initramfs
gets uncompressed. But I think you might be safe.

> Can I use this code to load firmware into my SCSI adapter if
> I need it to access the only disk in the system?

With initramfs, yes.

> Can I use this code to program a network interface I'm going to use
> for root over NFS?

Again, with initramfs, yes.

thanks,

greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/