NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/48277 CVS commit: src/sys/dev/ic



The following reply was made to PR kern/48277; it has been noted by GNATS.

From: "Andreas Gustafsson" <gson%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/48277 CVS commit: src/sys/dev/ic
Date: Sat, 2 Nov 2013 13:59:14 +0000

 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.
 


Home | Main Index | Thread Index | Old Index