QLOGIC Fibre Channel init

From: Klaus Naumann (kernel@mgnet.de)
Date: Thu Oct 26 2000 - 05:19:47 EST


Hi,

I was having some little trouble with the QLOGIC Fibre Channel SCSI
cards.
The issue is, that I have a box with an internal SCSI controller/disk
and
a QLOGIC card which is connected to an external RAID. The probelm is,
that the internal disk is my root disk but is the second in the chain
(sdb)
after bootup. This gives a lot of problems, because it's impossible to
get
the system to boot (LILO isn't working).
Since I've modified the hosts.c it's working perfectly (at least the
order
is better now). Patch is attached.
Can anyone give a comment on that please ?

        CU, Klaus

-- 
Klaus Naumann (mailto:kernel@mgnet.de)
http://www.mgnet.de/
Phone: ++49/8761727852

diff -Nur linux.orig/drivers/scsi/hosts.c linux/drivers/scsi/hosts.c --- linux.orig/drivers/scsi/hosts.c Thu Oct 26 12:09:58 2000 +++ linux/drivers/scsi/hosts.c Thu Oct 26 12:09:46 2000 @@ -505,6 +505,12 @@ #ifdef CONFIG_SCSI_NCR53C406A /* 53C406A should come before QLOGIC */ NCR53c406a, #endif +#ifdef CONFIG_SCSI_SYM53C8XX /* [SYM|NCR]53C8XX should also be before QLOGIC */ + SYM53C8XX, +#endif +#ifdef CONFIG_SCSI_NCR53C8XX + NCR53C8XX, +#endif #ifdef CONFIG_SCSI_SYM53C416 SYM53C416, #endif @@ -531,12 +537,6 @@ #endif #ifdef CONFIG_SCSI_NCR53C7xx NCR53c7xx, -#endif -#ifdef CONFIG_SCSI_SYM53C8XX - SYM53C8XX, -#endif -#ifdef CONFIG_SCSI_NCR53C8XX - NCR53C8XX, #endif #ifdef CONFIG_SCSI_EATA_DMA EATA_DMA,

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Oct 31 2000 - 21:00:18 EST