Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/pci Add SGMAP stuff for Window 2, and rename ...



details:   https://anonhg.NetBSD.org/src/rev/26a87b2ebf11
branches:  trunk
changeset: 471953:26a87b2ebf11
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Apr 16 02:18:07 1999 +0000

description:
Add SGMAP stuff for Window 2, and rename Window 0's SGMAP stuff to indicate
its use.

diffstat:

 sys/arch/alpha/pci/mcpciavar.h |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 282628f000d8 -r 26a87b2ebf11 sys/arch/alpha/pci/mcpciavar.h
--- a/sys/arch/alpha/pci/mcpciavar.h    Fri Apr 16 01:11:22 1999 +0000
+++ b/sys/arch/alpha/pci/mcpciavar.h    Fri Apr 16 02:18:07 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mcpciavar.h,v 1.3 1999/04/15 22:27:40 thorpej Exp $ */
+/* $NetBSD: mcpciavar.h,v 1.4 1999/04/16 02:18:07 thorpej Exp $ */
 
 /*
  * Copyright (c) 1998 by Matthew Jacob
@@ -57,8 +57,10 @@
        long                            cc_smem_exstorage[_FSTORE];
        unsigned long                   cc_sysbase;     /* shorthand */
        struct alpha_bus_dma_tag        cc_dmat_direct;
-       struct alpha_bus_dma_tag        cc_dmat_sgmap;
-       struct alpha_sgmap              cc_sgmap;
+       struct alpha_bus_dma_tag        cc_dmat_pci_sgmap;
+       struct alpha_bus_dma_tag        cc_dmat_isa_sgmap;
+       struct alpha_sgmap              cc_pci_sgmap;
+       struct alpha_sgmap              cc_isa_sgmap;
 };
 
 struct mcpcia_softc {



Home | Main Index | Thread Index | Old Index