From: Ben Gras Date: Sun, 19 Jun 2005 22:11:04 +0000 (+0000) Subject: Made libpci recognize my pci controller at home (again) X-Git-Tag: v3.1.0~730 X-Git-Url: http://zhaoyanbai.com/repos/dnssec-importkey.html?a=commitdiff_plain;h=9aae3002ed6556cab1d7ff4cf86bb39626d91fbf;p=minix.git Made libpci recognize my pci controller at home (again) --- 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 */