Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpcmips add SHARP Mobilon HC-4100 entry.
details: https://anonhg.NetBSD.org/src/rev/6f3fba470fe8
branches: trunk
changeset: 480198:6f3fba470fe8
user: uch <uch%NetBSD.org@localhost>
date: Thu Jan 06 18:07:53 2000 +0000
description:
add SHARP Mobilon HC-4100 entry.
diffstat:
sys/arch/hpcmips/hpcmips/platid.def | 8 ++++++--
sys/arch/hpcmips/stand/pbsdboot/main.c | 5 ++++-
2 files changed, 10 insertions(+), 3 deletions(-)
diffs (41 lines):
diff -r c3fb20b4076c -r 6f3fba470fe8 sys/arch/hpcmips/hpcmips/platid.def
--- a/sys/arch/hpcmips/hpcmips/platid.def Thu Jan 06 15:48:07 2000 +0000
+++ b/sys/arch/hpcmips/hpcmips/platid.def Thu Jan 06 18:07:53 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: platid.def,v 1.11 1999/12/26 17:21:03 jun Exp $ */
+/* $NetBSD: platid.def,v 1.12 2000/01/06 18:07:53 uch Exp $ */
/*-
* Copyright (c) 1999
@@ -119,7 +119,11 @@
CPU=MIPS_TX_3922 HCAJ1
}
}
-
+ Mobilon {
+ HC {
+ CPU=MIPS_TX_3912 HC4100
+ }
+ }
}
Fujitsu {
diff -r c3fb20b4076c -r 6f3fba470fe8 sys/arch/hpcmips/stand/pbsdboot/main.c
--- a/sys/arch/hpcmips/stand/pbsdboot/main.c Thu Jan 06 15:48:07 2000 +0000
+++ b/sys/arch/hpcmips/stand/pbsdboot/main.c Thu Jan 06 18:07:53 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.18 2000/01/06 06:24:29 shin Exp $ */
+/* $NetBSD: main.c,v 1.19 2000/01/06 18:07:54 uch Exp $ */
/*-
* Copyright (c) 1999 Shin Takemura.
@@ -202,6 +202,9 @@
{ TEXT("Sharp Telios HC-AJ1"), BIFB_D16_0000,
800, 600, 0, 0,
PLATID_CPU_MIPS_TX_3922, PLATID_MACH_SHARP_TELIOS_HCAJ1},
+ { 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},
};
#define ARRAYSIZEOF(a) (sizeof(a)/sizeof(*(a)))
Home |
Main Index |
Thread Index |
Old Index