Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/include/machine Add missing public members of bus_d...
details: https://anonhg.NetBSD.org/src/rev/42cd4deee001
branches: trunk
changeset: 752078:42cd4deee001
user: pooka <pooka%NetBSD.org@localhost>
date: Sat Feb 13 03:19:46 2010 +0000
description:
Add missing public members of bus_dmamap_t per interface specification
(nothing uses them here for now, so untested).
diffstat:
sys/rump/include/machine/bus.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 3c0b7752ecfa -r 42cd4deee001 sys/rump/include/machine/bus.h
--- a/sys/rump/include/machine/bus.h Sat Feb 13 02:16:51 2010 +0000
+++ b/sys/rump/include/machine/bus.h Sat Feb 13 03:19:46 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bus.h,v 1.1 2010/02/09 17:33:31 pooka Exp $ */
+/* $NetBSD: bus.h,v 1.2 2010/02/13 03:19:46 pooka Exp $ */
/*
* Copyright (c) 2010 Antti Kantee. All Rights Reserved.
@@ -50,6 +50,9 @@
} bus_dma_segment_t;
typedef struct {
+ bus_size_t dm_maxsegsz;
+ bus_size_t dm_mapsize;
+ int dm_nsegs;
bus_dma_segment_t dm_segs[1];
} *bus_dmamap_t;
Home |
Main Index |
Thread Index |
Old Index