On Tue, 25 Jan 2000, [iso-8859-1] Baumgartner J�rg (RAD) wrote:

> I am setting up a system with Linux 2.2.12 RedHat 6.1
> 
> This system has two controllers:
> Adaptec managed by aic7xxx handling 4 drives I want to have as /dev/sda,
> sdb, sdc, sdd
> Mylex managed by BusLogic handling two units I want to have as /dev/sde, sdf
> 
> Problem is when having Mylex linked with the two drives, BusLogic driver is
> called by hosts.c
> initialization procedure before aic7xxx, so I get a wrong devices sequence.
> 
> How can I turn around this problem ?

There are several solutions.  

You can compile both SCSI drivers as modules and load the aic7xxx one
first.

You can compile a kernel with aic7xxx linked in and BusLogic as a module.

You can edit hosts.c (in the kernel source) and rearrange the driver probe
order making aic7xxx load before BusLogic.

----------------------------------------------------------------------
 Jon Lewis *[EMAIL PROTECTED]*|  Spammers will be winnuked or 
 System Administrator        |  nestea'd...whatever it takes
 Atlantic Net                |  to get the job done.
_________http://www.lewis.org/~jlewis/pgp for PGP public key__________


-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]

Reply via email to