From sanpei@sanpei.org  Wed Sep  2 23:13:00 1998
Received: from titanium.yy.ics.keio.ac.jp (titanium.yy.ics.keio.ac.jp [131.113.47.73])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA23892
          for <FreeBSD-gnats-submit@freebsd.org>; Wed, 2 Sep 1998 23:12:49 -0700 (PDT)
          (envelope-from sanpei@sanpei.org)
Received: from lavender.yy.cs.keio.ac.jp (ppp115.dialup.st.keio.ac.jp [131.113.27.115])
	by titanium.yy.ics.keio.ac.jp (8.8.8+3.0Wbeta13/3.6W) with ESMTP id PAA07681
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 3 Sep 1998 15:11:34 +0900 (JST)
Received: (from sanpei@localhost)
	by lavender.yy.cs.keio.ac.jp (8.8.8/3.6W) id PAA03865;
	Thu, 3 Sep 1998 15:08:31 +0900 (JST)
Message-Id: <199809030608.PAA03865@lavender.yy.cs.keio.ac.jp>
Date: Thu, 3 Sep 1998 15:08:31 +0900 (JST)
From: sanpei@sanpei.org
Reply-To: sanpei@sanpei.org
To: FreeBSD-gnats-submit@freebsd.org
Subject: [Patch] NE2000 PnP card IDs to sys/i386/isa/if_ed.c
X-Send-Pr-Version: 3.2

>Number:         7816
>Category:       i386
>Synopsis:       [Patch] NE2000 PnP card IDs to sys/i386/isa/if_ed.c
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    dfr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep  2 23:20:01 PDT 1998
>Closed-Date:    Fri Nov 10 00:31:59 PST 2000
>Last-Modified:  Fri Nov 10 00:32:21 PST 2000
>Originator:     MIHIRA Yoshiro
>Release:        FreeBSD 2.2.7-RELEASE i386
>Organization:
Keio Univ.
>Environment:

	FreeBSD-current (19980520 and later)

>Description:

	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 :-)

>How-To-Repeat:


>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 }
 };
 

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->dfr 
Responsible-Changed-By: dfr 
Responsible-Changed-When: Thu Sep 2 00:32:08 PDT 1999 
Responsible-Changed-Why:  
I'm updating if_ed for the new PnP 
State-Changed-From-To: open->closed 
State-Changed-By: sanpei 
State-Changed-When: Fri Nov 10 00:31:59 PST 2000 
State-Changed-Why:  
these PnP id were added in rev.1.1@sys/dev/ed/if_ed_isa.c 

http://www.freebsd.org/cgi/query-pr.cgi?pr=7816 
>Unformatted:
