Add support for Aquantia AQtion AQC100 Ethernet controllers

This commit is contained in:
Hoang Hong Quan
2025-02-06 20:55:41 +07:00
parent cf25b6d3d1
commit 4916fe2ff9
5 changed files with 21 additions and 6 deletions
+1 -1
View File
@@ -237,7 +237,7 @@ class CompatibilityChecker:
if 109 < device_index < 115:
min_version = "19.0.0"
if 262 < device_index < 270:
if 262 < device_index < 280:
min_version = "21.0.0"
if pci_data.NetworkIDs.index(device_id) < 108: