1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/sys
Roger Pau Monné e68c8d7f2b atpic: make sure atpic_init is called after IO APIC initialization
After r269510 the IO APIC and ATPIC initialization is done at the same
order, which means atpic_init can be called before the IO APIC has
been initalized. In that case the ATPIC will take over the interrupt
sources, preventing the IO APIC from registering them.

Reported by: David Wolfskill <david@catwhisker.org>
Tested by: David Wolfskill <david@catwhisker.org>,
           Trond Endrestøl <Trond.Endrestol@fagskolen.gjovik.no>
Sponsored by: Citrix Systems R&D
2014-08-07 17:00:50 +00:00
..
amd64 Merge all MD sf_buf allocators into one MI, residing in kern/subr_sfbuf.c 2014-08-05 09:44:10 +00:00
arm Use a SYSINIT to init the array of interrupt names on arm. This was 2014-08-06 21:27:15 +00:00
boot Optionally include the install command as found on Juniper products 2014-08-06 00:36:04 +00:00
bsm
cam Reduce reported additional INQUIRY data length. 2014-08-06 17:02:19 +00:00
cddl
compat
conf Add an arm option, ARM_DEVICE_MULTIPASS, used to opt-in to multi-pass 2014-08-05 19:06:45 +00:00
contrib Honour WITH and WITHOUT_INET6_SUPPORT. 2014-08-05 13:01:21 +00:00
crypto
ddb
dev Make sure the USB audio level residue is non-zero. 2014-08-07 12:47:25 +00:00
fs
gdb
geom
gnu Revert r269528; this was not the right way to bring these changes in. 2014-08-05 22:38:49 +00:00
i386 Merge all MD sf_buf allocators into one MI, residing in kern/subr_sfbuf.c 2014-08-05 09:44:10 +00:00
isa
kern Split up sys_ktimer_getoverrun() into a sys_ and a kern_ variant 2014-08-07 16:49:50 +00:00
kgssapi
libkern
mips Merge all MD sf_buf allocators into one MI, residing in kern/subr_sfbuf.c 2014-08-05 09:44:10 +00:00
modules Revert the logic change from r269540. If the opt_inet6.h file is empty 2014-08-05 10:48:53 +00:00
net
net80211
netgraph
netinet
netinet6
netipsec
netnatm
netpfil
netsmb
nfs
nfsclient
nfsserver
nlm
ofed
opencrypto
pc98
pci
powerpc Retire various intertwined bits of fbd(4) and vt_fb, in particular the 2014-08-06 00:35:48 +00:00
rpc
security
sparc64 Merge all MD sf_buf allocators into one MI, residing in kern/subr_sfbuf.c 2014-08-05 09:44:10 +00:00
sys Split up sys_ktimer_getoverrun() into a sys_ and a kern_ variant 2014-08-07 16:49:50 +00:00
teken
tools
ufs The SUJ journal is only prepared to handle full-size block numbers, so we 2014-08-07 16:53:07 +00:00
vm The vm_pager_page_unswapped() pager op is only implemented for the 2014-08-06 19:34:03 +00:00
x86 atpic: make sure atpic_init is called after IO APIC initialization 2014-08-07 17:00:50 +00:00
xdr
xen
Makefile