From owner-cvs-all@FreeBSD.ORG Tue Dec 28 22:14:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BCB116A4CE; Tue, 28 Dec 2004 22:14:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 249C343D3F; Tue, 28 Dec 2004 22:14:12 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSMEBXV058817; Tue, 28 Dec 2004 22:14:11 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSMEBfY058816; Tue, 28 Dec 2004 22:14:11 GMT (envelope-from mux) Message-Id: <200412282214.iBSMEBfY058816@repoman.freebsd.org> From: Maxime Henrion Date: Tue, 28 Dec 2004 22:14:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/fxp if_fxp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 22:14:12 -0000 mux 2004-12-28 22:14:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/fxp if_fxp.c Log: Merge if_fxp.c:1.220 from HEAD to RELENG_5: date: 2004/12/20 10:18:21; author: mux; state: Exp; lines: +2 -2 Only try to use the 82503 serial interface for the 82557 chipsets. The datasheet says it is only valid for such chipsets and shouldn't be used with others. This fixes some 82559 based cards which otherwise only work at 10Mbit. MFC after: 5 days Tested by: krion Revision Changes Path 1.217.2.3 +2 -2 src/sys/dev/fxp/if_fxp.c