diff options
author | Gabriel Mansi <gabriel.mansi@gmail.com> | 2006-12-16 18:24:27 -0500 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2006-12-18 19:13:54 -0500 |
commit | d5cb8d38cd0029b3573e1c8d5d99d99c86dbdbd6 (patch) | |
tree | e502e102a763d98fee4c231c1148ec1adc033226 | |
parent | e25db641c0e6dd49c5db24dbe154048d4a466727 (diff) |
[AGPGART] K8M890 support for amd-k8.
Signed-off-by: Dave Jones <davej@redhat.com>
-rw-r--r-- | drivers/char/agp/amd64-agp.c | 9 | ||||
-rw-r--r-- | include/linux/pci_ids.h | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/drivers/char/agp/amd64-agp.c b/drivers/char/agp/amd64-agp.c index 2f2c4efff8a3..979300405c0e 100644 --- a/drivers/char/agp/amd64-agp.c +++ b/drivers/char/agp/amd64-agp.c | |||
@@ -650,6 +650,15 @@ static struct pci_device_id agp_amd64_pci_table[] = { | |||
650 | .subvendor = PCI_ANY_ID, | 650 | .subvendor = PCI_ANY_ID, |
651 | .subdevice = PCI_ANY_ID, | 651 | .subdevice = PCI_ANY_ID, |
652 | }, | 652 | }, |
653 | /* VIA K8M890 / K8N890 */ | ||
654 | { | ||
655 | .class = (PCI_CLASS_BRIDGE_HOST << 8), | ||
656 | .class_mask = ~0, | ||
657 | .vendor = PCI_VENDOR_ID_VIA, | ||
658 | .device = PCI_DEVICE_ID_VIA_K8M890CE, | ||
659 | .subvendor = PCI_ANY_ID, | ||
660 | .subdevice = PCI_ANY_ID, | ||
661 | }, | ||
653 | /* VIA K8T890 */ | 662 | /* VIA K8T890 */ |
654 | { | 663 | { |
655 | .class = (PCI_CLASS_BRIDGE_HOST << 8), | 664 | .class = (PCI_CLASS_BRIDGE_HOST << 8), |
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 95c1e74afebc..5c87cd8a56fd 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -1273,6 +1273,7 @@ | |||
1273 | #define PCI_DEVICE_ID_VIA_3296_0 0x0296 | 1273 | #define PCI_DEVICE_ID_VIA_3296_0 0x0296 |
1274 | #define PCI_DEVICE_ID_VIA_8363_0 0x0305 | 1274 | #define PCI_DEVICE_ID_VIA_8363_0 0x0305 |
1275 | #define PCI_DEVICE_ID_VIA_P4M800CE 0x0314 | 1275 | #define PCI_DEVICE_ID_VIA_P4M800CE 0x0314 |
1276 | #define PCI_DEVICE_ID_VIA_K8M890CE 0x0336 | ||
1276 | #define PCI_DEVICE_ID_VIA_8371_0 0x0391 | 1277 | #define PCI_DEVICE_ID_VIA_8371_0 0x0391 |
1277 | #define PCI_DEVICE_ID_VIA_8501_0 0x0501 | 1278 | #define PCI_DEVICE_ID_VIA_8501_0 0x0501 |
1278 | #define PCI_DEVICE_ID_VIA_82C561 0x0561 | 1279 | #define PCI_DEVICE_ID_VIA_82C561 0x0561 |