Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Mar 1998 02:29:47 -0800 (PST)
From:      nakagawa@jp.freebsd.org
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   i386/6040: add new ID for if_ed_p.c
Message-ID:  <199803171029.CAA13705@hub.freebsd.org>

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

>Number:         6040
>Category:       i386
>Synopsis:       add new ID for if_ed_p.c
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          support
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 17 02:30:01 PST 1998
>Last-Modified:
>Originator:     NAKAGAWA, Yoshihisa
>Organization:
NEC, Japan, Tokyo.
>Release:        2.2-stable
>Environment:
>Description:
VIA VT86C926 is PCI NE2000 compatible Ethernet chip.
But, if_ed_p.c has not the chip,s ID.

See: http://www.via.com.tw/AMAZON.HTM (VT86C926's data-sheet)
>How-To-Repeat:

>Fix:
add PCI device ID:

*** if_ed_p.c_1.5.2.5	Mon Mar 16 18:46:05 1998
--- if_ed_p.c	Mon Mar 16 18:48:38 1998
***************
*** 45,50 ****
--- 45,51 ----
  	{ 0x30008e2e,	"NE2000 PCI Ethernet (KTI)"		},
  	{ 0x19808c4a,	"NE2000 PCI Ethernet (Winbond W89C940)" },
  	{ 0x0e3410bd,	"NE2000 PCI Ethernet (Surecom NE-34)"	},
+ 	{ 0x09261106,	"NE2000 PCI Ethernet (VIA VT86C926)"	},
  	{ 0x00000000,	NULL					}
  };

>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?199803171029.CAA13705>