From owner-freebsd-hackers Mon Apr 22 2: 5:52 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from web20901.mail.yahoo.com (web20901.mail.yahoo.com [216.136.226.223]) by hub.freebsd.org (Postfix) with SMTP id 78B6437B400 for ; Mon, 22 Apr 2002 02:05:50 -0700 (PDT) Message-ID: <20020422090317.76678.qmail@web20901.mail.yahoo.com> Received: from [61.152.254.1] by web20901.mail.yahoo.com via HTTP; Mon, 22 Apr 2002 02:03:17 PDT Date: Mon, 22 Apr 2002 02:03:17 -0700 (PDT) From: David Xu Subject: fix wrong PNP ID comment To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Current branch, pci_bus.c has wrong PNP ID comment. --- /sys/i386/pci/pci_bus.c.orig Mon Apr 22 16:13:02 2002 +++ /sys/i386/pci/pci_bus.c Mon Apr 22 16:13:29 2002 @@ -554,7 +554,7 @@ * people. */ static struct isa_pnp_id pcibus_pnp_ids[] = { - { 0x030ad041 /* PNP030A */, "PCI Bus" }, + { 0x030ad041 /* PNP0A03 */, "PCI Bus" }, { 0 } }; __________________________________________________ Do You Yahoo!? Yahoo! Games - play chess, backgammon, pool and more http://games.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message