Date: Mon, 22 Apr 2002 02:03:17 -0700 (PDT) From: David Xu <bsddiy@yahoo.com> To: freebsd-hackers@freebsd.org Subject: fix wrong PNP ID comment Message-ID: <20020422090317.76678.qmail@web20901.mail.yahoo.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020422090317.76678.qmail>