Bug 13082

Summary: Improved support for NE2000 PnP cards
Product: Base System Reporter: erik <erik>
Component: kernAssignee: dfr
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-CURRENT   
Hardware: Any   
OS: Any   

Description erik 1999-08-11 19:40:01 UTC
FreeBSD-current does not support all NE2000 compatible PnP cards, nor 
will it probably ever do, but with this patch to the if_ed.c file, it
will detect some more cards.  The card is detected under Windows
platforms as "CNet NE2000 compatible", so this is the name I chose for
it.

Fix: Apply the following patch to src/sys/i386/isa/if_ed.c :




static pnpid_t edpnp_ids[]= {
	{ 0xd6680d041, "NE2000"},
+	{ 0x0090252a,  "CNet NE2000 Compatible"},
	{ 0 }
  };--DUnlorYP6kb8QW9uncHiGpZdTodhX2KvO1iE42Hhu4vj4FsL
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

*** if_ed.c     Tue Jul  6 21:22:44 1999
--- if_ed.bak   Tue Aug 10 16:36:03 1999
***************
*** 3443,3448 ****
--- 3443,3449 ----
Comment 1 sanpei 1999-08-12 10:45:56 UTC
I also reported PnP NE2000 card id

[Patch] NE2000 PnP card IDs to sys/i386/isa/if_ed.c
http://www.FreeBSD.org/cgi/query-pr.cgi?pr=7816
Comment 2 dfr freebsd_committer freebsd_triage 1999-09-02 08:39:49 UTC
Responsible Changed
From-To: freebsd-bugs->dfr

I'm updating if_ed for the new PnP 
Comment 3 MIHIRA Sanpei Yoshiro freebsd_committer freebsd_triage 2000-11-10 08:26:15 UTC
State Changed
From-To: open->closed

this PnP id was added in rev.1.1@sys/dev/ed/if_ed_isa.c