Subject: Re: isapnp0: Resource timeout, card 1
To: Mike Long <mikel@shore.net>
From: Jukka Marin <jmarin@pyy.jmp.fi>
List: current-users
Date: 11/18/1997 08:12:37
On Mon, Nov 17, 1997 at 07:45:05PM -0500, Mike Long wrote:

> >>isapnp0 at isa0 port 0x279: read port 0x203
> >>isapnp0: Resource timeout, card 1

> If it's getting resource data from a serial EEPROM it might take a bit
> longer than that.  Worst case for one PnP part I did was 624
> microseconds for the first byte out of a two-wire serial EEPROM (later
> bytes took 336 us each).  DELAY(1000) should do the trick.

DELAY(1000) did not help.  DELAY(1000) with the loop limit set to 200
did help:

isapnp0 at isa0 port 0x279: read port 0x203
isapnp0: <ALS100 Media Audio Controller, @@@0001, , > port 0x220/16 irq 5 drq 5,1 not configured
isapnp0: <ALS100 Media Audio Controller, @H@0001, , > port 0x388/8 not configured
isapnp0: <ALS100 Media Audio Controller, @P@0001, , > port 0x200/2 not configured
isapnp0: <ALS100 Media Audio Controller, @X@0001, , > port 0x330/2 irq 9 not configured

Maybe this should be changed in 1.3 to allow for real slow cards?

Now.. Why does it say "not configured" for everything it finds on the card?

  -jm