Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/mpc6xx Enable DOZE mode for the 604ev.



details:   https://anonhg.NetBSD.org/src/rev/c6830efcbb08
branches:  trunk
changeset: 517823:c6830efcbb08
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Nov 19 23:30:07 2001 +0000

description:
Enable DOZE mode for the 604ev.

diffstat:

 sys/arch/powerpc/mpc6xx/cpu_subr.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ede70ba02dd9 -r c6830efcbb08 sys/arch/powerpc/mpc6xx/cpu_subr.c
--- a/sys/arch/powerpc/mpc6xx/cpu_subr.c        Mon Nov 19 23:22:48 2001 +0000
+++ b/sys/arch/powerpc/mpc6xx/cpu_subr.c        Mon Nov 19 23:30:07 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu_subr.c,v 1.3 2001/10/22 01:45:51 thorpej Exp $     */
+/*     $NetBSD: cpu_subr.c,v 1.4 2001/11/19 23:30:07 matt Exp $        */
 
 /*-
  * Copyright (c) 2001 Matt Thomas.
@@ -124,6 +124,7 @@
        case MPC603:
        case MPC603e:
        case MPC603ev:
+       case MPC604ev:
        case MPC750:
        case MPC7400:
        case MPC7410:



Home | Main Index | Thread Index | Old Index