| Summary: | Improved support for NE2000 PnP cards | ||
|---|---|---|---|
| Product: | Base System | Reporter: | erik <erik> |
| Component: | kern | Assignee: | dfr |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 4.0-CURRENT | ||
| Hardware: | Any | ||
| OS: | Any | ||
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 Responsible Changed From-To: freebsd-bugs->dfr I'm updating if_ed for the new PnP State Changed From-To: open->closed this PnP id was added in rev.1.1@sys/dev/ed/if_ed_isa.c |
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 ----