diff options
| author | Dave Jones <davej@redhat.com> | 2004-06-30 18:30:47 +0100 |
|---|---|---|
| committer | Dave Jones <davej@delerium.codemonkey.org.uk> | 2004-06-30 18:30:47 +0100 |
| commit | 67221af324c0903b0dc1ea2abfc7d1b08e112768 (patch) | |
| tree | 42d430d10b4bd71eb3098a04e90d8577ff8ab979 /include | |
| parent | d91c4b08a8ab50170edd27fabb9f27cbf8c900bc (diff) | |
[AGPGART] K8T800 Pro support in amd64 driver.
Signed-off-by: Kris Kersey <augustus@linuxhardware.org>
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 b43a7f89fc22..e60f3a146cf7 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -1173,7 +1173,8 @@ #define PCI_DEVICE_ID_VIA_8763_0 0x0198 #define PCI_DEVICE_ID_VIA_8380_0 0x0204 #define PCI_DEVICE_ID_VIA_PX8X0_0 0x0259 -#define PCI_DEVICE_ID_VIA_8363_0 0x0305 +#define PCI_DEVICE_ID_VIA_K8T800PRO_0 0x0282 +#define PCI_DEVICE_ID_VIA_8363_0 0x0305 #define PCI_DEVICE_ID_VIA_8371_0 0x0391 #define PCI_DEVICE_ID_VIA_8501_0 0x0501 #define PCI_DEVICE_ID_VIA_82C505 0x0505 |
