2001-04-24 11:54:00

by Markus Schaber

[permalink] [raw]
Subject: Re: AHA-154X/1535 not recognized any more [Repost]

As it seems my original Messages didn't get through, a Repost here:

-------- Original Message --------
Subject: Re: AHA-154X/1535 not recognized any more
Date: Fri, 20 Apr 2001 14:07:51 +0200 (MEST)
From: Markus Schaber <[email protected]>
To: Alan Cox <[email protected]>
CC: Markus Schaber <[email protected]>,Linux Kernel
Mailing List <[email protected]>

On Wed, 18 Apr 2001, Alan Cox wrote:

> > Well, as this device is already configured by the bios, I just tried
> > to load it giving the right IO port, and got the following message:
>
> The kernel PnP will deconfigure it

Ah, interesting.

> The module parameters are
>
> aha1542=io, irq, busff, dmaspeed

I recompiled the kernel with isapnp-support and statically compiled
driver. I then typed aha1542=0x330 at the lilo prompt, but the card
wasn't
recognized (see dmesg_pnp_bootparam.txt on http://schabi.de/scsi/).

isapnp will initialize the card when the check entry is removed, but
doesn't activate the driver. I'll next test with modularized driver, and
the isapnp tools.

markus