From owner-cvs-all@FreeBSD.ORG Sat Jan 22 19:19:54 2005 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 5DBCE16A4CE; Sat, 22 Jan 2005 19:19:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 495F243D2F; Sat, 22 Jan 2005 19:19:54 +0000 (GMT) (envelope-from rwatson@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 j0MJJser085127; Sat, 22 Jan 2005 19:19:54 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j0MJJs2l085126; Sat, 22 Jan 2005 19:19:54 GMT (envelope-from rwatson) Message-Id: <200501221919.j0MJJs2l085126@repoman.freebsd.org> From: Robert Watson Date: Sat, 22 Jan 2005 19:19:54 +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/pci if_xl.c if_xlreg.h 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: Sat, 22 Jan 2005 19:19:54 -0000 rwatson 2005-01-22 19:19:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/pci if_xl.c if_xlreg.h Log: Merge if_xl.c:1.183 and if_xlreg.h:1.51 from HEAD to RELENG_5: date: 2005/01/03 19:22:37; author: rwatson; state: Exp; lines: +5 -1 date: 2005/01/03 19:22:37; author: rwatson; state: Exp; lines: +1 -0 Add PCI and device ID's to if_xl to support: 3C920B-EMB-WNM Integrated Fast Ethernet Controller Submitter reports that the card appears to autonegotiate properly, and operate well with high levels of NFS traffic. PR: 75253 Submitted by: "Oleg V. Nauman" Revision Changes Path 1.179.2.4 +5 -1 src/sys/pci/if_xl.c 1.50.2.1 +1 -0 src/sys/pci/if_xlreg.h