summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sb600spi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sb600spi.c b/sb600spi.c
index 2e27cee77..ef9da4b1a 100644
--- a/sb600spi.c
+++ b/sb600spi.c
@@ -129,7 +129,7 @@ static enum amd_chipset determine_generation(struct pci_dev *dev)
* The revisions I have found by searching various lspci
* outputs are as follows: 0x4b, 0x59 & 0x61.
*/
- } else if (rev == 0x4b || rev == 0x59 || rev == 0x61) {
+ } else if (rev == 0x4b || rev == 0x51 || rev == 0x59 || rev == 0x61) {
msg_pdbg("Promontory (rev 0x%02x) detected.\n", rev);
return CHIPSET_PROMONTORY;
} else {