aboutsummaryrefslogtreecommitdiff
path: root/sys/net/netmap_virt.h
diff options
context:
space:
mode:
authorVincenzo Maffione <vmaffione@FreeBSD.org>2021-03-29 16:22:48 +0000
committerVincenzo Maffione <vmaffione@FreeBSD.org>2021-03-29 16:29:01 +0000
commita6d768d845c173823785c71bb18b40074e7a8998 (patch)
tree6a110e4d72a883f4a96c55e3e5681393f170fbcb /sys/net/netmap_virt.h
parent9d81dd5404b3ad7108059d7065814d56a722a96c (diff)
Diffstat (limited to 'sys/net/netmap_virt.h')
-rw-r--r--sys/net/netmap_virt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/netmap_virt.h b/sys/net/netmap_virt.h
index 12c2565a734a..07e551aff009 100644
--- a/sys/net/netmap_virt.h
+++ b/sys/net/netmap_virt.h
@@ -44,8 +44,8 @@
/* PCI identifiers and PCI BARs for ptnetmap-memdev and ptnet. */
#define PTNETMAP_MEMDEV_NAME "ptnetmap-memdev"
#define PTNETMAP_PCI_VENDOR_ID 0x1b36 /* QEMU virtual devices */
-#define PTNETMAP_PCI_DEVICE_ID 0xcccc /* memory device */
-#define PTNETMAP_PCI_NETIF_ID 0xcccd /* ptnet network interface */
+#define PTNETMAP_PCI_DEVICE_ID 0x000c /* memory device */
+#define PTNETMAP_PCI_NETIF_ID 0x000d /* ptnet network interface */
#define PTNETMAP_IO_PCI_BAR 0
#define PTNETMAP_MEM_PCI_BAR 1
#define PTNETMAP_MSIX_PCI_BAR 2