hello. In thinking about your issue with the LSI SCSI controller a bit, I have the following questions:
1. What drives do you have attached to the LSI controller? 2. How do the controller and drives probe under Linux which you say works fine? 3. What happens if you boot the system with no drives attached to the LSI controller? 4. How about if you plug drives in 1 by 1 and reboot each time? 5. Or, plug drives in and then run scsictl scanbus against the bus you just altered? I'm wondering if you have a particular drive that our driver doesn't like? The message youre seeing suggests the LSI controller is receiving more data than it expects from a particular SCSI target. Unfortunately, the driver isn't telling you which target it is. I'm not sure if that's because the driver doesn't have that data from the LSI controller or because we just didn't write the driver to present it. Having spent a lot of time working on this driver, however, I'm pretty sure the problem you're seeing is between a particular drive and the controller itself. If it works on Linux, it probably means we're setting up the controller differently and it's a matter of figuring out what, exactly is different. -thanks -Brian On Jul 29, 7:49am, [email protected] wrote: } Subject: lsi 1020/1030 problems } Hello, } } I am trying to use an external scsi raid with an lsi 1020/1030 scsi } adapter. with linux (knoppix) all works well. netbsd (current-6.99.47) } reports: } } mpt1: mpt_done: IOC overrun! } probe(mpt1:0:0:0): generic HBA error } } some output from dmesg: } } mpt0 at pci4 dev 8 function 0: vendor 0x1000 product 0x0030 (rev. 0xc1) } mpt0: interrupting at ioapic0 pin 16 } scsibus0 at mpt0: 16 targets, 8 luns per target } mpt1 at pci11 dev 8 function 0: vendor 0x1000 product 0x0030 (rev. 0xc1) } mpt1: interrupting at ioapic0 pin 18 } scsibus2 at mpt1: 16 targets, 8 luns per target } mpt1: mpt_done: IOC overrun! } probe(mpt1:0:0:0): generic HBA error } } } Any Ideas what could be the problem? } } } Thank you for your efforts } } } Regards } Uwe >-- End of excerpt from [email protected]
