summaryrefslogtreecommitdiff
path: root/sys/arch/vax/include/sgmap.h
diff options
context:
space:
mode:
authorBrandon Creighton <bjc@cvs.openbsd.org>2000-10-09 23:11:58 +0000
committerBrandon Creighton <bjc@cvs.openbsd.org>2000-10-09 23:11:58 +0000
commitbe549a5de4c9bd14b798d181d6654b123f22c79e (patch)
tree851d24c277f9b1339b363a62f5cade7b1695da0d /sys/arch/vax/include/sgmap.h
parenta4344e6b151e74c9e64e9f4577dd0d46881a78cc (diff)
code to get asc* (ncr 53c9x) working; most of this from netbsd
also, write the correct stuff in cpu_coredump (vm_machdep.c)
Diffstat (limited to 'sys/arch/vax/include/sgmap.h')
-rw-r--r--sys/arch/vax/include/sgmap.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/vax/include/sgmap.h b/sys/arch/vax/include/sgmap.h
index 87db65d9831..1bc50eac082 100644
--- a/sys/arch/vax/include/sgmap.h
+++ b/sys/arch/vax/include/sgmap.h
@@ -1,5 +1,5 @@
-/* $OpenBSD: sgmap.h,v 1.2 2000/04/27 00:54:02 bjc Exp $ */
-/* $NetBSD: sgmap.h,v 1.1 1999/06/06 18:58:50 ragge Exp $ */
+/* $OpenBSD: sgmap.h,v 1.3 2000/10/09 23:11:57 bjc Exp $ */
+/* $NetBSD: sgmap.h,v 1.3 2000/05/17 21:22:18 matt Exp $ */
/*-
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -60,6 +60,8 @@ struct vax_sgmap {
bus_addr_t aps_sgvabase; /* base of the sgva space */
bus_size_t aps_sgvasize; /* size of the sgva space */
bus_addr_t aps_pa; /* Address in region */
+ unsigned int aps_flags; /* flags */
+#define SGMAP_KA49 0x01 /* KA49 SGMAP is weird */
};
void vax_sgmap_init __P((bus_dma_tag_t, struct vax_sgmap *,