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 video hardware info for the Perfo...
details: https://anonhg.NetBSD.org/src/rev/7bc6dd78e554
branches: trunk
changeset: 494139:7bc6dd78e554
user: scottr <scottr%NetBSD.org@localhost>
date: Sun Jul 02 20:59:58 2000 +0000
description:
Add video hardware info for the Performa 550 and Macintosh TV.
diffstat:
sys/arch/mac68k/mac68k/machdep.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 717e4bc154d8 -r 7bc6dd78e554 sys/arch/mac68k/mac68k/machdep.c
--- a/sys/arch/mac68k/mac68k/machdep.c Sun Jul 02 19:58:31 2000 +0000
+++ b/sys/arch/mac68k/mac68k/machdep.c Sun Jul 02 20:59:58 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.256 2000/07/02 04:40:39 cgd Exp $ */
+/* $NetBSD: machdep.c,v 1.257 2000/07/02 20:59:58 scottr Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -1983,6 +1983,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