Comment 1 for bug 237211

Revision history for this message
Leann Ogasawara (leannogasawara) wrote :

Hi Jason,

It looks like the driver has already been updated for the upcoming Intrepid Ibex release (see git commit below). I'll open a Hardy nomination for it to be considered as a stable release update for 8.04.2. Thanks.

ogasawara@yoji:~/ubuntu-intrepid$ git log -p a3b4fcedee5cf1d1342b85f1318c0fe1ff1727a9
commit a3b4fcedee5cf1d1342b85f1318c0fe1ff1727a9
Author: Stephen Hemminger <email address hidden>
Date: Sat Jun 14 10:32:15 2008 -0700

    sky2: 88E8040T pci device id

    Missed one pci id for 88E8040T.

    Signed-off-by: Stephen Hemminger <email address hidden>
    Signed-off-by: Jeff Garzik <email address hidden>

diff --git a/drivers/net/sky2.c b/drivers/net/sky2.c
index 62436b3..c8a5ef2 100644
--- a/drivers/net/sky2.c
+++ b/drivers/net/sky2.c
@@ -118,6 +118,7 @@ static const struct pci_device_id sky2_id_table[] = {
        { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4352) }, /* 88E8038 */
        { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4353) }, /* 88E8039 */
        { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4354) }, /* 88E8040 */
+ { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4355) }, /* 88E8040T */
        { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4356) }, /* 88EC033 */
        { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4357) }, /* 88E8042 */
        { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x435A) }, /* 88E8048 */