summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorJin Zhengxiong-R64188 <Jason.Jin@freescale.com>2006-06-27 18:12:10 +0800
committerJon Loeliger <jdl@freescale.com>2006-06-27 10:29:32 -0500
commitbc09cf3c2bfb8d54c659cbb332f79d0950982fd0 (patch)
tree662fdd760d3f70ab1ee2f7febdc000f958c032f1 /drivers
parentfcfb9a57947fc203b99fe81ab0578f7286261f9f (diff)
Fix RTL8139 in big endian
signed-off-by: Jason Jin <Jason.Jin@freescale.com> signed-off-by: Wei Zhang <wei.zhang@freescale.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/rtl8139.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtl8139.c b/drivers/rtl8139.c
index a95f84e625..848d1d177a 100644
--- a/drivers/rtl8139.c
+++ b/drivers/rtl8139.c
@@ -196,6 +196,7 @@ static void rtl_disable(struct eth_device *dev);
static struct pci_device_id supported[] = {
{PCI_VENDOR_ID_REALTEK, PCI_DEVICE_ID_REALTEK_8139},
+ {0x1186, 0x1300},
{}
};