summaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
authorFelix Kuehling <fxkuehl@gmx.de>2004-09-22 22:51:18 +0000
committerFelix Kuehling <fxkuehl@gmx.de>2004-09-22 22:51:18 +0000
commitaf326f6f0c26191b4aef2183fb485e58495b29a5 (patch)
tree5f107ae2a9aa33ea5bc971618bf8e84824b89770 /shared
parent27fc998f7d16e7197f38b2d7d1ce65938e06423d (diff)
Create permanent maps of framebuffer, aperture and MMIO registers. Added
chipset-type information in driver data field of Savage PCI-IDs. Added missing PCI-ID 0x8d03 (ProSavageDDR on Pentium boards). Don't require AGP.
Diffstat (limited to 'shared')
-rw-r--r--shared/drm_pciids.txt45
1 files changed, 23 insertions, 22 deletions
diff --git a/shared/drm_pciids.txt b/shared/drm_pciids.txt
index 41df7481..626d5a7a 100644
--- a/shared/drm_pciids.txt
+++ b/shared/drm_pciids.txt
@@ -161,28 +161,29 @@
0x3d3d 0x0008 0 "3DLabs GLINT Gamma G1"
[savage]
-0x5333 0x8a22 0 "Savage4"
-0x5333 0x8a23 0 "Savage4"
-0x5333 0x8c10 0 "Savage/MX-MV"
-0x5333 0x8c11 0 "Savage/MX"
-0x5333 0x8c12 0 "Savage/IX-MV"
-0x5333 0x8c13 0 "Savage/IX"
-0x5333 0x8c20 0 "Savage 3D"
-0x5333 0x8c21 0 "Savage 3D/MV"
-0x5333 0x8c22 0 "SuperSavage MX/128"
-0x5333 0x8c24 0 "SuperSavage MX/64"
-0x5333 0x8c26 0 "SuperSavage MX/64C"
-0x5333 0x8c2a 0 "SuperSavage IX/128 SDR"
-0x5333 0x8c2b 0 "SuperSavage IX/128 DDR"
-0x5333 0x8c2c 0 "SuperSavage IX/64 SDR"
-0x5333 0x8c2d 0 "SuperSavage IX/64 DDR"
-0x5333 0x8c2e 0 "SuperSavage IX/C SDR"
-0x5333 0x8c2f 0 "SuperSavage IX/C DDR"
-0x5333 0x8a25 0 "ProSavage PM133"
-0x5333 0x8a26 0 "ProSavage KM133"
-0x5333 0x8d01 0 "ProSavage PN133"
-0x5333 0x8d02 0 "ProSavage KN133"
-0x5333 0x8d04 0 "ProSavage DDR"
+0x5333 0x8a22 S3_SAVAGE4 "Savage4"
+0x5333 0x8a23 S3_SAVAGE4 "Savage4"
+0x5333 0x8c10 S3_SAVAGE_MX "Savage/MX-MV"
+0x5333 0x8c11 S3_SAVAGE_MX "Savage/MX"
+0x5333 0x8c12 S3_SAVAGE_MX "Savage/IX-MV"
+0x5333 0x8c13 S3_SAVAGE_MX "Savage/IX"
+0x5333 0x8c20 S3_SAVAGE3D "Savage 3D"
+0x5333 0x8c21 S3_SAVAGE3D "Savage 3D/MV"
+0x5333 0x8c22 S3_SUPERSAVAGE "SuperSavage MX/128"
+0x5333 0x8c24 S3_SUPERSAVAGE "SuperSavage MX/64"
+0x5333 0x8c26 S3_SUPERSAVAGE "SuperSavage MX/64C"
+0x5333 0x8c2a S3_SUPERSAVAGE "SuperSavage IX/128 SDR"
+0x5333 0x8c2b S3_SUPERSAVAGE "SuperSavage IX/128 DDR"
+0x5333 0x8c2c S3_SUPERSAVAGE "SuperSavage IX/64 SDR"
+0x5333 0x8c2d S3_SUPERSAVAGE "SuperSavage IX/64 DDR"
+0x5333 0x8c2e S3_SUPERSAVAGE "SuperSavage IX/C SDR"
+0x5333 0x8c2f S3_SUPERSAVAGE "SuperSavage IX/C DDR"
+0x5333 0x8a25 S3_PROSAVAGE "ProSavage PM133"
+0x5333 0x8a26 S3_PROSAVAGE "ProSavage KM133"
+0x5333 0x8d01 S3_TWISTER "ProSavage Twister PN133"
+0x5333 0x8d02 S3_TWISTER "ProSavage Twister KN133"
+0x5333 0x8d03 S3_PROSAVAGEDDR "ProSavage DDR"
+0x5333 0x8d04 S3_PROSAVAGEDDR "ProSavage DDR-K"
[ffb]