]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't assume we have legacy PICs (i.e. 8259A in cascade) at the legacy
authorMarcel Moolenaar <marcel@FreeBSD.org>
Fri, 4 May 2012 23:16:29 +0000 (23:16 +0000)
committerMarcel Moolenaar <marcel@FreeBSD.org>
Fri, 4 May 2012 23:16:29 +0000 (23:16 +0000)
commita48b6a85855577f942310f67e02eb81ebbd76130
tree6d1445c5465a4fc1db5ed0a9ee3f7e00ad148f0a
parent93fba0129040b54f94b00e8eab7dbed35631eacd
Don't assume we have legacy PICs (i.e. 8259A in cascade) at the legacy
I/O port addresses. Even if we do, this is hardly the place to mask
interrupts. It's not clear that this was at all needed. The code came
with CVS revision 1.2 of nexus.c when interrupt support was first added.
What is known is that ia64 has always been designed around the IOSAPIC,
and that doing I/O like this prevents Altix from booting.
sys/ia64/ia64/nexus.c