[3166] in linux-scsi channel archive
Re: two AHA adapters, init order?
daemon@ATHENA.MIT.EDU (Harald Milz)
Sun Feb 1 22:54:20 1998
Date: Sun, 1 Feb 98 22:06 CET
From: hm@seneca.muc.de (Harald Milz)
To: linux-scsi@vger.rutgers.edu
X-Reply-To: Replies to the From address will go to /dev/null. Use Reply-To.
Reply-To: h.milz@seneca.muc.de
Jay Vassos-Libove (libove@felines.org) wrote:
> To Michel, and others, how do I tell the kernel that the 2842 card is
> scsi0 and that the 1540 card is scsi1?
easy. The 2842 card uses the aic7xxx driver, according to the source code
in /usr/src/linux/drivers/scsi. Simply change the sequence in hosts.c. It
is determined by
static Scsi_Host_Template builtin_scsi_hosts[]