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/alpha Pull up 1.92 -> 1.93.



details:   https://anonhg.NetBSD.org/src/rev/98b961b00883
branches:  netbsd-1-4
changeset: 468312:98b961b00883
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Apr 16 23:27:18 1999 +0000

description:
Pull up 1.92 -> 1.93.

diffstat:

 sys/arch/alpha/alpha/pmap.c |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 6f1f089a82b3 -r 98b961b00883 sys/arch/alpha/alpha/pmap.c
--- a/sys/arch/alpha/alpha/pmap.c       Fri Apr 16 23:26:17 1999 +0000
+++ b/sys/arch/alpha/alpha/pmap.c       Fri Apr 16 23:27:18 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.88.2.2 1999/04/16 16:14:14 chs Exp $ */
+/* $NetBSD: pmap.c,v 1.88.2.3 1999/04/16 23:27:18 thorpej Exp $ */
 
 /*-
  * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -155,7 +155,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.88.2.2 1999/04/16 16:14:14 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.88.2.3 1999/04/16 23:27:18 thorpej Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -962,10 +962,9 @@
        extern int cputype;
 
 #if defined(NEW_SCC_DRIVER)
-       return (cputype == ST_DEC_21000 || cputype == ST_DEC_4100);
+       return (cputype == ST_DEC_21000);
 #else
        return (cputype == ST_DEC_21000
-           || cputype == ST_DEC_4100
            || cputype == ST_DEC_3000_300
            || cputype == ST_DEC_3000_500);
 #endif /* NEW_SCC_DRIVER */



Home | Main Index | Thread Index | Old Index