Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/external/bsd/drm2/include/linux add dma tag to struct pl...
details: https://anonhg.NetBSD.org/src/rev/e729539aca9d
branches: trunk
changeset: 341101:e729539aca9d
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sun Oct 18 14:04:03 2015 +0000
description:
add dma tag to struct platform_device
diffstat:
sys/external/bsd/drm2/include/linux/platform_device.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r f16d8be1a8de -r e729539aca9d sys/external/bsd/drm2/include/linux/platform_device.h
--- a/sys/external/bsd/drm2/include/linux/platform_device.h Sun Oct 18 14:03:20 2015 +0000
+++ b/sys/external/bsd/drm2/include/linux/platform_device.h Sun Oct 18 14:04:03 2015 +0000
@@ -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 device dev; /* XXX DON'T BELIEVE ME */
uint64_t id;
+ bus_dma_tag_t dmat;
unsigned int nresource;
struct {
bus_space_tag_t tag;
Home |
Main Index |
Thread Index |
Old Index