http://bugs.freedesktop.org/show_bug.cgi?id=11336

           Summary: FreeBSD drm modules do not compile (drmP.h)
           Product: DRI
           Version: unspecified
          Platform: Other
        OS/Version: FreeBSD
            Status: NEW
          Severity: normal
          Priority: medium
         Component: DRM modules
        AssignedTo: dri-devel@lists.sourceforge.net
        ReportedBy: [EMAIL PROTECTED]


I am using code from Gentoo's ebuild: x11-drm-20070314, and I get a compilation
failure.  The problem seems to be that the drmP.h in bsd-core is missing an
element in a structure:

typedef struct ati_pcigart_info {
        int gart_table_location;
        int is_pcie;
        void *addr;
        dma_addr_t bus_addr;
        drm_local_map_t mapping;
        int table_size;             <-----
} drm_ati_pcigart_info;

The "int table_size;" element exists in linux-core but not bsd-core.

P.S. I would check the current CVS source, but it appears I need an account...


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to