Page MenuHomeFreeBSD

D20884.id.diff
No OneTemporary

D20884.id.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
Wed, Jul 22, 6:55 PM (20 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35377395
Default Alt Text
D20884.id.diff (398 B)

Event Timeline