diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-06-23 16:47:37 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-06-23 16:47:37 +0000 |
commit | d365e2fb7b4cb73f6b3bed771977dbf6f5f91f8c (patch) | |
tree | a08745665e3465e90be412cf3c0109e8480c7740 /sys/arch/sparc/dev | |
parent | 7210a5806d0f51acac97deece7856d780e080879 (diff) |
hme dma version for fas cards
Diffstat (limited to 'sys/arch/sparc/dev')
-rw-r--r-- | sys/arch/sparc/dev/dmareg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc/dev/dmareg.h b/sys/arch/sparc/dev/dmareg.h index c9e575a262f..e2aea669621 100644 --- a/sys/arch/sparc/dev/dmareg.h +++ b/sys/arch/sparc/dev/dmareg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dmareg.h,v 1.4 1997/08/08 08:24:58 downsj Exp $ */ +/* $OpenBSD: dmareg.h,v 1.5 1999/06/23 16:47:36 deraadt Exp $ */ /* $NetBSD: dmareg.h,v 1.10 1996/11/28 09:37:34 pk Exp $ */ /* @@ -69,6 +69,7 @@ struct dma_regs { #define DMAREV_1 0x80000000 /* 'DMA' */ #define DMAREV_PLUS 0x90000000 /* 'DMA+' */ #define DMAREV_2 0xa0000000 /* 'DMA2' */ +#define DMAREV_HME 0xb0000000 /* 'HME' gate array */ volatile caddr_t addr; #define DMA_D_ADDR 0x01 /* DMA ADDR (in u_longs) */ |