Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev



Module Name:    src
Committed By:   bjs
Date:           Fri May  2 01:29:36 UTC 2008

Modified Files:
        src/sys/dev/drm: drmP.h
        src/sys/dev/pci/drm: ati_pcigart.c drm_pciids.h r128_cce.c r300_reg.h
            radeon_cp.c radeon_drm.h radeon_drv.h radeon_state.c

Log Message:
Wedge in a smattering of updates for ati_pcigart.c and radeon support:

-- detypedef drm_ati_pcigart_info
-- add support for variable sized apertures in ati_pcigart.c
-- Add support for radeon IGP adapters (untested on NetBSD)
-- Update r300_reg.h to a much newer version.
-- Miscellaneous fixes in radeon_cp.c, radeon_state.c.

TODO: r300_cmdbuf.c  (?)

Please report any regressions to me.  While I try to make sure the
updates are somewhat coherent, our initial code base is old enough
such that it's quite difficult to be absolutely certain.  I hope to
rebase the NetBSD-specific code on the BSD code at the head of GIT
within a month or two, so this will do for now.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/sys/dev/drm/drmP.h
cvs rdiff -r1.3 -r1.4 src/sys/dev/pci/drm/ati_pcigart.c
cvs rdiff -r1.2 -r1.3 src/sys/dev/pci/drm/drm_pciids.h
cvs rdiff -r1.5 -r1.6 src/sys/dev/pci/drm/r128_cce.c
cvs rdiff -r1.1 -r1.2 src/sys/dev/pci/drm/r300_reg.h \
    src/sys/dev/pci/drm/radeon_drm.h
cvs rdiff -r1.7 -r1.8 src/sys/dev/pci/drm/radeon_cp.c
cvs rdiff -r1.4 -r1.5 src/sys/dev/pci/drm/radeon_drv.h
cvs rdiff -r1.6 -r1.7 src/sys/dev/pci/drm/radeon_state.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index