netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 02/75] solos-pci: declare MODULE_FIRMWARE
@ 2009-11-07 21:40 Ben Hutchings
  2009-11-11  4:31 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Ben Hutchings @ 2009-11-07 21:40 UTC (permalink / raw)
  To: Chas Williams; +Cc: linux-atm-general, netdev

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
---
 drivers/atm/solos-pci.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/drivers/atm/solos-pci.c b/drivers/atm/solos-pci.c
index c5f5186..d7ad19d 100644
--- a/drivers/atm/solos-pci.c
+++ b/drivers/atm/solos-pci.c
@@ -142,6 +142,9 @@ MODULE_AUTHOR("Traverse Technologies <support@traverse.com.au>");
 MODULE_DESCRIPTION("Solos PCI driver");
 MODULE_VERSION(VERSION);
 MODULE_LICENSE("GPL");
+MODULE_FIRMWARE("solos-FPGA.bin");
+MODULE_FIRMWARE("solos-Firmware.bin");
+MODULE_FIRMWARE("solos-db-FPGA.bin");
 MODULE_PARM_DESC(reset, "Reset Solos chips on startup");
 MODULE_PARM_DESC(atmdebug, "Print ATM data");
 MODULE_PARM_DESC(firmware_upgrade, "Initiate Solos firmware upgrade");
-- 
1.6.5.2




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 02/75] solos-pci: declare MODULE_FIRMWARE
  2009-11-07 21:40 [PATCH 02/75] solos-pci: declare MODULE_FIRMWARE Ben Hutchings
@ 2009-11-11  4:31 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2009-11-11  4:31 UTC (permalink / raw)
  To: ben; +Cc: chas, linux-atm-general, netdev

From: Ben Hutchings <ben@decadent.org.uk>
Date: Sat, 07 Nov 2009 21:40:32 +0000

> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>

Applied to net-next-2.6

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-11  4:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-07 21:40 [PATCH 02/75] solos-pci: declare MODULE_FIRMWARE Ben Hutchings
2009-11-11  4:31 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).