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
43 lines
1.4 KiB
Plaintext
43 lines
1.4 KiB
Plaintext
# $FreeBSD$
|
|
|
|
mips/mediatek/mtk_machdep.c standard
|
|
mips/mediatek/mtk_sysctl.c standard
|
|
mips/mediatek/mtk_soc.c standard
|
|
mips/mediatek/mtk_reset.c standard
|
|
mips/mediatek/mtk_clock.c standard
|
|
mips/mediatek/mtk_pinctrl.c standard
|
|
mips/mediatek/palmbus.c standard
|
|
mips/mediatek/mtk_intr_v1.c optional mtk_intr_v1
|
|
mips/mediatek/mtk_intr_v2.c optional mtk_intr_v2
|
|
mips/mediatek/mtk_intr_gic.c optional mtk_intr_gic
|
|
mips/mediatek/uart_dev_mtk.c optional uart uart_dev_mtk
|
|
mips/mediatek/mtk_spi_v1.c optional spibus mtk_spi_v1
|
|
mips/mediatek/mtk_spi_v2.c optional spibus mtk_spi_v2
|
|
mips/mediatek/mtk_usb_phy.c optional usb mtk_usb_phy
|
|
mips/mediatek/mtk_xhci.c optional usb xhci
|
|
mips/mediatek/mtk_ohci.c optional usb ohci
|
|
mips/mediatek/mtk_ehci.c optional usb ehci
|
|
mips/mediatek/mtk_dotg.c optional usb dwcotg
|
|
mips/mediatek/mtk_pcie.c optional pci
|
|
mips/mediatek/mtk_gpio_v1.c optional gpio mtk_gpio_v1
|
|
mips/mediatek/mtk_gpio_v2.c optional gpio mtk_gpio_v2
|
|
#mips/mediatek/mtk_mmc.c optional mmc
|
|
|
|
# Ralink/Mediatek Ethernet driver
|
|
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
|
|
mips/mips/mips_pic.c standard
|
|
|
|
# Standard MIPS ticker
|
|
mips/mips/tick.c standard
|
|
|
|
# Temporary Reset if
|
|
mips/mediatek/fdt_reset.c standard
|
|
mips/mediatek/fdt_reset_if.m standard
|