Re: [PATCH net-next 2/2] cxgb3: Add Aeluros 2020 phy support
From: David Miller <davem@davemloft.net>
Date: 2009-06-04 03:01:03
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2009-06-04 03:01:03
Also in:
lkml
From: Divy Le Ray <redacted> Date: Wed, 03 Jun 2009 19:27:41 -0700
In a boot over the network environment, request_firmware() will not be granted access to the file system.
This is not true, first of all. It can be built into the kernel image via CONFIG_FIRMWARE_IN_KERNEL. Second of all, there is initrd. There are NO EXCUSES for not using request_firmware() at this point.