code: plan9front

Download patch

ref: d1986d8c0e6369923f2761a7349ecb1ab7c70da8
parent: 084c2e6a65705fa30784a6a9b7b6cd3d2468064a
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;