Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150056160
D20884.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
398 B
Referenced Files
None
Subscribers
None
D20884.diff
View Options
Index: head/sys/dev/pci/pci_host_generic.c
===================================================================
--- head/sys/dev/pci/pci_host_generic.c
+++ head/sys/dev/pci/pci_host_generic.c
@@ -380,7 +380,7 @@
device_printf(dev,
"Failed to activate %s resource\n",
type == SYS_RES_IOPORT ? "IOPORT" : "MEMORY");
- res = 0;
+ res = ENXIO;
}
break;
case SYS_RES_IRQ:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 30, 1:18 AM (7 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30565751
Default Alt Text
D20884.diff (398 B)
Attached To
Mode
D20884: Return an error if a matching resource is not found.
Attached
Detach File
Event Timeline
Log In to Comment