git: 9front

Download patch

ref: 563d32bc496783d056261cf311a99519920df84a
parent: 8efb42f52d79bde4a1e966ca8b0df0cb761cbdd1
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Thu Sep 9 19:13:30 EDT 2021

ether82598: add pci device id for ixgbe i52899 (thanks izaki)

--- a/sys/src/9/pc/ether82598.c
+++ b/sys/src/9/pc/ether82598.c
@@ -867,6 +867,7 @@
 			pcimsix = 3;
 			break;
 		case 0x10fb:		/* 82599 */
+		case 0x1557:
 		case 0x1528:		/* T540-T1 */
 			pcimsix = 4;
 			break;
--