Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mac68k/mac68k Add entries for remaining PowerBook D...



details:   https://anonhg.NetBSD.org/src/rev/5d5806d997fe
branches:  trunk
changeset: 531893:5d5806d997fe
user:      scottr <scottr%NetBSD.org@localhost>
date:      Tue May 28 16:57:02 2002 +0000

description:
Add entries for remaining PowerBook Duo models originally
committed in rev 1.273.

diffstat:

 sys/arch/mac68k/mac68k/machdep.c |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 0af850969fee -r 5d5806d997fe sys/arch/mac68k/mac68k/machdep.c
--- a/sys/arch/mac68k/mac68k/machdep.c  Tue May 28 16:53:24 2002 +0000
+++ b/sys/arch/mac68k/mac68k/machdep.c  Tue May 28 16:57:02 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.274 2002/05/28 16:53:24 scottr Exp $     */
+/*     $NetBSD: machdep.c,v 1.275 2002/05/28 16:57:02 scottr Exp $     */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -2028,6 +2028,10 @@
        { MACH_MACPB180,        0x60000000,     0x0ffe0000,     128 * 1024 },
        { MACH_MACPB210,        0x60000000,     0x0,            128 * 1024 },
        { MACH_MACPB230,        0x60000000,     0x0,            128 * 1024 },
+       { MACH_MACPB250,        0x60000000,     0x0,            128 * 1024 },
+       { MACH_MACPB270,        0x60000000,     0x0,            128 * 1024 },
+       { MACH_MACPB280,        0x60000000,     0x0,            128 * 1024 },
+       { MACH_MACPB280C,       0x60000000,     0x0,            128 * 1024 },
        { MACH_MACIICI,         0x0,            0x0,            320 * 1024 },
        { MACH_MACIISI,         0x0,            0x0,            320 * 1024 },
        { MACH_MACCCLASSIC,     0x50f40000,     0x0,            512 * 1024 },



Home | Main Index | Thread Index | Old Index