summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1999-06-23 16:47:36 +0000
committerderaadt <deraadt@openbsd.org>1999-06-23 16:47:36 +0000
commitafe1e43dd69d04082007cba29119279d2bf89bf8 (patch)
tree20ff9cdedea53cf96c7d2404c9f3e1f6a864bd04
parentUse DEV_BSIZE instead of hard-coding 512 (diff)
downloadwireguard-openbsd-afe1e43dd69d04082007cba29119279d2bf89bf8.tar.xz
wireguard-openbsd-afe1e43dd69d04082007cba29119279d2bf89bf8.zip
hme dma version for fas cards
-rw-r--r--sys/arch/sparc/dev/dmareg.h3
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) */