Subject: Re: AHA 2742 drivers
To: Rob Windsor <windsor@hedgehog.com>
From: Jason Thorpe <thorpej@nas.nasa.gov>
List: port-i386
Date: 01/15/1996 15:52:06
On Mon, 15 Jan 1996 12:07:19 -0800
Rob Windsor <windsor@punk.hedgehog.com> wrote:
> I've been watching the commits lately and noticed that everything related
> to the AIC7xxx chipset is set up, except for the AHA2742.
>
> I happen to have a machine that's waiting for this. Anyone have a patch,
> idea, or hint on what needs to be done to the latest -current/i386 setup
> to get the EISA version of this working? I'm even willing to be a guinea
> pig for beta code.
>
> (I -really- need to get this done)
lestat (thorpej) /work/clean-current/src/sys/dev/isa 450% ll aha2*
-rw-r----- 1 thorpej wheel 5668 Jan 12 18:26 aha284x.c
Here's a code snippet:
aic7770_sig valid_ids[] = {
/* Entries of other tested adaptors should be added here */
{ AHC_274, 0x70 }, /*aic7770 on Motherboard*/
{ AHC_274, 0x71 }, /*274x*/
{ AHC_284, 0x56 }, /*284x, BIOS enabled*/
{ AHC_284, 0x57 } /*284x, BIOS disabled*/
};
The driver is "ahe":
ahe0 at isa? port 0x1c00 irq ? # Adaptec 284x SCSI controllers
scsibus* at ahe?
Maybe I should change the comment to # Adaptec 2[78]4x SCSI controllers
There was a permissions botch when I committed the driver, but I've fixed
it. Let me know if you have problems.
--------------------------------------------------------------------------
Jason R. Thorpe thorpej@nas.nasa.gov
NASA Ames Research Center Home: 408.866.1912
NAS: M/S 258-6 Work: 415.604.0935
Moffett Field, CA 94035 Pager: 415.428.6939