Page MenuHomeFreeBSD

D20884.id61694.diff
No OneTemporary

D20884.id61694.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, Apr 20, 11:58 PM (3 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31872797
Default Alt Text
D20884.id61694.diff (398 B)

Event Timeline