diff options
author | Jon Loeliger <jdl@freescale.com> | 2006-06-27 11:08:17 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2006-06-27 11:08:17 -0500 |
commit | 894b773c8678ce68b01c99b02ffad236e470458b (patch) | |
tree | b2354e1daf943e7ab1ae4befcccbb9712281cfd5 /drivers/rtl8139.c | |
parent | 321bbd41f9f8bc58ac76017b7d5dffb67382a99f (diff) | |
parent | bc09cf3c2bfb8d54c659cbb332f79d0950982fd0 (diff) | |
download | u-boot-imx-894b773c8678ce68b01c99b02ffad236e470458b.zip u-boot-imx-894b773c8678ce68b01c99b02ffad236e470458b.tar.gz u-boot-imx-894b773c8678ce68b01c99b02ffad236e470458b.tar.bz2 |
Merge branch 'mpc86xx'
Diffstat (limited to 'drivers/rtl8139.c')
-rw-r--r-- | drivers/rtl8139.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtl8139.c b/drivers/rtl8139.c index a95f84e..848d1d1 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}, {} }; |