From owner-cvs-src@FreeBSD.ORG  Tue Nov  7 19:44:54 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 862A416A412;
	Tue,  7 Nov 2006 19:44:54 +0000 (UTC)
	(envelope-from marius@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 05AA943D96;
	Tue,  7 Nov 2006 19:44:46 +0000 (GMT)
	(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 kA7JihUp031444;
	Tue, 7 Nov 2006 19:44:43 GMT
	(envelope-from marius@repoman.freebsd.org)
Received: (from marius@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA7Jigrn031441;
	Tue, 7 Nov 2006 19:44:42 GMT (envelope-from marius)
Message-Id: <200611071944.kA7Jigrn031441@repoman.freebsd.org>
From: Marius Strobl <marius@FreeBSD.org>
Date: Tue, 7 Nov 2006 19:44:42 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/sys/pci if_pcn.c if_pcnreg.h
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 07 Nov 2006 19:44:54 -0000

marius      2006-11-07 19:44:42 UTC

  FreeBSD src repository

  Modified files:
    sys/pci              if_pcn.c if_pcnreg.h 
  Log:
  - 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.80      +26 -32    src/sys/pci/if_pcn.c
  1.14      +1 -8      src/sys/pci/if_pcnreg.h