Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pmax/tc Remove a few entries for nonexistant TC gra...



details:   https://anonhg.NetBSD.org/src/rev/890423ee0f90
branches:  trunk
changeset: 473987:890423ee0f90
user:      ad <ad%NetBSD.org@localhost>
date:      Thu Jun 24 18:47:58 1999 +0000

description:
Remove a few entries for nonexistant TC graphics boards.

diffstat:

 sys/arch/pmax/tc/tc_subr.c |  9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diffs (30 lines):

diff -r 21666a53ec61 -r 890423ee0f90 sys/arch/pmax/tc/tc_subr.c
--- a/sys/arch/pmax/tc/tc_subr.c        Thu Jun 24 16:45:14 1999 +0000
+++ b/sys/arch/pmax/tc/tc_subr.c        Thu Jun 24 18:47:58 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tc_subr.c,v 1.23 1999/04/24 08:01:14 simonb Exp $      */
+/*     $NetBSD: tc_subr.c,v 1.24 1999/06/24 18:47:58 ad Exp $  */
 
 /*
  * Copyright 1996 The Board of Trustees of The Leland Stanford
@@ -14,7 +14,7 @@
  */
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: tc_subr.c,v 1.23 1999/04/24 08:01:14 simonb Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tc_subr.c,v 1.24 1999/06/24 18:47:58 ad Exp $");
 
 
 #include <sys/types.h>
@@ -101,10 +101,7 @@
 #if NPX > 0
   tcfbsw_entry("PMAG-CA ", px_init),
   tcfbsw_entry("PMAG-DA ", px_init),
-  tcfbsw_entry("PMAG-E  ", px_init),   /* ??? */
-  tcfbsw_entry("PMAG-EA ", px_init),
-  tcfbsw_entry("PMAG-F  ", px_init),   /* ??? */
-  tcfbsw_entry("PMAG-FA ", px_init),
+  tcfbsw_entry("PMAG-FA ", px_init),   /* ?? */
 #endif
 };
 const int ntcfbsw = sizeof(tcfbsw) / sizeof(tcfbsw[0]);



Home | Main Index | Thread Index | Old Index