Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102185202
D29675.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
547 B
Referenced Files
None
Subscribers
None
D29675.diff
View Options
diff --git a/sys/compat/linuxkpi/common/include/linux/pci.h b/sys/compat/linuxkpi/common/include/linux/pci.h
--- a/sys/compat/linuxkpi/common/include/linux/pci.h
+++ b/sys/compat/linuxkpi/common/include/linux/pci.h
@@ -709,7 +709,7 @@
/* XXX This should not be necessary. */
#define pcix_set_mmrbc(d, v) 0
#define pcix_get_max_mmrbc(d) 0
-#define pcie_set_readrq(d, v) pci_set_max_read_req(&(d)->dev, (v))
+#define pcie_set_readrq(d, v) pci_set_max_read_req((d)->dev.bsddev, (v))
#define PCI_DMA_BIDIRECTIONAL 0
#define PCI_DMA_TODEVICE 1
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 9, 4:00 PM (20 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14562750
Default Alt Text
D29675.diff (547 B)
Attached To
Mode
D29675: linuxkpi: Fix pcie_set_readrq()
Attached
Detach File
Event Timeline
Log In to Comment