NetBSD/sys
marty 5cba62781b FDT: Interrupts -- add support for interrupt maps
The mct on exynos uses an interrupt map so we add support now.  Devices
represent their interrupts either through a combination of interrupt-parent
and interrupts properties, where the 'interrupts' property is an array of
one or more interrupt specifiers; or through a combination of an
interrupt-parent that points to an interrupt-map, where the interrupt-map
contains 2 or more entries consisting of an index, a pointer to an
interrupt-controller, and a specifier for that controller.

This code adds the ability to walk the interrupt-map and return a specifier.
Unfortunately, the addition requires changing the interface to the
interrupt-controllers' _establish and _intstr functions, so this check in
contains a rototill of the three existing fdt interrupt controllers to use
the new interface.
2016-01-05 21:53:48 +00:00
..
altq
arch FDT: Interrupts -- add support for interrupt maps 2016-01-05 21:53:48 +00:00
coda
compat Missing field (was here before my change). 2015-12-19 13:15:21 +00:00
conf WELCOME 2016! 2015-12-31 15:23:07 +00:00
crypto
ddb
dev FDT: Interrupts -- add support for interrupt maps 2016-01-05 21:53:48 +00:00
dist/pf
external Stop the callout if the transfer didn't get enqueued 2015-12-22 14:31:36 +00:00
fs PR/50573: Andreas Gustafsson: puffs can crash kernel for lack of argument 2015-12-20 01:34:00 +00:00
gdbscripts
ipkdb
kern KASSERT->KASSERTMSG to allow debugging a double-free'd buffer in ddb. 2016-01-01 18:58:58 +00:00
lib
miscfs Fix a couple of checks for kernel vm_space, and convert the 'naked 2016-01-05 09:07:19 +00:00
modules Descend into new raid module, and update sets lists. 2015-12-26 01:00:01 +00:00
net Fix the destruction of the afdata lock 2016-01-04 09:08:38 +00:00
net80211
netatalk
netbt there is no longer a reason to have a separate hci_send function now 2015-12-22 11:40:07 +00:00
netinet Make revarprequest static 2016-01-05 05:37:06 +00:00
netinet6 use satosin{,6} macros instead of casts. 2015-12-25 06:47:56 +00:00
netipsec
netisdn
netkey
netmpls
netnatm
netsmb
nfs
opencrypto fix the build 2015-11-28 03:40:43 +00:00
rump - Change LDADD/DPADD in library dependencies to LIBDPLIBS 2016-01-05 13:07:46 +00:00
secmodel secmodel_extensions_system_cb() is not mount-specific, even though 2015-12-12 14:57:52 +00:00
stand
sys explicit casts to time_t, since we are going from unsigned -> signed. 2015-12-24 15:53:06 +00:00
ufs We need to check if the inode is initialized for ffsv2 when we translate a 2015-12-23 23:31:28 +00:00
uvm Fix typo in comment. 2015-12-06 09:38:54 +00:00
Makefile