Module Name: src Committed By: gson Date: Sat Nov 2 13:59:14 UTC 2013
Modified Files: src/sys/dev/ic: esiop.c siop.c Log Message: Turn the "esiop_intr: I shouldn't be there !" panic into a printf followed by a return from the interrupt handler. The condition is triggered on some KVM virtual hosts, apparently harmlessly, and not panicing makes it possible to boot a NetBSD GENERIC kernel on those hosts. Also make the same change to siop to minimize divergence between siop and esiop. Fixes PR kern/48277. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/dev/ic/esiop.c cvs rdiff -u -r1.99 -r1.100 src/sys/dev/ic/siop.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.