Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148375362
D48862.1786516876.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
528 B
Referenced Files
None
Subscribers
None
D48862.1786516876.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
@@ -60,6 +60,8 @@
#include <linux/pci_ids.h>
#include <linux/pm.h>
+#include <linux/kernel.h> /* pr_debug */
+
struct pci_device_id {
uint32_t vendor;
uint32_t device;
@@ -1504,6 +1506,7 @@
pci_wake_from_d3(struct pci_dev *pdev, bool enable)
{
+ pr_debug("%s: TODO\n", __func__);
return (0);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Aug 12, 6:41 AM (4 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29398550
Default Alt Text
D48862.1786516876.diff (528 B)
Attached To
Mode
D48862: linuxkpi: Print "TODO" if a driver call `pci_wake_from_d3()`
Attached
Detach File
Event Timeline
Log In to Comment