summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_dc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/if_dc.c')
-rw-r--r--sys/pci/if_dc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_dc.c b/sys/pci/if_dc.c
index 3cff108..3f339b8 100644
--- a/sys/pci/if_dc.c
+++ b/sys/pci/if_dc.c
@@ -1854,7 +1854,7 @@ static int dc_attach(dev)
sc->dc_pmode = DC_PMODE_MII;
break;
case DC_DEVICEID_AN985:
- case DE_DEVICEID_FE2500:
+ case DC_DEVICEID_FE2500:
sc->dc_type = DC_TYPE_AN985;
sc->dc_flags |= DC_TX_USE_TX_INTR;
sc->dc_flags |= DC_TX_ADMTEK_WAR;
OpenPOWER on IntegriCloud