Date: Wed, 10 Nov 1999 21:36:26 -0800 (PST) From: candy@kgc.co.jp To: freebsd-gnats-submit@freebsd.org Subject: i386/14816: lnc(4) can work with Am79C937 Message-ID: <19991111053626.5D26514D25@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 14816 >Category: i386 >Synopsis: lnc(4) can work with Am79C937 >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 Nov 10 21:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Toshihiro Kanda >Release: FreeBSD 3.3-RELEASE i386 >Organization: >Environment: FreeBSD uuu.kgc.co.jp 3.3-RELEASE FreeBSD 3.3-RELEASE #10: Thu Nov 11 13:42:11 JST 1999 candy@uuu.kgc.co.jp:/usr/src/sys/compile/UUU i386 >Description: lnc(4) can work with Am79C973 (PCnet FAST III). Its chip id is 0x2625. To support it, just add the following line to if_lnc.c:pcnet_probe(). case 0x2625: return (PCNet_FASTplus); Thanks in advance. >How-To-Repeat: >Fix: >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?19991111053626.5D26514D25>