summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2016-05-16 09:11:40 +0000
committerandrew <andrew@FreeBSD.org>2016-05-16 09:11:40 +0000
commitf1a8e245ae18e4d5cbe0a64739b2f8f092ecdcdd (patch)
tree1a5b256ed0cc34205d0c81d9e55ac1c30ac8af0d /sys/mips
parent3761743489689618f0e7668cc92077979f225df9 (diff)
downloadFreeBSD-src-f1a8e245ae18e4d5cbe0a64739b2f8f092ecdcdd.zip
FreeBSD-src-f1a8e245ae18e4d5cbe0a64739b2f8f092ecdcdd.tar.gz
Introduce MSI and MSI-X support to intrng. This adds a new msi device
interface with 5 methods to mirror the 5 MSI/MSI-X methods in the pcib interface. The pcib driver will need to perform a device specific lookup to find the MSI controller and pass this to intrng as the xref. Intrng will finally find the controller and have it handle the requested operation. Obtained from: ABT Systems Ltd MFH: yes Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D5985
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/mediatek/files.mediatek1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/mips/mediatek/files.mediatek b/sys/mips/mediatek/files.mediatek
index b99f6a5..81c1217 100644
--- a/sys/mips/mediatek/files.mediatek
+++ b/sys/mips/mediatek/files.mediatek
@@ -28,6 +28,7 @@ dev/rt/if_rt.c optional rt
# Hack to reuse ARM intrng code
kern/subr_intr.c standard
+kern/msi_if.m standard
kern/pic_if.m standard
# Intrng compatible MIPS32 interrupt controller
OpenPOWER on IntegriCloud