Date: Sat, 1 Jul 2000 12:50:51 +0900 (JST) From: tino@tino.adsl.wakwak.com To: FreeBSD-gnats-submit@freebsd.org Subject: kern/19617: Add VIA VT6102 NIC Support Message-ID: <200007010350.MAA00892@tino.adsl.wakwak.com>
next in thread | raw e-mail | index | archive | help
>Number: 19617 >Category: kern >Synopsis: Add VIA VT6102 NIC Support >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: Fri Jun 30 21:00:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Toshihiro Inoue >Release: FreeBSD 3.5-RELEASE i386 >Organization: >Environment: 3.5-RELEASE FreeBSD 3.5-RELEASE #3 >Description: Add VIA VT6102 NIC Support >How-To-Repeat: >Fix: --- sys/pci/if_vrreg.h.orig Fri Jun 30 21:44:14 2000 +++ sys/pci/if_vrreg.h Sat Jul 1 12:25:26 2000 @@ -446,6 +446,7 @@ */ #define VIA_DEVICEID_RHINE 0x3043 #define VIA_DEVICEID_RHINE_II 0x6100 +#define VIA_DEVICEID_RHINE_II_2 0x3065 /* * Delta Electronics device ID. --- sys/pci/if_vr.c.orig Sat Jul 1 12:23:38 2000 +++ sys/pci/if_vr.c Sat Jul 1 12:26:39 2000 @@ -113,6 +113,8 @@ "VIA VT3043 Rhine I 10/100BaseTX" }, { VIA_VENDORID, VIA_DEVICEID_RHINE_II, "VIA VT86C100A Rhine II 10/100BaseTX" }, + { VIA_VENDORID, VIA_DEVICEID_RHINE_II_2, + "VIA VT6102 Rhine II 10/100BaseTX" }, { DELTA_VENDORID, DELTA_DEVICEID_RHINE_II, "Delta Electronics Rhine II 10/100BaseTX" }, { ADDTRON_VENDORID, ADDTRON_DEVICEID_RHINE_II, >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?200007010350.MAA00892>