Module Name: src Committed By: snj Date: Fri May 22 16:53:32 UTC 2015
Modified Files: src/sys/arch/x86/x86 [netbsd-7]: lapic.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #795): sys/arch/x86/x86/lapic.c: revision 1.48 Workaround for "lapic_set_lvt: bad pin value %d" panic on some (broken?) BIOS system. Don't panic when a local APIC's interrput input pin number (LINTx) > 1. Instead, print warning message and continue. The default is pin 1. Same as Linux (and perhaps FreeBSD). Tested with Shuttle DS57U. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.47.4.1 src/sys/arch/x86/x86/lapic.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.