From e0dbf0cd676acd0980998916a8e716829f5f265f Mon Sep 17 00:00:00 2001 From: Philip Homburg Date: Fri, 30 Sep 2005 12:58:14 +0000 Subject: [PATCH] Intel 82801 Mobile --- drivers/libpci/pci_table.c | 1 + 1 file changed, 1 insertion(+) 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) */ -- 2.44.0