Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/drm
Module Name: src
Committed By: bjs
Date: Wed Nov 21 19:22:13 UTC 2007
Modified Files:
src/sys/dev/drm: drm.h drmP.h drm_agpsupport.c drm_atomic.h drm_auth.c
drm_bufs.c drm_context.c drm_dma.c drm_drawable.c drm_drv.c
drm_fops.c drm_ioctl.c drm_irq.c drm_linux_list.h drm_lock.c
drm_memory.c drm_pci.c drm_sarea.h drm_scatter.c drm_sysctl.c
drm_vm.c
Log Message:
Remove #ifdef __OpSys__ sections to make this readable. Add RCS tags.
Nothing done in header files, nor in dev/pci/drm (we might not want to
touch this for the sake of merging) yet. Compile tested; please let
me know if this broke anything.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/dev/drm/drm.h src/sys/dev/drm/drm_atomic.h \
src/sys/dev/drm/drm_context.c src/sys/dev/drm/drm_drawable.c \
src/sys/dev/drm/drm_ioctl.c src/sys/dev/drm/drm_linux_list.h \
src/sys/dev/drm/drm_sarea.h src/sys/dev/drm/drm_scatter.c \
src/sys/dev/drm/drm_sysctl.c
cvs rdiff -r1.9 -r1.10 src/sys/dev/drm/drmP.h
cvs rdiff -r1.2 -r1.3 src/sys/dev/drm/drm_agpsupport.c \
src/sys/dev/drm/drm_auth.c src/sys/dev/drm/drm_fops.c \
src/sys/dev/drm/drm_lock.c
cvs rdiff -r1.4 -r1.5 src/sys/dev/drm/drm_bufs.c src/sys/dev/drm/drm_irq.c \
src/sys/dev/drm/drm_pci.c src/sys/dev/drm/drm_vm.c
cvs rdiff -r1.3 -r1.4 src/sys/dev/drm/drm_dma.c src/sys/dev/drm/drm_memory.c
cvs rdiff -r1.6 -r1.7 src/sys/dev/drm/drm_drv.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