| Summary: | lnc(4) can work with Am79C937 | ||
|---|---|---|---|
| Product: | Base System | Reporter: | candy <candy> |
| Component: | i386 | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 3.3-RELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->closed Originator reports that the newest lnc driver now supports the AmC973 and request that this PR be closed. |
lnc(4) can work with Am79C973 (PCnet FAST III). Its chip id is 0x2625. To support it, just add the following line to if_lnc.c:pcnet_probe(). case 0x2625: return (PCNet_FASTplus); Thanks in advance.