summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Kuehling <fxkuehl@gmx.de>2003-12-19 15:19:22 +0000
committerFelix Kuehling <fxkuehl@gmx.de>2003-12-19 15:19:22 +0000
commit20684846ce2fe226e86629879bd17f3b5d030a5c (patch)
treed93b808c9fa862ca5897058849ec7bd60064db4b
parent865403356cf53c999dc02a23b3606df46a846db5 (diff)
downloaddrm-20684846ce2fe226e86629879bd17f3b5d030a5c.tar.gz
Added Savage4 to DRIVER_PCI_IDS.
-rw-r--r--linux-core/savage.h1
-rw-r--r--linux/savage.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/linux-core/savage.h b/linux-core/savage.h
index 46f01b1c..091a1b8c 100644
--- a/linux-core/savage.h
+++ b/linux-core/savage.h
@@ -37,6 +37,7 @@
#define __HAVE_CTX_BITMAP 1
#define DRIVER_PCI_IDS \
+ {0x5333, 0x8a22, 0, "Savage4"}, \
{0x5333, 0x8a25, 0, "ProSavage PM133"}, \
{0x5333, 0x8a26, 0, "ProSavage KM133"}, \
{0x5333, 0x8d01, 0, "ProSavage PN133"}, \
diff --git a/linux/savage.h b/linux/savage.h
index 46f01b1c..091a1b8c 100644
--- a/linux/savage.h
+++ b/linux/savage.h
@@ -37,6 +37,7 @@
#define __HAVE_CTX_BITMAP 1
#define DRIVER_PCI_IDS \
+ {0x5333, 0x8a22, 0, "Savage4"}, \
{0x5333, 0x8a25, 0, "ProSavage PM133"}, \
{0x5333, 0x8a26, 0, "ProSavage KM133"}, \
{0x5333, 0x8d01, 0, "ProSavage PN133"}, \