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 Fix a fatal typo in a Pyxis SGMAP TLB bug...



details:   https://anonhg.NetBSD.org/src/rev/3388f65ea2bf
branches:  trunk
changeset: 481238:3388f65ea2bf
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Jan 25 03:32:36 2000 +0000

description:
Fix a fatal typo in a Pyxis SGMAP TLB bug workaround.  Noticed by
Jeff Roberson <nomad%nop.aliensystems.com@localhost>.

diffstat:

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

diffs (27 lines):

diff -r ad32c7b79ad7 -r 3388f65ea2bf sys/arch/alpha/pci/cia_dma.c
--- a/sys/arch/alpha/pci/cia_dma.c      Tue Jan 25 03:23:56 2000 +0000
+++ b/sys/arch/alpha/pci/cia_dma.c      Tue Jan 25 03:32:36 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.14 2000/01/25 03:32:36 thorpej 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.14 2000/01/25 03:32:36 thorpej 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