Messages in this thread |  | | | Date | Fri, 04 Jul 2008 13:43:29 -0700 (PDT) | | Subject | Re: [bug?] tg3: Failed to load firmware "tigon/tg3_tso.bin" | | From | David Miller <> |
| |
From: Alan Cox <alan@lxorguk.ukuu.org.uk> Date: Fri, 4 Jul 2008 14:27:53 +0100
> There are good sound reasons for having a firmware tree, the fact tg3 is > a bit of dinosaur in this area doesn't make it wrong.
And bnx2, and bnx2x, and e100's ucode (hope David caught that one!).
It isn't just tg3.
External firmware is by design an error prone system, even with versioning. But by being built and linked into the driver, it is fool proof.
On a technical basis alone, we would never disconnect a crucial component such as firmware, from the driver. The only thing charging these transoformations, from day one, is legal concerns.
I've been against request_firmware() from the beginning, because they make life unnecessarily difficult, and it is error prone no matter how well you design the validation step.
|  |