diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2021-09-09 23:13:30 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2021-09-09 23:13:30 +0000 |
commit | d1986d8c0e6369923f2761a7349ecb1ab7c70da8 (patch) | |
tree | 1cda03a3ec5dc2917ea1df57310386f68bb162e5 /sys/src/9/pc | |
parent | 084c2e6a65705fa30784a6a9b7b6cd3d2468064a (diff) |
ether82598: add pci device id for ixgbe i52899 (thanks izaki)
Diffstat (limited to 'sys/src/9/pc')
-rw-r--r-- | sys/src/9/pc/ether82598.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/pc/ether82598.c b/sys/src/9/pc/ether82598.c index 89ee64011..2f599c400 100644 --- a/sys/src/9/pc/ether82598.c +++ b/sys/src/9/pc/ether82598.c @@ -867,6 +867,7 @@ scan(void) pcimsix = 3; break; case 0x10fb: /* 82599 */ + case 0x1557: case 0x1528: /* T540-T1 */ pcimsix = 4; break; |