Page MenuHomeFreeBSD

D18385.diff
No OneTemporary

D18385.diff

Index: head/sys/arm/mv/mv_pci.c
===================================================================
--- head/sys/arm/mv/mv_pci.c
+++ head/sys/arm/mv/mv_pci.c
@@ -429,6 +429,9 @@
OF_parent(node), "marvell,armada-370-pcie")))
return (ENXIO);
+ if (!ofw_bus_status_okay(self))
+ return (ENXIO);
+
device_set_desc(self, "Marvell Integrated PCI/PCI-E Controller");
return (BUS_PROBE_DEFAULT);
}

File Metadata

Mime Type
text/plain
Expires
Sat, Dec 27, 11:41 PM (3 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27316292
Default Alt Text
D18385.diff (407 B)

Event Timeline