Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Aug 1999 11:36:30 -0700 (PDT)
From:      erik@habatech.no
To:        freebsd-gnats-submit@freebsd.org
Subject:   kern/13082: Improved support for NE2000 PnP cards
Message-ID:  <19990811183630.19310155B6@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         13082
>Category:       kern
>Synopsis:       Improved support for NE2000 PnP cards
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 11 11:40:01 PDT 1999
>Closed-Date:
>Last-Modified:
>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:
>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?19990811183630.19310155B6>