Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149232366
D33913.id102956.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
386 B
Referenced Files
None
Subscribers
None
D33913.id102956.diff
View Options
diff --git a/sys/compat/linuxkpi/common/src/linux_pci.c b/sys/compat/linuxkpi/common/src/linux_pci.c
--- a/sys/compat/linuxkpi/common/src/linux_pci.c
+++ b/sys/compat/linuxkpi/common/src/linux_pci.c
@@ -361,7 +361,7 @@
if (device_get_driver(dev) != &pdrv->bsddriver)
return (ENXIO);
device_set_desc(dev, pdrv->name);
- return (0);
+ return (BUS_PROBE_DEFAULT);
}
static int
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 24, 4:34 AM (9 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30226768
Default Alt Text
D33913.id102956.diff (386 B)
Attached To
Mode
D33913: LinuxKPI: return value for linux_pci_probe()
Attached
Detach File
Event Timeline
Log In to Comment