Module Name:    src
Committed By:   jmcneill
Date:           Sun Oct 18 14:04:04 UTC 2015

Modified Files:
        src/sys/external/bsd/drm2/include/linux: platform_device.h

Log Message:
add dma tag to struct platform_device


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
    src/sys/external/bsd/drm2/include/linux/platform_device.h

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

Modified files:

Index: src/sys/external/bsd/drm2/include/linux/platform_device.h
diff -u src/sys/external/bsd/drm2/include/linux/platform_device.h:1.5 src/sys/external/bsd/drm2/include/linux/platform_device.h:1.6
--- src/sys/external/bsd/drm2/include/linux/platform_device.h:1.5	Sat Oct 17 21:13:38 2015
+++ src/sys/external/bsd/drm2/include/linux/platform_device.h	Sun Oct 18 14:04:03 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: platform_device.h,v 1.5 2015/10/17 21:13:38 jmcneill Exp $	*/
+/*	$NetBSD: platform_device.h,v 1.6 2015/10/18 14:04:03 jmcneill Exp $	*/
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -41,6 +41,7 @@ struct platform_device {
 	struct device	dev;	/* XXX DON'T BELIEVE ME */
 	uint64_t	id;
 
+	bus_dma_tag_t	dmat;
 	unsigned int	nresource;
 	struct {
 		bus_space_tag_t	tag;

Reply via email to