Bug 7816 - [Patch] NE2000 PnP card IDs to sys/i386/isa/if_ed.c
Summary: [Patch] NE2000 PnP card IDs to sys/i386/isa/if_ed.c
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: i386 (show other bugs)
Version: 2.2.7-RELEASE
Hardware: Any Any
: Normal Affects Only Me
Assignee: dfr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1998-09-03 07:20 UTC by sanpei
Modified: 2000-11-10 08:32 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sanpei 1998-09-03 07:20:01 UTC
	I tested some NE2000 Compatible PnP Ethernet-Cards with
	FreeBSD-current if_ed.c code.

	It's fine.

	I hope to append PnP card ids as below patch.

	And I hope to append **controller pnp0** to boot.flp :-)

Fix: 

--- sys/i386/isa/if_ed.c.org	1998/09/03 05:55:52
+++ sys/i386/isa/if_ed.c	1998/09/03 05:59:39
@@ -3405,7 +3405,15 @@
 	u_long vend_id;
 	char *id_str;
 } edpnp_ids[] = {
-	{ 0x1980635e, "WSC8019"},
+	{ 0x1980635e, "WSC8019"}, /* From FreeBSD-current if_ed.c  */
+	{ 0x0890635e, "WSC9008"}, /* From gnats 6782 by paterno@dsi.UNIFI.IT */
+	{ 0xd680d041, "NE2000 Compatible"}, /* From gnats 6782 replay mail */
+	{ 0x0131d805, "ANX3101"}, /* Acer ALN-101T */
+	{ 0x01200507, "RTL8019"}, /* PLANET ENW-2401 */
+	{ 0x19808c4a, "RTL8019"}, /* SURECOM EP312(ISA) */
+				  /* ELECOM LD-PNE20/T */
+				  /* A.I.Brain-E200T */
+	{ 0x0090252a, "JQE9000"}, /* No-brand Jumperless NE2000 PnP card */
 	{ 0 }
 };
Comment 1 dfr freebsd_committer freebsd_triage 1999-09-02 08:32:08 UTC
Responsible Changed
From-To: freebsd-bugs->dfr

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

these PnP id were added in rev.1.1@sys/dev/ed/if_ed_isa.c