diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2001-02-06 04:27:47 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2001-02-06 04:27:47 +0000 |
commit | 1769047e8e201dfe42a3271fc0cc4b9b14992f89 (patch) | |
tree | b61ae62adc7f57d5218354e712dc8f3d8b83b510 /sys/arch/vax/include/sgmap.h | |
parent | 61b002daf1c327db64ad29d25cebdc79523ca62a (diff) |
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?
Diffstat (limited to 'sys/arch/vax/include/sgmap.h')
-rw-r--r-- | sys/arch/vax/include/sgmap.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 *, |