From 6e1fce54ffe410977ee0c4d562ab9a698eb55496 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Tue, 4 Apr 2006 21:18:44 +0000 Subject: clean up after Theo's "support mbuf handling in alpha sgmap dma maps" commit. ok martin@ --- sys/arch/alpha/include/bus.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'sys/arch/alpha/include/bus.h') 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; @@ -614,15 +613,6 @@ struct alpha_bus_dmamap { bus_size_t _dm_boundary; /* don't cross this */ 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. */ -- cgit v1.2.3