summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/include/bus.h
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2006-04-04 21:18:44 +0000
committerBrad Smith <brad@cvs.openbsd.org>2006-04-04 21:18:44 +0000
commit6e1fce54ffe410977ee0c4d562ab9a698eb55496 (patch)
treeef6564927240799fcbfa808bbe714d2353f68bc0 /sys/arch/alpha/include/bus.h
parent1d56c37bdafae6c3cfd7d81df5d3a3c4b8e27f9e (diff)
clean up after Theo's "support mbuf handling in alpha sgmap dma maps" commit.
ok martin@
Diffstat (limited to 'sys/arch/alpha/include/bus.h')
-rw-r--r--sys/arch/alpha/include/bus.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/sys/arch/alpha/include/bus.h b/sys/arch/alpha/include/bus.h
index 279bc12f3be..ce668936a65 100644
--- a/sys/arch/alpha/include/bus.h
+++ b/sys/arch/alpha/include/bus.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bus.h,v 1.20 2005/05/25 18:29:58 jason Exp $ */
+/* $OpenBSD: bus.h,v 1.21 2006/04/04 21:18:43 brad Exp $ */
/* $NetBSD: bus.h,v 1.10 1996/12/02 22:19:32 cgd Exp $ */
/*
@@ -442,7 +442,6 @@ struct alpha_bus_space {
*/
#define DMAMAP_NO_COALESCE 0x40000000 /* don't coalesce adjacent
segments */
-#define DMAMAP_HAS_SGMAP 0x80000000 /* sgva/len are valid */
/* Forwards needed by prototypes below. */
struct mbuf;
@@ -615,15 +614,6 @@ struct alpha_bus_dmamap {
int _dm_flags; /* misc. flags */
/*
- * This is used only for SGMAP-mapped DMA, but we keep it
- * here to avoid pointless indirection.
- */
- int _dm_pteidx; /* PTE index */
- int _dm_ptecnt; /* PTE count */
- u_long _dm_sgva; /* allocated sgva */
- bus_size_t _dm_sgvalen; /* svga length */
-
- /*
* Private cookie to be used by the DMA back-end.
*/
void *_dm_cookie;