Page MenuHomeFreeBSD

D20884.id59556.diff
No OneTemporary

D20884.id59556.diff

Index: sys/dev/pci/pci_host_generic.c
===================================================================
--- sys/dev/pci/pci_host_generic.c
+++ 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
Tue, Apr 21, 5:55 PM (2 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31924246
Default Alt Text
D20884.id59556.diff (383 B)

Event Timeline