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



details:   https://anonhg.NetBSD.org/src/rev/6dc74678b9ce
branches:  trunk
changeset: 479911:6dc74678b9ce
user:      jun <jun%NetBSD.org@localhost>
date:      Sun Dec 26 17:27:53 1999 +0000

description:
add
Compaq Aero 1530

diffstat:

 sys/arch/hpcmips/stand/pbsdboot/main.c |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 7e62828b932c -r 6dc74678b9ce sys/arch/hpcmips/stand/pbsdboot/main.c
--- a/sys/arch/hpcmips/stand/pbsdboot/main.c    Sun Dec 26 17:21:59 1999 +0000
+++ b/sys/arch/hpcmips/stand/pbsdboot/main.c    Sun Dec 26 17:27:53 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: main.c,v 1.14 1999/12/11 02:58:22 takemura Exp $       */
+/*     $NetBSD: main.c,v 1.15 1999/12/26 17:27:53 jun Exp $    */
 
 /*-
  * Copyright (c) 1999 Shin Takemura.
@@ -187,6 +187,9 @@
        { TEXT("Compaq PRESARIO 213"), BIFB_D8_00,
                320, 240, 0, 0,
                PLATID_CPU_MIPS_VR_4111, PLATID_MACH_COMPAQ_PRESARIO_213 },
+       { TEXT("Compaq Aero 1530"), BIFB_D2_M2L_0,
+               320, 240, 0, 0,
+               PLATID_CPU_MIPS_VR_4111, PLATID_MACH_COMPAQ_AERO_1530 },
        { TEXT("Victor InterLink MP-C101"), BIFB_D16_0000,
                640, 480, 0, 0,
                PLATID_CPU_MIPS_TX_3922, PLATID_MACH_VICTOR_INTERLINK_MPC101},



Home | Main Index | Thread Index | Old Index