Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156532457
D36627.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
613 B
Referenced Files
None
Subscribers
None
D36627.id.diff
View Options
diff --git a/sys/dev/pci/pci_host_generic_acpi.c b/sys/dev/pci/pci_host_generic_acpi.c
--- a/sys/dev/pci/pci_host_generic_acpi.c
+++ b/sys/dev/pci/pci_host_generic_acpi.c
@@ -235,8 +235,8 @@
sc->base.bus_end = mcfg_entry->EndBusNumber;
base = mcfg_entry->Address;
} else {
- device_printf(dev, "MCFG exists, but does not have bus %d-%d\n",
- sc->base.bus_start, sc->base.bus_end);
+ device_printf(dev, "MCFG exists, but does not have seg %d, bus %d-%d\n",
+ sc->base.bus_start, sc->base.bus_start, sc->base.bus_end);
return (ENXIO);
}
pci_host_acpi_get_oem_quirks(sc, hdr);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, May 15, 11:47 AM (1 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33074400
Default Alt Text
D36627.id.diff (613 B)
Attached To
Mode
D36627: Improve error message in pci_host_acpi_get_ecam_resource
Attached
Detach File
Event Timeline
Log In to Comment