Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160163659
D20775.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
624 B
Referenced Files
None
Subscribers
None
D20775.diff
View Options
Index: head/sys/arm/arm/gic_acpi.c
===================================================================
--- head/sys/arm/arm/gic_acpi.c
+++ head/sys/arm/arm/gic_acpi.c
@@ -331,9 +331,21 @@
return (BUS_PROBE_DEFAULT);
}
+static int
+arm_gicv2m_acpi_attach(device_t dev)
+{
+ struct arm_gicv2m_softc *sc;
+
+ sc = device_get_softc(dev);
+ sc->sc_xref = ACPI_MSI_XREF;
+
+ return (arm_gicv2m_attach(dev));
+}
+
static device_method_t arm_gicv2m_acpi_methods[] = {
/* Device interface */
DEVMETHOD(device_probe, arm_gicv2m_acpi_probe),
+ DEVMETHOD(device_attach, arm_gicv2m_acpi_attach),
/* End */
DEVMETHOD_END
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jun 22, 8:33 PM (36 s ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34210572
Default Alt Text
D20775.diff (624 B)
Attached To
Mode
D20775: Add missing ACPI GICv2 MSI/MSI-X attachment
Attached
Detach File
Event Timeline
Log In to Comment