Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107850481
D32917.id98276.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
434 B
Referenced Files
None
Subscribers
None
D32917.id98276.diff
View Options
Index: sys/arm64/arm64/gicv3_its.c
===================================================================
--- sys/arm64/arm64/gicv3_its.c
+++ sys/arm64/arm64/gicv3_its.c
@@ -1124,7 +1124,8 @@
uintptr_t id;
if (pci_get_id(pci_dev, PCI_ID_MSI, &id) != 0)
- panic("its_get_devid: Unable to get the MSI DeviceID");
+ panic("%s: %s: unable to get the MSI DeviceID", __func__,
+ device_get_nameunit(pci_dev));
return (id);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 19, 5:30 PM (15 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15952163
Default Alt Text
D32917.id98276.diff (434 B)
Attached To
Mode
D32917: amr64/gicv3: improve a panic message
Attached
Detach File
Event Timeline
Log In to Comment