Without going to look it up, my recollection is that request_region is for "allocating" ISA bus port addresses. Check the kernel source or /usr/src/linux/Documentation/*.txt to see it this is correct.
-- Dave


At 05:37 PM 8/14/2003 Thursday, Eugene LiS User wrote:
Hello,

I cannot make sense out of [lis_]request_region() function
and need help on that.

As I understand ioremap() maps and returns virtual address
for a given physical(bus) address associated with my PCI card.
That is cool and clear.

What is the purpose of request_region() and request_mem_region()?
They both take physical address as a parameter, but do not return any
virt addresses.
1. What do they allocate/reserve and where?
2. Should I call request_region() before doing ioremap() or not?
3. Why there is lis_request_region wrapper, but not for request_mem_region?

The most important to me is question #2.

thanks,
--
Eugene


__________________________________________________________________ McAfee VirusScan Online from the Netscape Network. Comprehensive protection for your entire computer. Get your free trial today! http://channels.netscape.com/ns/computing/mcafee/index.jsp?promo=393397

Get AOL Instant Messenger 5.1 free of charge.  Download Now!
http://aim.aol.com/aimnew/Aim/register.adp?promo=380455

_______________________________________________
Linux-streams mailing list
[EMAIL PROTECTED]
http://gsyc.escet.urjc.es/mailman/listinfo/linux-streams


_______________________________________________
Linux-streams mailing list
[EMAIL PROTECTED]
http://gsyc.escet.urjc.es/mailman/listinfo/linux-streams

Reply via email to