On Tue, Jul 17, 2007 at 11:36:11AM -0400, Ken Witherow wrote: > Instead, I pulled the raw advansys.c from the tree provided and dropped > that in place. Hm, sorry about that. I suspect that advansys.c has changed since 2.6.22. > CC drivers/scsi/advansys.o > drivers/scsi/advansys.c:795:2: warning: #warning this driver is still not > properly converted to the DMA API Yeah, I'm not planning on getting rid of that warning. Yet, anyway. > MODPOST vmlinux > WARNING: drivers/built-in.o(.text+0x99045): Section mismatch: reference to > .init.text: (between 'advansys_board_found' and 'advansys_pci_probe') Oops. Probably simple to fix, I'll look into that. > > I've attached my regular dmesg as well as my dmesg with the failure of the > updated advansys driver. The important bit is this one: -ACPI: PCI Interrupt 0000:00:09.0[A] -> GSI 17 (level, low) -> IRQ 16 -scsi0 : AdvanSys SCSI 3.3K: PCI Ultra: IO 0x1800-0x180F, IRQ 0x10 +scsi0 : AdvanSys SCSI 3.3K: PCI Ultra: IO 0x1800-0x180F, IRQ 0x5 +advansys: advansys_detect: unknown bus type: 4 Somehow I've messed up the IRQ. The unknown bus type is just a minor oversight -- i ripped out the handling of PCI bus types from advansys_detect, but let it try to probe for them anyway, which it no longer knows how to handle. > I'd be glad to attempt the patches again. It would be easier for me if you > sent me the raw patches, if possible. How about I send you a patch on top of the advansys.c you got from that git tree? -- "Bill, look, we understand that you're interested in selling us this operating system, but compare it to ours. We can't possibly take such a retrograde step." - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html