Re: [PATCH 2/14] firmware update for av7110 dvb driver

From: Jochen Friedrich
Date: Sat Oct 11 2003 - 07:01:03 EST


Hi Marcel,

> the request_firmware() framework is part of Linux 2.4 and 2.6 and so for
> most drivers the firmware file can be loaded from userspace through proc
> or sysfs. Please take a look at it.

Is there a way to use this for ISA devices? I'd like to convert my
tms380tr request_firmware() as i want to get rid of hardcoded, binary
only firmware. However, there is no struct device for ISA devices (and
in particular, no bus id) and unlike the old style PCI DMA mapping, which
accepts NULL as pci_dev and assumes ISA in this case, request_firmware()
absolutely needs the parameter...

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