diff options
author | Felix Kuehling <fxkuehl@gmx.de> | 2003-12-19 15:19:22 +0000 |
---|---|---|
committer | Felix Kuehling <fxkuehl@gmx.de> | 2003-12-19 15:19:22 +0000 |
commit | 20684846ce2fe226e86629879bd17f3b5d030a5c (patch) | |
tree | d93b808c9fa862ca5897058849ec7bd60064db4b /linux/savage.h | |
parent | 865403356cf53c999dc02a23b3606df46a846db5 (diff) |
Added Savage4 to DRIVER_PCI_IDS.
Diffstat (limited to 'linux/savage.h')
-rw-r--r-- | linux/savage.h | 1 |
1 files changed, 1 insertions, 0 deletions
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"}, \ |