Bug 14816

Summary: lnc(4) can work with Am79C937
Product: Base System Reporter: candy <candy>
Component: i386Assignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.3-RELEASE   
Hardware: Any   
OS: Any   

Description candy 1999-11-11 05:40:01 UTC
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.
Comment 1 nra freebsd_committer freebsd_triage 2000-07-12 04:30:53 UTC
State Changed
From-To: open->closed

Originator reports that the newest lnc driver 
now supports the AmC973 and request that this PR be closed.