Reading this more, this commit breaks everything AFAICS.

You still use scsi_register, which populates ->legacy_hosts list, but no longer include scsi_module.c. Thus you alloc a bunch of scsi hosts, and... that's it.

They are never added, nor scanned.

Take a look at my gdth conversion, 'gdth' branch of
git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/misc-2.6.git

You want to do the SCSI host model conversion before PCI/EISA/ISA conversions. Otherwise you run into the breakage seen here.

        Jeff


-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to