Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/mac68k/mac68k Pull up rev 1.257 from scottr:



details:   https://anonhg.NetBSD.org/src/rev/cbeef33c73dd
branches:  netbsd-1-5
changeset: 489450:cbeef33c73dd
user:      scottr <scottr%NetBSD.org@localhost>
date:      Wed Sep 13 12:40:05 2000 +0000

description:
Pull up rev 1.257 from scottr:
  Add video hardware info for the Performa 550/Macintosh TV.

diffstat:

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

diffs (18 lines):

diff -r 7550a433f9c6 -r cbeef33c73dd sys/arch/mac68k/mac68k/machdep.c
--- a/sys/arch/mac68k/mac68k/machdep.c  Wed Sep 13 06:48:30 2000 +0000
+++ b/sys/arch/mac68k/mac68k/machdep.c  Wed Sep 13 12:40:05 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.252 2000/06/05 23:44:59 jhawk Exp $      */
+/*     $NetBSD: machdep.c,v 1.252.2.1 2000/09/13 12:40:05 scottr Exp $ */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -1988,6 +1988,8 @@
        { MACH_MACPB500,        0x60000000,     0x0,            512 * 1024 },
        { MACH_MACLCIII,        0x60b00000,     0x0,            768 * 1024 },
        { MACH_MACLC520,        0x60000000,     0x0,            1024 * 1024 },
+       { MACH_MACP550,         0x60000000,     0x0,            1024 * 1024 },
+       { MACH_MACTV,           0x60000000,     0x0,            1024 * 1024 },
        { MACH_MACLC475,        0xf9000000,     0x0,            1024 * 1024 },
        { MACH_MACLC475_33,     0xf9000000,     0x0,            1024 * 1024 },
        { MACH_MACLC575,        0xf9000000,     0x0,            1024 * 1024 },



Home | Main Index | Thread Index | Old Index