[669] in linux-scsi channel archive
Re: multiple adaptors
daemon@ATHENA.MIT.EDU (Michael Weller)
Sun Oct 8 01:41:17 1995
Date: Sun, 8 Oct 1995 02:27:20 +0100 (MEZ)
From: Michael Weller <eowmob@exp-math.uni-essen.de>
To: Jon Lewis <jlewis@inorganic5.chem.ufl.edu>
Cc: Linux SCSI Mailing List <linux-scsi@vger.rutgers.edu>
In-Reply-To: <Pine.LNX.3.91.951007163708.27498H-100000@inorganic5.chem.ufl.edu>
On Sat, 7 Oct 1995, Jon Lewis wrote:
> Can someone tell me what I have to patch or do to get Linux (1.2.x) to
> recognize 2 AHA-1740's (really a 1740 and 1742) in a single system? We
> have two plugged in that are detected at bootup...but only one is seen
> by the kernel.
Hmm.. from my last look into the aha174x driver. The driver simply does
only detect a single card. In theory you can make it detect and support
all cards. I think a similar thing was done for the aha154x driver already.
The aha174x will have to keep track of each adapter and dispatch command
between them. So quite some changes will be required. I dunno if you want to
do that though it should be bearable and worth the efforts (if you really
need two aha174x) IMHO. However your mileage may vary.
The aha174x driver lurks in linux/drivers/scsi/aha1740.c (as if you
didn't knew that) where most (if not all) of your changes will go.
P.S. Please take care not to screw the driver. I like that my system
simply works from the first day I ran it. ;-)
Michael.
(eowmob@exp-math.uni-essen.de or eowmob@pollux.exp-math.uni-essen.de
Please do not use my vm or de0hrz1a accounts anymore. In case of real
problems reaching me try mat42b@aixrs1.hrz.uni-essen.de instead.)