Date: Mon, 22 Apr 2002 16:35:47 +0800 From: "David Xu" <davidx@viasoft.com.cn> To: <freebsd-hackers@FreeBSD.ORG> Subject: fix wrong pnp id comment Message-ID: <00aa01c1e9d8$b3c1b9f0$ef01a8c0@davidwnt>
index | next in thread | raw e-mail
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 }
};
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00aa01c1e9d8$b3c1b9f0$ef01a8c0>
