diff options
| author | Carlos Puchol <cpg@puchol.com> | 2004-02-19 06:14:58 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-02-19 06:14:58 -0800 |
| commit | 59db583040a3f0629c21b0dea425e4df1a9c9676 (patch) | |
| tree | ac03461d0b2f19cb871bb77eab542f4dc77485e4 /include/linux | |
| parent | 3c35893a88406bf4f92a46403de0f57e82b73725 (diff) | |
[PATCH] initial support for transmeta's efficeon processors
This implements the initial support for the AGP gart in Transmeta's
Efficeon processors.
This code is based on linus' code from a while ago. Peter and I adapted
it for the current kernel.
The note at the top indicates how it was tested, known issues, and so
forth. It is working quite well, and we'll work to fix the minor issues
and test it some more with s3, more cards, other southbridges, etc.,
next.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/pci_ids.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index a96b2fbdc511..7e61b27023b3 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -1577,6 +1577,9 @@ #define PCI_DEVICE_ID_ENSONIQ_ES1370 0x5000 #define PCI_DEVICE_ID_ENSONIQ_ES1371 0x1371 +#define PCI_VENDOR_ID_TRANSMETA 0x1279 +#define PCI_DEVICE_ID_EFFICEON 0x0060 + #define PCI_VENDOR_ID_ROCKWELL 0x127A #define PCI_VENDOR_ID_ITE 0x1283 |
