From 1769047e8e201dfe42a3271fc0cc4b9b14992f89 Mon Sep 17 00:00:00 2001 From: Hugh Graham Date: Tue, 6 Feb 2001 04:27:47 +0000 Subject: Pick up work by matt@netbsd.org to get scsi working on vaxstation 4000/90. Is it working? I don't know.. Anyone have a machine to spare? --- sys/arch/vax/include/sgmap.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/arch/vax/include/sgmap.h') diff --git a/sys/arch/vax/include/sgmap.h b/sys/arch/vax/include/sgmap.h index 1bc50eac082..43042d05a7b 100644 --- a/sys/arch/vax/include/sgmap.h +++ b/sys/arch/vax/include/sgmap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sgmap.h,v 1.3 2000/10/09 23:11:57 bjc Exp $ */ +/* $OpenBSD: sgmap.h,v 1.4 2001/02/06 04:27:44 hugh Exp $ */ /* $NetBSD: sgmap.h,v 1.3 2000/05/17 21:22:18 matt Exp $ */ /*- @@ -61,7 +61,6 @@ struct vax_sgmap { 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 *, -- cgit v1.2.3