From owner-freebsd-bugs Wed Sep 2 23:20:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA25446 for freebsd-bugs-outgoing; Wed, 2 Sep 1998 23:20:17 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA25375 for ; Wed, 2 Sep 1998 23:20:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA00925; Wed, 2 Sep 1998 23:20:01 -0700 (PDT) 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 ; 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 ; 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 X-Send-Pr-Version: 3.2 Subject: i386/7816: [Patch] NE2000 PnP card IDs to sys/i386/isa/if_ed.c Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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