diff options
| author | Nicolas Mailhot <nicolas.mailhot@laposte.net> | 2002-11-20 22:25:51 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@penguin.transmeta.com> | 2002-11-20 22:25:51 -0800 |
| commit | 4eccc58aa38d06afb9ea22e44bfdcd04e3dd57ff (patch) | |
| tree | 28471be142ba984c68f98b5d29ed2737357646e5 /include/linux/pci_ids.h | |
| parent | cf8d19a7d1db0e1656ed6cd1bd07456b836f0e28 (diff) | |
[PATCH] Via KT400 agp support
This adds the KT400 pci ID and lists it as using Via generic setup
routines. This patch has been tested with all GL xscreensavers I could
find, and been reviewed by Dave Jones (full patch history at
http://bugzilla.kernel.org/show_bug.cgi?id=3D14).
diff -uNr linux-2.5.47-ac6.orig/drivers/char/agp/agp.c
linux-2.5.47-ac6/drivers/char/agp/agp.c
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 44c84141a6b4..f8890c70fa89 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -1018,6 +1018,7 @@ #define PCI_DEVICE_ID_VIA_8361 0x3112 #define PCI_DEVICE_ID_VIA_8233A 0x3147 #define PCI_DEVICE_ID_VIA_8235 0x3177 +#define PCI_DEVICE_ID_VIA_8377_0 0x3189 #define PCI_DEVICE_ID_VIA_86C100A 0x6100 #define PCI_DEVICE_ID_VIA_8231 0x8231 #define PCI_DEVICE_ID_VIA_8231_4 0x8235 |
