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/vsa Pullup 1.8 [matt]:



details:   https://anonhg.NetBSD.org/src/rev/8ff82056f0fd
branches:  netbsd-1-5
changeset: 490265:8ff82056f0fd
user:      tv <tv%NetBSD.org@localhost>
date:      Thu Nov 16 20:38:28 2000 +0000

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

diffstat:

 sys/arch/vax/vsa/vsbus_dma.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 0730140cadc5 -r 8ff82056f0fd sys/arch/vax/vsa/vsbus_dma.c
--- a/sys/arch/vax/vsa/vsbus_dma.c      Thu Nov 16 20:37:43 2000 +0000
+++ b/sys/arch/vax/vsa/vsbus_dma.c      Thu Nov 16 20:38:28 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vsbus_dma.c,v 1.5 2000/05/17 21:22:20 matt Exp $ */
+/* $NetBSD: vsbus_dma.c,v 1.5.4.1 2000/11/16 20:38:28 tv Exp $ */
 
 /*-
  * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -129,10 +129,9 @@
                memset(pte, 0, mapsize);
                *(int *) (sc->sc_vsregs + 8) = segs->ds_addr;   /* set MAP BASE 0x2008008 */
        } else {
-               sc->sc_sgmap.aps_flags |= SGMAP_KA49;
                pte = (struct pte *) vax_map_physmem(KA49_SCSIMAP, mapsize / VAX_NBPG);
                for (nsegs = ptecnt; nsegs > 0; ) {
-                       ((u_int32_t *) pte)[--nsegs] = 0x88000000;
+                       ((u_int32_t *) pte)[--nsegs] = 0;
                }
                segs->ds_addr = KA49_SCSIMAP;
        }



Home | Main Index | Thread Index | Old Index