From 9aae3002ed6556cab1d7ff4cf86bb39626d91fbf Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Sun, 19 Jun 2005 22:11:04 +0000 Subject: [PATCH] Made libpci recognize my pci controller at home (again) --- 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 9e430c36f..cb6e49870 100644 --- a/drivers/libpci/pci_table.c +++ b/drivers/libpci/pci_table.c @@ -220,6 +220,7 @@ struct pci_intel_ctrl pci_intel_ctrl[]= { 0x1106, 0x0305, }, /* VIA VT8363/8365 */ { 0x1106, 0x3099, }, /* VIA VT8367 [KT266] */ { 0x1106, 0x3188, }, /* VIA */ + { 0x1106, 0x0282, }, /* VIA */ { 0x1106, 0x0204, }, /* VIA VT8367 [KT266] */ { 0x8086, 0x122D, }, /* Intel 82437FX */ { 0x8086, 0x1237, }, /* Intel 82441FX */