NetBSD-Bugs archive

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

Re: kern/48277: Booting under KVM yields panic: siop_intr: I shouldn't be there !



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

From: Andreas Gustafsson <gson%gson.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: kern/48277: Booting under KVM yields panic: siop_intr: I shouldn't 
be there !
Date: Sat, 5 Oct 2013 23:05:42 +0300

 A bit more information...  The dmesg contains
 
   esiop0 at pci0 dev 4 function 0: Symbios Logic 53c895a (ultra2-wide scsi)
   esiop0: using on-board RAM
   esiop0: interrupting at ioapic0 pin 11
   scsibus0 at esiop0: 16 targets, 8 luns per target
 
 so presumably the panic is from the esiop driver, not the siop one.
 
 The VPS is configured to emulate an IDE disk, not a SCSI one, so there
 are no emulated SCSI targets.
 
 As a work-around, a kernel built with the following configuration
 (I call it SIOPLESS) boots successfully:
 
   include "arch/amd64/conf/GENERIC"
   no siop
   no esiop
 
 -- 
 Andreas Gustafsson, gson%gson.org@localhost
 


Home | Main Index | Thread Index | Old Index