Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/ofppc/ofppc Add the correct model string for the To...



details:   https://anonhg.NetBSD.org/src/rev/02baed492e39
branches:  trunk
changeset: 516415:02baed492e39
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Oct 23 04:19:34 2001 +0000

description:
Add the correct model string for the Total Impact briQ.

diffstat:

 sys/arch/ofppc/ofppc/platform.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (21 lines):

diff -r a53da2b98b46 -r 02baed492e39 sys/arch/ofppc/ofppc/platform.c
--- a/sys/arch/ofppc/ofppc/platform.c   Tue Oct 23 03:31:25 2001 +0000
+++ b/sys/arch/ofppc/ofppc/platform.c   Tue Oct 23 04:19:34 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: platform.c,v 1.1 2001/10/22 23:01:17 thorpej Exp $     */
+/*     $NetBSD: platform.c,v 1.2 2001/10/23 04:19:34 thorpej Exp $     */
 
 /*
  * Copyright 2001 Wasabi Systems, Inc.
@@ -66,10 +66,8 @@
        { "FirePower,Powerized_LX MP",
          PLATID_FIREPOWER_LX },
 
-#if 0
-       { "XXX briQ",
+       { "TotalImpact,BRIQ",
          PLATID_TOTALIMPACT_BRIQ },
-#endif
 
        { NULL,
          PLATID_UNKNOWN },



Home | Main Index | Thread Index | Old Index