Subject: CVS commit: src/sys/dev/drm
To: None <source-changes@NetBSD.org>
From: Blair Sadewitz <bjs@netbsd.org>
List: source-changes
Date: 12/04/2007 12:51:13
Module Name:	src
Committed By:	bjs
Date:		Tue Dec  4 12:51:13 UTC 2007

Modified Files:
	src/sys/dev/drm: drmP.h drm_pci.c

Log Message:
drm unbreaking, round 1:

Fix the bus_dma(9) use in drm_pci.c and chnage struct drm_dma_handle_t
to match it.  Remove member dmaaddr from drm_dma_handle_t as well,
as I don't see it used anywhere.  Compile-tested only for now; please
report any problems to me.  Thanks.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/dev/drm/drmP.h
cvs rdiff -r1.5 -r1.6 src/sys/dev/drm/drm_pci.c

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