Remove a few entries for nonexistant TC graphics boards.
This commit is contained in:
parent
9e91c8ebd7
commit
118d1e7afa
@ -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 @@ const struct tcfbsw tcfbsw[] = {
|
||||
#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]);
|
||||
|
Loading…
Reference in New Issue
Block a user