PERFORCE change 132126 for review

Warner Losh imp at FreeBSD.org
Sun Dec 30 12:56:13 PST 2007


http://perforce.freebsd.org/chv.cgi?CH=132126

Change 132126 by imp at imp_paco-paco on 2007/12/30 20:56:09

	Remove now-redundant data.

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/include/bus.h#3 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/include/bus.h#3 (text+ko) ====

@@ -802,35 +802,6 @@
 struct uio;
 
 /*
- *	bus_dmasync_op_t
- *
- *	Operations performed by bus_dmamap_sync().
- */
-typedef enum {
-	BUS_DMASYNC_PREREAD,
-	BUS_DMASYNC_POSTREAD,
-	BUS_DMASYNC_PREWRITE,
-	BUS_DMASYNC_POSTWRITE
-} bus_dmasync_op_t;
-
-/*
- *	bus_dma_tag_t
- *
- *	A machine-dependent opaque type describing the characteristics
- *	of how to perform DMA mappings.  This structure encapsultes
- *	information concerning address and alignment restrictions, number
- *	of S/G	segments, amount of data per S/G segment, etc.
- */
-typedef struct bus_dma_tag	*bus_dma_tag_t;
-
-/*
- *	bus_dmamap_t
- *
- *	DMA mapping instance information.
- */
-typedef struct bus_dmamap	*bus_dmamap_t;
-
-/*
  *	bus_dma_segment_t
  *
  *	Describes a single contiguous DMA transaction.  Values


More information about the p4-projects mailing list