Re: resource questions [initio driver fixes (?)]

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Sun May 21 2000 - 13:23:30 EST


> the initio driver (ini9100u.c) calls request_region (and silently
> fails) thus release_region says "freeing nonexistent ressource"
> (at least this is what i think) - my question now is - why does
> request_region fail ? - some more details: (btw. the release_region

Because the region is in use or isnt valid. Most likely its trying to
grab the wrong thing or wrong size. Check the requestion region is for
0x6100, 256 bytes

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue May 23 2000 - 21:00:20 EST