use PCI revision to determine major firmware version

This commit is contained in:
none
2021-04-07 19:21:24 +02:00
parent 35c283bf2f
commit f12fe91b51
3 changed files with 5 additions and 0 deletions

View File

@@ -143,6 +143,7 @@ struct ddb_ids {
u32 regmapid;
u32 devid;
u32 mac;
u8 revision;
};
struct ddb_info {