diff options
| author | thorpej <thorpej@NetBSD.org> | 2001-03-07 22:42:16 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2001-03-07 22:42:16 +0000 |
| commit | 2c4c690f14c85dd67e7035219613788fb2137e07 (patch) | |
| tree | 77f20c206c2be8a5ea30a426496186bebbc0da54 /sys/arch/atari/include | |
| parent | 5d095e634b8e82b3250cec90177aab0d0e17cf13 (diff) | |
Add the BUS_DMA_STREAMING flag.
Diffstat (limited to 'sys/arch/atari/include')
| -rw-r--r-- | sys/arch/atari/include/bus.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/atari/include/bus.h b/sys/arch/atari/include/bus.h index ccec40c6f68..c02fedca4e4 100644 --- a/sys/arch/atari/include/bus.h +++ b/sys/arch/atari/include/bus.h @@ -1,7 +1,7 @@ -/* $NetBSD: bus.h,v 1.23 2000/06/26 04:55:34 simonb Exp $ */ +/* $NetBSD: bus.h,v 1.24 2001/03/07 22:42:17 thorpej Exp $ */ /*- - * Copyright (c) 1998 The NetBSD Foundation, Inc. + * Copyright (c) 1998, 2001 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation @@ -531,6 +531,7 @@ struct atari_bus_space { #define BUS_DMA_NOWAIT 0x01 /* not safe to sleep */ #define BUS_DMA_ALLOCNOW 0x02 /* perform resource allocation now */ #define BUS_DMA_COHERENT 0x04 /* hint: map memory DMA coherent */ +#define BUS_DMA_STREAMING 0x08 /* hint: sequential, unidirectional */ #define BUS_DMA_BUS1 0x10 /* placeholders for bus functions... */ #define BUS_DMA_BUS2 0x20 #define BUS_DMA_BUS3 0x40 |
