Catch FreeBSD up to the pcie gart changes. Required minor modification to
authorEric Anholt <anholt@freebsd.org>
Tue, 8 Nov 2005 02:38:01 +0000 (02:38 +0000)
committerEric Anholt <anholt@freebsd.org>
Tue, 8 Nov 2005 02:38:01 +0000 (02:38 +0000)
commit1a256df4804e4e987f81226a5d8e0573363607ee
tree31749f8042cfdd36260f195fb3af65c7bab46e51
parent145b23b55220bdfc6639d3279ad96310faa650a3
Catch FreeBSD up to the pcie gart changes. Required minor modification to
    radeon_cp.c to use a drm_local_map_t-type mapping (drm_core_ioremap
    rather than drm_ioremap), which contains private device mapping
    information on BSD. I also changed the ati_pcigart interface to use
    "void *" for pointers to kva rather than "unsigned long". While PCIGART
    support appears to be broken on FreeBSD currently, I think this is not
    new, and BusType PCI remains working on my r100 in Linux.
bsd-core/ati_pcigart.c
bsd-core/drmP.h
linux-core/ati_pcigart.c
linux-core/drmP.h
shared-core/r128_cce.c
shared-core/radeon_cp.c