From: Philip Homburg Date: Fri, 30 Sep 2005 12:58:14 +0000 (+0000) Subject: Intel 82801 Mobile X-Git-Tag: v3.1.2a~682 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=e0dbf0cd676acd0980998916a8e716829f5f265f;p=minix.git Intel 82801 Mobile --- diff --git a/drivers/libpci/pci_table.c b/drivers/libpci/pci_table.c index 08d121022..b22da6f58 100644 --- a/drivers/libpci/pci_table.c +++ b/drivers/libpci/pci_table.c @@ -269,6 +269,7 @@ struct pci_isabridge pci_isabridge[]= struct pci_pcibridge pci_pcibridge[]= { + { 0x8086, 0x2448, PCI_PCIB_INTEL, }, /* Intel 82801 Mobile */ { 0x8086, 0x244e, PCI_PCIB_INTEL, }, /* Intel 82801 PCI Bridge */ { 0x8086, 0x2561, PCI_AGPB_INTEL, }, /* Intel 82845 AGP Bridge */ { 0x8086, 0x7191, PCI_AGPB_INTEL, }, /* Intel 82443BX (AGP bridge) */