Page MenuHomeFreeBSD

D20884.diff
No OneTemporary

D20884.diff

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

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)

Event Timeline