Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sys/arch/vax/include Pullup 1.4 [matt]:



details:   https://anonhg.NetBSD.org/src/rev/68fb2291e181
branches:  netbsd-1-5
changeset: 490263:68fb2291e181
user:      tv <tv%NetBSD.org@localhost>
date:      Thu Nov 16 20:37:22 2000 +0000

description:
Pullup 1.4 [matt]:
Commit changes to SCSI working on the VS4000/9x.  "Don't overthink the
plumbing!  Duh!".

diffstat:

 sys/arch/vax/include/sgmap.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r f7254ccb6693 -r 68fb2291e181 sys/arch/vax/include/sgmap.h
--- a/sys/arch/vax/include/sgmap.h      Thu Nov 16 19:02:20 2000 +0000
+++ b/sys/arch/vax/include/sgmap.h      Thu Nov 16 20:37:22 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sgmap.h,v 1.3 2000/05/17 21:22:18 matt Exp $ */
+/* $NetBSD: sgmap.h,v 1.3.4.1 2000/11/16 20:37:22 tv Exp $ */
 
 /*-
  * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -60,7 +60,6 @@
        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 *,



Home | Main Index | Thread Index | Old Index