summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorgber <gber@FreeBSD.org>2012-09-14 10:05:01 +0000
committergber <gber@FreeBSD.org>2012-09-14 10:05:01 +0000
commite05458327787f58be689168dd8c70b873ac0e15f (patch)
treed085f84f3aa930d6e281896a4641da981be799ac /sys/boot
parent1afc7a0a6c1ed154001ee92c0e4b26eb057205d5 (diff)
downloadFreeBSD-src-e05458327787f58be689168dd8c70b873ac0e15f.zip
FreeBSD-src-e05458327787f58be689168dd8c70b873ac0e15f.tar.gz
Add support for MSI in interrupt controlller.
MSI are implemented via software interrupt. PCIe cards will write into software interrupt register which will cause inbound shared interrupt which will be interpreted as a MSI. Obtained from: Marvell, Semihalf
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/fdt/dts/db78460.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/fdt/dts/db78460.dts b/sys/boot/fdt/dts/db78460.dts
index 2db9a99..45a13c3 100644
--- a/sys/boot/fdt/dts/db78460.dts
+++ b/sys/boot/fdt/dts/db78460.dts
@@ -75,7 +75,7 @@
interrupt-controller;
#address-cells = <0>;
#interrupt-cells = <1>;
- reg = <0x20a00 0x500 0x21000 0x800>;
+ reg = <0x20a00 0x500 0x21000 0x800 0x20400 0x100>;
compatible = "mrvl,mpic";
};
OpenPOWER on IntegriCloud