diff options
| -rw-r--r-- | sb600spi.c | 4 | 
1 files changed, 2 insertions, 2 deletions
@@ -130,9 +130,9 @@ static enum amd_chipset determine_generation(struct pci_dev *dev)  		 * found on both Stoney Ridge and Zen platforms.  		 *  		 * The revisions I have found by searching various lspci -		 * outputs are as follows: 0x4b, 0x59 & 0x61. +		 * outputs are as follows: 0x4b, 0x59, 0x61 & 0x71.  		 */ -		} else if (rev == 0x4b || rev == 0x51 || rev == 0x59 || rev == 0x61) { +		} else if (rev == 0x4b || rev == 0x51 || rev == 0x59 || rev == 0x61 || rev == 0x71) {  			msg_pdbg("Promontory (rev 0x%02x) detected.\n", rev);  			return CHIPSET_PROMONTORY;  		} else {  | 
