Why video region busy?

Jeff Garzik (jgarzik@mandrakesoft.com)
Mon, 13 Dec 1999 19:09:27 -0500


Older S3 cards use region 0xA0000 - 0xAFFFF for their MMIO region.

I would like to grab this region using request_mem_region, but it is
universally marked busy for all x86 kernels. :(

My code currently avoids resource management and just directly writes to
0xA0000 -- not a good solution.

What is the best solution for this? IMHO the region should not be
marked busy in the arch code. But if noone will change that, my code
should perhaps stick its hands into the resource record and unset the
BUSY flag?

Thanks,

Jeff

-- 
Jeff Garzik              | Just once, I wish we would encounter
Building 1024            | an alien menace that wasn't immune to
MandrakeSoft, Inc.       | bullets.   -- The Brigadier, "Dr. Who"

- 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/