View | Details | Raw Unified | Return to bug 241774 | Differences between
and this patch

Collapse All | Expand All

(-)sys/dev/netmap/netmap_kern.h (-1 lines)
Lines 74-80 Link Here
74
#define WITH_PIPES
74
#define WITH_PIPES
75
#define WITH_MONITOR
75
#define WITH_MONITOR
76
#define WITH_GENERIC
76
#define WITH_GENERIC
77
#define WITH_PTNETMAP	/* ptnetmap guest support */
78
#define WITH_EXTMEM
77
#define WITH_EXTMEM
79
#define WITH_NMNULL
78
#define WITH_NMNULL
80
#endif
79
#endif
(-)sys/net/netmap_virt.h (-2 / +2 lines)
Lines 44-51 Link Here
44
/* PCI identifiers and PCI BARs for ptnetmap-memdev and ptnet. */
44
/* PCI identifiers and PCI BARs for ptnetmap-memdev and ptnet. */
45
#define PTNETMAP_MEMDEV_NAME            "ptnetmap-memdev"
45
#define PTNETMAP_MEMDEV_NAME            "ptnetmap-memdev"
46
#define PTNETMAP_PCI_VENDOR_ID          0x1b36  /* QEMU virtual devices */
46
#define PTNETMAP_PCI_VENDOR_ID          0x1b36  /* QEMU virtual devices */
47
#define PTNETMAP_PCI_DEVICE_ID          0x000c  /* memory device */
47
#define PTNETMAP_PCI_DEVICE_ID          0xcccc  /* memory device */
48
#define PTNETMAP_PCI_NETIF_ID           0x000d  /* ptnet network interface */
48
#define PTNETMAP_PCI_NETIF_ID           0xdddd  /* ptnet network interface */
49
#define PTNETMAP_IO_PCI_BAR             0
49
#define PTNETMAP_IO_PCI_BAR             0
50
#define PTNETMAP_MEM_PCI_BAR            1
50
#define PTNETMAP_MEM_PCI_BAR            1
51
#define PTNETMAP_MSIX_PCI_BAR           2
51
#define PTNETMAP_MSIX_PCI_BAR           2

Return to bug 241774