From owner-cvs-all@FreeBSD.ORG Sun Feb 11 17:22:00 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 034E516A4B3; Sun, 11 Feb 2007 17:22:00 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E910213C481; Sun, 11 Feb 2007 17:21:59 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1BHLxf1026790; Sun, 11 Feb 2007 17:21:59 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1BHLxeq026789; Sun, 11 Feb 2007 17:21:59 GMT (envelope-from marius) Message-Id: <200702111721.l1BHLxeq026789@repoman.freebsd.org> From: Marius Strobl Date: Sun, 11 Feb 2007 17:21:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/pci if_pcn.c if_pcnreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 11 Feb 2007 17:22:00 -0000 marius 2007-02-11 17:21:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/pci if_pcn.c if_pcnreg.h Log: MFC: if_pcn.c 1.74, 1.79 (sort of), 1.80; if_pcnreg.h 1.14 - Fix obsolete comment. - Extend references to lnc(4) by references to le(4) as the constraint described in the comment applies to the latter as well. - Don't bother to include IDs of PCnet chips which are not supported by this driver and largely are not even PCI devices in pcn_chipid. - Use device_printf(9)/if_printf(9) rather than implementing their functionality with printf(9). - Sprinkle some const. Revision Changes Path 1.69.2.6 +31 -37 src/sys/pci/if_pcn.c 1.11.2.2 +1 -8 src/sys/pci/if_pcnreg.h