Module Name: src Committed By: msaitoh Date: Mon May 18 13:04:21 UTC 2015
Modified Files: src/sys/arch/x86/x86: cpu.c lapic.c Log Message: Workaround for "lapic_set_lvt: bad pin value %d" panic on (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.113 -r1.114 src/sys/arch/x86/x86/cpu.c cvs rdiff -u -r1.47 -r1.48 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.