Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109635091
D48862.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
536 B
Referenced Files
None
Subscribers
None
D48862.diff
View Options
Index: sys/compat/linuxkpi/common/include/linux/pci.h
===================================================================
--- sys/compat/linuxkpi/common/include/linux/pci.h
+++ 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
Sat, Feb 8, 7:04 PM (21 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16530674
Default Alt Text
D48862.diff (536 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