aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
diff options
context:
space:
mode:
authorJustin Hibbits <jhibbits@FreeBSD.org>2026-04-16 01:48:21 +0000
committerJustin Hibbits <jhibbits@FreeBSD.org>2026-04-30 00:14:35 +0000
commit59a844b9cea7bbe92b3899805acd1699c5006ed7 (patch)
tree2e7547e94122d0254248b85f2534b22d42463742 /sys/powerpc
parent0a705587e4720cdb0317efb80e9452d236c5cfcf (diff)
Diffstat (limited to 'sys/powerpc')
-rw-r--r--sys/powerpc/mpc85xx/pci_mpc85xx.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/powerpc/mpc85xx/pci_mpc85xx.c b/sys/powerpc/mpc85xx/pci_mpc85xx.c
index 33dca7ab6c50..6616ea2169d1 100644
--- a/sys/powerpc/mpc85xx/pci_mpc85xx.c
+++ b/sys/powerpc/mpc85xx/pci_mpc85xx.c
@@ -895,7 +895,8 @@ fsl_msi_intr_filter(void *priv)
static int
fsl_msi_probe(device_t dev)
{
- if (!ofw_bus_is_compatible(dev, "fsl,mpic-msi"))
+ if (!ofw_bus_is_compatible(dev, "fsl,mpic-msi") &&
+ !ofw_bus_is_compatible(dev, "fsl,mpic-msi-v4.3"))
return (ENXIO);
device_set_desc(dev, "Freescale MSI");