Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpcmips/stand/pbsdboot add Sharp HC-1200
details: https://anonhg.NetBSD.org/src/rev/96aef83edbae
branches: trunk
changeset: 482104:96aef83edbae
user: jun <jun%NetBSD.org@localhost>
date: Mon Feb 14 07:22:19 2000 +0000
description:
add Sharp HC-1200
diffstat:
sys/arch/hpcmips/stand/pbsdboot/main.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r ce5eaa1c8acc -r 96aef83edbae sys/arch/hpcmips/stand/pbsdboot/main.c
--- a/sys/arch/hpcmips/stand/pbsdboot/main.c Mon Feb 14 07:19:42 2000 +0000
+++ b/sys/arch/hpcmips/stand/pbsdboot/main.c Mon Feb 14 07:22:19 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.27 2000/02/09 13:03:31 takemura Exp $ */
+/* $NetBSD: main.c,v 1.28 2000/02/14 07:22:19 jun Exp $ */
/*-
* Copyright (c) 1999 Shin Takemura.
@@ -215,6 +215,9 @@
{ TEXT("Sharp Mobilon HC-4100"), BIFB_D2_M2L_0, /* XXX 4bit greyscale */
640, 240, 0, 0,
PLATID_CPU_MIPS_TX_3912, PLATID_MACH_SHARP_MOBILON_HC4100},
+ { TEXT("Sharp HC-1200"), BIFB_D2_M2L_0, /* XXX 4bit greyscale */
+ 640, 240, 0, 0,
+ PLATID_CPU_MIPS_TX_3912, PLATID_MACH_SHARP_MOBILON_HC1200},
};
#define ARRAYSIZEOF(a) (sizeof(a)/sizeof(*(a)))
Home |
Main Index |
Thread Index |
Old Index