Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mac68k/dev Apparently, the Mac TV is a re-packaged ...
details: https://anonhg.NetBSD.org/src/rev/d250ae0c4cbb
branches: trunk
changeset: 479891:d250ae0c4cbb
user: scottr <scottr%NetBSD.org@localhost>
date: Sat Dec 25 08:16:34 1999 +0000
description:
Apparently, the Mac TV is a re-packaged Performa 550. Add code to
recognize this so that Mac TV users can finally ditch the MRG_ADB option.
diffstat:
sys/arch/mac68k/dev/adb_direct.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r 10ee1b992037 -r d250ae0c4cbb sys/arch/mac68k/dev/adb_direct.c
--- a/sys/arch/mac68k/dev/adb_direct.c Sat Dec 25 01:49:25 1999 +0000
+++ b/sys/arch/mac68k/dev/adb_direct.c Sat Dec 25 08:16:34 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: adb_direct.c,v 1.35 1999/12/10 00:03:47 scottr Exp $ */
+/* $NetBSD: adb_direct.c,v 1.36 1999/12/25 08:16:34 scottr Exp $ */
/* From: adb_direct.c 2.02 4/18/97 jpw */
@@ -2542,6 +2542,7 @@
case MACH_MACLC520: /* LC 520 */
case MACH_MACLC575: /* LC 575, Performa 575/577/578 */
case MACH_MACP550: /* LC 550, Performa 550 */
+ case MACH_MACTV: /* Macintosh TV */
case MACH_MACP580: /* Performa 580/588 */
case MACH_MACQ605: /* Quadra 605 */
case MACH_MACQ605_33: /* Clock-chipped Quadra 605 */
@@ -2588,6 +2589,7 @@
case MACH_MACLC520: /* LC 520 */
case MACH_MACLC575: /* LC 575, Performa 575/577/578 */
case MACH_MACP550: /* LC 550, Performa 550 */
+ case MACH_MACTV: /* Macintosh TV */
case MACH_MACP580: /* Performa 580/588 */
case MACH_MACP600: /* Performa 600 */
case MACH_MACQ630: /* LC 630, Performa 630, Quadra 630 */
Home |
Main Index |
Thread Index |
Old Index