Re: ioremap of pci base addresses

2000-10-12 Thread Jeff Garzik
Francois romieu wrote: > token = (unsigned long)ioremap(pci_resource_start(pdev, 0), > pci_resource_len(pdev, 0)); Looks great except for one small point -- we have been going through drivers cleaning up where they start casting like this. You sh

Re: ioremap of pci base addresses

2000-10-12 Thread Francois romieu
The Thu, Oct 12, 2000 at 11:02:50AM +0530, [EMAIL PROTECTED] wrote : > once i have got the pci_dev structure( by calling pci_find*), do i > explicitly need to call ioremap for remapping mmio. > i think pci_enable_device does this. correct me if i am wrong.. ioremap does not only remap mmio but re

ioremap of pci base addresses

2000-10-11 Thread aprasad
hi, once i have got the pci_dev structure( by calling pci_find*), do i explicitly need to call ioremap for remapping mmio. i think pci_enable_device does this. correct me if i am wrong.. thanks, anil - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a mess