diff options
author | Dave Jones <davej@redhat.com> | 2007-01-28 17:58:33 -0500 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2007-01-28 17:58:33 -0500 |
commit | 43ed41f648554c9fecaf7597d25e05da63ec7290 (patch) | |
tree | 69259722842cd94adfe0c1372c0077788d368aed /include | |
parent | 7707ea3b784195315366e6e4b5c73ca6933ff9b0 (diff) |
[AGPGART] Add new IDs to VIA AGP.
Culled from the VIA codedrop.
Also fixes up one ID used in amd64-agp to use the
VIA part number instead of the board name in its ID.
Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/pci_ids.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 5c87cd8a56fd..083ad66e6528 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -1273,7 +1273,8 @@ | |||
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_P4M890 0x0327 |
1277 | #define PCI_DEVICE_ID_VIA_VT3336 0x0336 | ||
1277 | #define PCI_DEVICE_ID_VIA_8371_0 0x0391 | 1278 | #define PCI_DEVICE_ID_VIA_8371_0 0x0391 |
1278 | #define PCI_DEVICE_ID_VIA_8501_0 0x0501 | 1279 | #define PCI_DEVICE_ID_VIA_8501_0 0x0501 |
1279 | #define PCI_DEVICE_ID_VIA_82C561 0x0561 | 1280 | #define PCI_DEVICE_ID_VIA_82C561 0x0561 |