Page MenuHomeFreeBSD

D19754.diff
No OneTemporary

D19754.diff

Index: sys/dev/cxgbe/t4_iov.c
===================================================================
--- sys/dev/cxgbe/t4_iov.c
+++ sys/dev/cxgbe/t4_iov.c
@@ -113,6 +113,13 @@
{0x6081, "Chelsio T62100 81"},
};
+MODULE_PNP_INFO("U16:device;D:#;T:vendor=0x1425", pci, cxgbe_t4iov,
+ t4iov_pciids, nitems(t4iov_pciids));
+MODULE_PNP_INFO("U16:device;D:#;T:vendor=0x1425", pci, cxgbe_t5iov,
+ t5iov_pciids, nitems(t5iov_pciids));
+MODULE_PNP_INFO("U16:device;D:#;T:vendor=0x1425", pci, cxgbe_t6iov,
+ t6iov_pciids, nitems(t6iov_pciids));
+
static int t4iov_attach_child(device_t dev);
static int
Index: sys/dev/cxgbe/t4_main.c
===================================================================
--- sys/dev/cxgbe/t4_main.c
+++ sys/dev/cxgbe/t4_main.c
@@ -770,6 +770,13 @@
{0x6487, "Custom T6225-CR"},
};
+MODULE_PNP_INFO("U16:device;D:#;T:vendor=0x1425", pci, cxgbe_t4, t4_pciids,
+ nitems(t4_pciids));
+MODULE_PNP_INFO("U16:device;D:#;T:vendor=0x1425", pci, cxgbe_t5, t5_pciids,
+ nitems(t5_pciids));
+MODULE_PNP_INFO("U16:device;D:#;T:vendor=0x1425", pci, cxgbe_t6, t6_pciids,
+ nitems(t6_pciids));
+
#ifdef TCP_OFFLOAD
/*
* service_iq_fl() has an iq and needs the fl. Offset of fl from the iq should
Index: sys/dev/cxgbe/t4_vf.c
===================================================================
--- sys/dev/cxgbe/t4_vf.c
+++ sys/dev/cxgbe/t4_vf.c
@@ -129,6 +129,13 @@
{0x6881, "Chelsio T62100 81 VF"},
};
+MODULE_PNP_INFO("U16:device;D:#;T:vendor=0x1425", pci, cxgbe_t4vf, t4vf_pciids,
+ nitems(t4vf_pciids));
+MODULE_PNP_INFO("U16:device;D:#;T:vendor=0x1425", pci, cxgbe_t5vf, t5vf_pciids,
+ nitems(t5vf_pciids));
+MODULE_PNP_INFO("U16:device;D:#;T:vendor=0x1425", pci, cxgbe_t6vf, t6vf_pciids,
+ nitems(t6vf_pciids));
+
static d_ioctl_t t4vf_ioctl;
static struct cdevsw t4vf_cdevsw = {

File Metadata

Mime Type
text/plain
Expires
Sun, Apr 12, 11:13 PM (9 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31378955
Default Alt Text
D19754.diff (1 KB)

Event Timeline