Received: by mail.netbsd.org (Postfix, from userid 605) id 079BC14A2F4; Sun, 29 Jan 2012 11:31:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B090414A2F1 for ; Sun, 29 Jan 2012 11:31:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id JnQbNZ1n4SGI for ; Sun, 29 Jan 2012 11:31:39 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id E550914A2E7 for ; Sun, 29 Jan 2012 11:31:38 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 1751C175DD; Sun, 29 Jan 2012 11:31:39 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sun, 29 Jan 2012 11:31:39 +0000 From: "Matthias Drochner" Subject: CVS commit: src/sys/dev/pci To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20120129113139.1751C175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Matthias Drochner" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: drochner Date: Sun Jan 29 11:31:38 UTC 2012 Modified Files: src/sys/dev/pci: pci_subr.c pcivar.h ppb.c Log Message: extend the pci_aprint_devinfo slightly to cover the cases commonly used by drivers: a short name for the quiet/naive case and a string to override the "pcidevs" based name by one provided by the driver, ride on yesterday's kernel minor version bump To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 src/sys/dev/pci/pci_subr.c cvs rdiff -u -r1.97 -r1.98 src/sys/dev/pci/pcivar.h cvs rdiff -u -r1.48 -r1.49 src/sys/dev/pci/ppb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.