| Summary: | [PATCH] Missing PCI Id's for DLink DFE-538TX ethernet card | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | seva <seva> | ||||
| Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 4.2-STABLE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
seva
2001-03-06 08:40:01 UTC
I used essentialy the same patch for a DLink DFE-530TX+ I bought recently. It wouldn't otherwise recognize (on 4.3-BETA). I just MFC-ed the changes to the same files made at Feb 21 20:54:21 2001 UTC. The IDs are the same, just the string isn't. Since the DFE-530TX+ and the DFE-538TX have the SAME device IDs (but different subsystem IDs, which we don't check for), both the patch here and in kern/25640 need a slight bit of munging. In if_rl.c, use "DLINK_DEVICEID_530TXPLUS_OR_538" instead of "DLINK_DEVICEID_530TXPLUS" In if_rl.c, print "D-Link 530TX+ or 538 10/100BaseTX" instead of "D-Link 530TX+" In if_rl.h, use "DLINK_DEVICEID_530TXPLUS_OR_538" instead of "DLINK_DEVICEID_530TXPLUS" -- Matt Emmerton State Changed From-To: open->closed Superseded by PR 29027. |