Date: Thu, 3 Sep 1998 15:08:31 +0900 (JST) From: sanpei@sanpei.org To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: i386/7816: [Patch] NE2000 PnP card IDs to sys/i386/isa/if_ed.c Message-ID: <199809030608.PAA03865@lavender.yy.cs.keio.ac.jp>
next in thread | raw e-mail | index | archive | help
>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: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Wed Sep 2 23:20:01 PDT 1998
>Last-Modified:
>Originator: MIHIRA Yoshiro
>Organization:
Keio Univ.
>Release: FreeBSD 2.2.7-RELEASE i386
>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 }
};
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809030608.PAA03865>
