Change the chip description from "DFE-550TX" to "DL10050".
The DL10050 chip is used on the 550TX and 580TX cards, probably others as well.
This commit is contained in:
parent
e7863f186a
commit
828463d085
@ -83,7 +83,7 @@ static const char rcsid[] =
|
|||||||
*/
|
*/
|
||||||
static struct ste_type ste_devs[] = {
|
static struct ste_type ste_devs[] = {
|
||||||
{ ST_VENDORID, ST_DEVICEID_ST201, "Sundance ST201 10/100BaseTX" },
|
{ ST_VENDORID, ST_DEVICEID_ST201, "Sundance ST201 10/100BaseTX" },
|
||||||
{ DL_VENDORID, DL_DEVICEID_550TX, "D-Link DFE-550TX 10/100BaseTX" },
|
{ DL_VENDORID, DL_DEVICEID_DL10050, "D-Link DL10050 10/100BaseTX" },
|
||||||
{ 0, 0, NULL }
|
{ 0, 0, NULL }
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -927,7 +927,7 @@ ste_attach(dev)
|
|||||||
* it is at 0 & 1. It is rev 0x12.
|
* it is at 0 & 1. It is rev 0x12.
|
||||||
*/
|
*/
|
||||||
if (pci_get_vendor(dev) == DL_VENDORID &&
|
if (pci_get_vendor(dev) == DL_VENDORID &&
|
||||||
pci_get_device(dev) == DL_DEVICEID_550TX &&
|
pci_get_device(dev) == DL_DEVICEID_DL10050 &&
|
||||||
pci_get_revid(dev) == 0x12 )
|
pci_get_revid(dev) == 0x12 )
|
||||||
sc->ste_one_phy = 1;
|
sc->ste_one_phy = 1;
|
||||||
|
|
||||||
|
@ -40,10 +40,10 @@
|
|||||||
#define ST_DEVICEID_ST201 0x0201
|
#define ST_DEVICEID_ST201 0x0201
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* D-Link PCI device/vendor ID for the DFE-550TX.
|
* D-Link PCI device/vendor ID for the DL10050[AB] chip
|
||||||
*/
|
*/
|
||||||
#define DL_VENDORID 0x1186
|
#define DL_VENDORID 0x1186
|
||||||
#define DL_DEVICEID_550TX 0x1002
|
#define DL_DEVICEID_DL10050 0x1002
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Register definitions for the Sundance Technologies ST201 PCI
|
* Register definitions for the Sundance Technologies ST201 PCI
|
||||||
|
Loading…
x
Reference in New Issue
Block a user