Date: Fri, 14 Nov 2003 13:02:49 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa atpic.c Message-ID: <200311142102.hAEL2n3F073213@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2003/11/14 13:02:49 PST FreeBSD src repository Modified files: sys/i386/isa atpic.c Log: Always install IDT entries for ATPIC interrupt sources. The APIC no longer uses these interrupt vectors for its ISA interrupt pins, so these entries will not be overwritten. If we get a spurious interrupt from the ATPIC when using the APIC, it will be treated as a stray interrupt instead of causing a panic. Revision Changes Path 1.5 +3 -10 src/sys/i386/isa/atpic.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311142102.hAEL2n3F073213>