From nobody@FreeBSD.ORG Wed Aug 11 11:36:30 1999
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id 19310155B6; Wed, 11 Aug 1999 11:36:30 -0700 (PDT)
Message-Id: <19990811183630.19310155B6@hub.freebsd.org>
Date: Wed, 11 Aug 1999 11:36:30 -0700 (PDT)
From: erik@habatech.no
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@freebsd.org
Subject: Improved support for NE2000 PnP cards
X-Send-Pr-Version: www-1.0

>Number:         13082
>Category:       kern
>Synopsis:       Improved support for NE2000 PnP cards
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dfr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 11 11:40:01 PDT 1999
>Closed-Date:    Fri Nov 10 00:26:15 PST 2000
>Last-Modified:  Fri Nov 10 00:30:24 PST 2000
>Originator:     Erik H. Bakke
>Release:        4.0-CURRENT-19990811
>Organization:
Habatech AS
>Environment:
FreeBSD bsdbox.habatech.no 4.0-CURRENT FreeBSD 4.0-CURRENT #48: Wed Aug 11 00:05:50 CEST 1999    root@bsdbox.habatech.no:/usr/src/sys/compile/HABA  i386

>Description:
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.
>How-To-Repeat:

>Fix:
Apply the following patch to src/sys/i386/isa/if_ed.c :


*** if_ed.c     Tue Jul  6 21:22:44 1999
--- if_ed.bak   Tue Aug 10 16:36:03 1999
***************
*** 3443,3448 ****
--- 3443,3449 ----

  static pnpid_t edpnp_ids[]= {
	{ 0xd6680d041, "NE2000"},
+	{ 0x0090252a,  "CNet NE2000 Compatible"},
	{ 0 }
  };


>Release-Note:
>Audit-Trail:

From: sanpei@sanpei.org (MIHIRA Yoshiro)
To: erik@habatech.no
Cc: freebsd-gnats-submit@FreeBSD.ORG, sanpei@sanpei.org
Subject: Re: kern/13082: Improved support for NE2000 PnP cards
Date: Thu, 12 Aug 1999 18:45:56 +0900 (JST)

 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 
Responsible-Changed-By: dfr 
Responsible-Changed-When: Thu Sep 2 00:39:49 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:26:15 PST 2000 
State-Changed-Why:  
this PnP id was added in rev.1.1@sys/dev/ed/if_ed_isa.c 

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