* [PATCH 0/1] myri10ge update for 2.6.23
@ 2007-09-13 22:39 Brice Goglin
2007-09-13 22:40 ` [PATCH 1/1] myri10ge: Add support for PCI device id 9 Brice Goglin
0 siblings, 1 reply; 2+ messages in thread
From: Brice Goglin @ 2007-09-13 22:39 UTC (permalink / raw)
To: Jeff Garzik; +Cc: netdev
Hi Jeff,
The following patch adds support for a new PCI device id. Please apply
for 2.6.23.
Thanks,
Brice
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] myri10ge: Add support for PCI device id 9
2007-09-13 22:39 [PATCH 0/1] myri10ge update for 2.6.23 Brice Goglin
@ 2007-09-13 22:40 ` Brice Goglin
0 siblings, 0 replies; 2+ messages in thread
From: Brice Goglin @ 2007-09-13 22:40 UTC (permalink / raw)
To: Jeff Garzik; +Cc: netdev
Add support for new Myri-10G boards with PCI device id 9.
Signed-off-by: Brice Goglin <brice@myri.com>
---
drivers/net/myri10ge/myri10ge.c | 3 +++
1 file changed, 3 insertions(+)
Index: linux-rc/drivers/net/myri10ge/myri10ge.c
===================================================================
--- linux-rc.orig/drivers/net/myri10ge/myri10ge.c 2007-09-11 20:27:17.000000000 +0200
+++ linux-rc/drivers/net/myri10ge/myri10ge.c 2007-09-14 00:36:36.000000000 +0200
@@ -3094,9 +3094,12 @@
}
#define PCI_DEVICE_ID_MYRICOM_MYRI10GE_Z8E 0x0008
+#define PCI_DEVICE_ID_MYRICOM_MYRI10GE_Z8E_9 0x0009
static struct pci_device_id myri10ge_pci_tbl[] = {
{PCI_DEVICE(PCI_VENDOR_ID_MYRICOM, PCI_DEVICE_ID_MYRICOM_MYRI10GE_Z8E)},
+ {PCI_DEVICE
+ (PCI_VENDOR_ID_MYRICOM, PCI_DEVICE_ID_MYRICOM_MYRI10GE_Z8E_9)},
{0},
};
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-09-13 22:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-13 22:39 [PATCH 0/1] myri10ge update for 2.6.23 Brice Goglin
2007-09-13 22:40 ` [PATCH 1/1] myri10ge: Add support for PCI device id 9 Brice Goglin
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).