Download raw body.
ixv(4) description in dmesg
Hi,
before this diff in dmesg it was
ixv0 at pci4 dev 0 function 0 "Intel 82599" rev 0x01, msix, 2 queues
after diff
ixv0 at pci4 dev 0 function 0 "Intel 82599 VF" rev 0x01, msix, 2 queues
while mcx vf and iavf are
mcx0 at pci19 dev 0 function 0 "Mellanox ConnectX-4 Lx VF" rev 0x00: FW
14.32.2104, msix, 8 queues, address 00:0c:29:4f:8c:3b
iavf0 at pci27 dev 0 function 0 "Intel XL710/X710 VF" rev 0x01, VF
version 1.1, VF 0 VSI 26, msix, 4 queues, address 00:0c:29:4f:8c:3c
it would be nice to have mac addess in dmesg for ixv?
Index: pcidevs
===================================================================
RCS file: /home/cvs/src/sys/dev/pci/pcidevs,v
diff -u -p -r1.2124 pcidevs
--- pcidevs 1 Mar 2026 20:17:30 -0000 1.2124
+++ pcidevs 10 Mar 2026 22:48:24 -0000
@@ -4091,7 +4091,7 @@ product INTEL 82576_QUAD_COPPER 0x10e8 8
product INTEL 82577LM 0x10ea 82577LM
product INTEL 82577LC 0x10eb 82577LC
product INTEL 82598EB_CX4_DUAL 0x10ec 82598EB
-product INTEL 82599VF 0x10ed 82599
+product INTEL 82599VF 0x10ed 82599 VF
product INTEL 82578DM 0x10ef 82578DM
product INTEL 82578DC 0x10f0 82578DC
product INTEL 82598_DA_DUAL 0x10f1 82598
Index: pcidevs.h
===================================================================
RCS file: /home/cvs/src/sys/dev/pci/pcidevs.h,v
diff -u -p -r1.2117 pcidevs.h
--- pcidevs.h 1 Mar 2026 20:18:00 -0000 1.2117
+++ pcidevs.h 10 Mar 2026 22:59:57 -0000
@@ -4096,7 +4096,7 @@
#define PCI_PRODUCT_INTEL_82577LM 0x10ea /*
82577LM */
#define PCI_PRODUCT_INTEL_82577LC 0x10eb /*
82577LC */
#define PCI_PRODUCT_INTEL_82598EB_CX4_DUAL 0x10ec
/* 82598EB */
-#define PCI_PRODUCT_INTEL_82599VF 0x10ed /* 82599 */
+#define PCI_PRODUCT_INTEL_82599VF 0x10ed /* 82599
VF */
#define PCI_PRODUCT_INTEL_82578DM 0x10ef /*
82578DM */
#define PCI_PRODUCT_INTEL_82578DC 0x10f0 /*
82578DC */
#define PCI_PRODUCT_INTEL_82598_DA_DUAL 0x10f1 /* 82598 */
Index: pcidevs_data.h
===================================================================
RCS file: /home/cvs/src/sys/dev/pci/pcidevs_data.h,v
diff -u -p -r1.2112 pcidevs_data.h
--- pcidevs_data.h 1 Mar 2026 20:18:00 -0000 1.2112
+++ pcidevs_data.h 10 Mar 2026 23:00:29 -0000
@@ -13709,7 +13709,7 @@ static const struct pci_known_product pc
},
{
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82599VF,
- "82599",
+ "82599 VF",
},
{
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82578DM,
ixv(4) description in dmesg