Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/arch/alpha/pci Pull up revision 1.14 (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/efac833f94d7
branches:  netbsd-1-4
changeset: 470216:efac833f94d7
user:      he <he%NetBSD.org@localhost>
date:      Mon Jan 31 19:19:53 2000 +0000

description:
Pull up revision 1.14 (requested by thorpej):
  Fix a fatal typo in a Pyxis SGMAP TLB bug workaround.

diffstat:

 sys/arch/alpha/pci/cia_dma.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r c6c85c899437 -r efac833f94d7 sys/arch/alpha/pci/cia_dma.c
--- a/sys/arch/alpha/pci/cia_dma.c      Mon Jan 31 19:18:05 2000 +0000
+++ b/sys/arch/alpha/pci/cia_dma.c      Mon Jan 31 19:19:53 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cia_dma.c,v 1.13 1998/08/14 16:50:04 thorpej Exp $ */
+/* $NetBSD: cia_dma.c,v 1.13.6.1 2000/01/31 19:19:53 he Exp $ */
 
 /*-
  * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -39,7 +39,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: cia_dma.c,v 1.13 1998/08/14 16:50:04 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cia_dma.c,v 1.13.6.1 2000/01/31 19:19:53 he Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -97,7 +97,7 @@
 #define        CIA_TLB_INVALIDATE()    (*cia_tlb_invalidate_fn)()
 
 struct alpha_sgmap cia_pyxis_bug_sgmap;
-#define        CIA_PYXIS_BUG_BASE      (1*128*1024)
+#define        CIA_PYXIS_BUG_BASE      (128*1024*1024)
 #define        CIA_PYXIS_BUG_SIZE      (2*1024*1024)
 
 void



Home | Main Index | Thread Index | Old Index