diff options
author | Dave Jones <davej@redhat.com> | 2005-11-21 06:53:16 -0800 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2005-11-21 06:53:16 -0800 |
commit | c243f1f1f6545985afcc6adf1fc085729029c3ee (patch) | |
tree | 6cc10f5552f8ee46118f983f2b29fbfa1b84870b /include/linux/pci_ids.h | |
parent | a42ab7f2349a72ecf5c3b1b7c836dc4249a71c0c (diff) | |
download | op-kernel-dev-c243f1f1f6545985afcc6adf1fc085729029c3ee.zip op-kernel-dev-c243f1f1f6545985afcc6adf1fc085729029c3ee.tar.gz |
[AGPGART] Support VIA P4M800CE bridge.
Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index d4c1c8f..c99a83f 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -1198,6 +1198,7 @@ #define PCI_DEVICE_ID_VIA_3269_0 0x0269 #define PCI_DEVICE_ID_VIA_K8T800PRO_0 0x0282 #define PCI_DEVICE_ID_VIA_8363_0 0x0305 +#define PCI_DEVICE_ID_VIA_P4M800CE 0x0314 #define PCI_DEVICE_ID_VIA_8371_0 0x0391 #define PCI_DEVICE_ID_VIA_8501_0 0x0501 #define PCI_DEVICE_ID_VIA_82C561 0x0561 |