On Thu, 27 Oct 2005, Badari Pulavarty wrote:
> On Thu, 2005-10-27 at 08:26 -0700, Andrew Vasquez wrote:
> > qlogicfc attaches to both 2100 and 2200 ISPs. It seems you're then
> > trying to load qla2xxx driver along with the 2300 and 2200 firmware
> > loader modules. The pci_request_regions() call during 2200 probing
> > fails.
>
> Hmm. This is happening because I have both qlogicfc and qla2200 as
> modules ?
Yes. You don't need (unless there is a compeling reason) to compile
qlogicfc (CONFIG_SCSI_QLOGIC_FC) as the qla2xxx driver along with the
2200 and 2300 firmware mofules:
CONFIG_SCSI_QLA2XXX=m
CONFIG_SCSI_QLA22XX=m
CONFIG_SCSI_QLA2300=m
will be fine.
> > Badari, is there some reason you are using qlogicfc? THe qla2xxx
> > driver supports all QLogic ISP parts.
>
> Not intentionally. I have qla2200, qla2300 cards in my machine.
> I build all the qlogic drivers as modules.
Could you send me your .config file? I have a fealing you have and
entry similar to the following:
CONFIG_SCSI_QLOGIC_FC=m
in there. Don't compile the qlogicfc driver.
> I hate to admit it - but I do use modules for qlogic disks.
Thats fine.
> I can't seem to compile the qlogic drivers (2200, 2300) into the
> kernel and boot without problems (consistently on all my machines
> - I run into few issues):
>
> (1) Between kernels, sometimes probing order changes and my local
> disks get probed last and screws up my boot process - I don't
> think this is a qlogic problem.
Not sure there, but the removal of the qlogicfc driver could help
clear up some of the noise, like...
> (2) Sometimes, one of the driver complains something like
> "PCI region already in use" and hangs on boot.
this. the qlogicfc driver is being loaded before qla2xxx and the
supporting 2200 firmware module.
> BTW, (2) happens even if its modules and I can't boot my
> machine. Sometimes I had to boot with old kernel and hide
> the modules - so boot process can't find them to workaround
> the problem.
>
> Is there a "dont-load-modules" option or don't load a specific
> module option on boot ?
--
Andrew Vasquez
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]