Fabrice,

        because 'standard' linux supports the prefetchable PCI memory...

Dave

Fabrice Gautier wrote:

> Hi,
> 
> I'm currently trying to port uClinux to the Integrator board, and i've used
> the arm-linux port to the integrator to start with. 
> The basic stuff works but now that i'm trying to compile PCI support in
> ii've noticed that there is a differences between the include/linux/pci.h in
> arm-linux cvs and the linux/uClinux trees.
> 
> In particular:
> 
> in arm-linux cvs:
> 
> struct pbus_set_ranges_data
> {
>         int found_vga:1;
>         int prefetch_valid:1;
>         unsigned long io_start, io_end;
>         unsigned long mem_start, mem_end;
>         unsigned long prefetch_start, prefetch_end;
> };
> 
> and in linux/uclinux trees:
> 
> struct pbus_set_ranges_data
> {
>         int found_vga;
>         unsigned long io_start, io_end;
>         unsigned long mem_start, mem_end;
> };
> 
> 
> How come?
> 
> Thanks
> 
> 



-- 
----------------------------------------------------------------------
David A Rusling                 Consulting Engineer
                                ARM Limited
                                Liberty House,
                                Moorbridge Road,
                                Maidenhead, SL6 8LT

                                Tel: UK-(0)1628-427754
                                Fax: UK-(0)1628-780551
                                e-mail: [EMAIL PROTECTED]
----------------------------------------------------------------------


_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.

Reply via email to