Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Noriyuki Soda <soda@netbsd.org>
List: source-changes
Date: 06/13/2001 18:18:28
Module Name: syssrc
Committed By: soda
Date: Wed Jun 13 15:18:28 UTC 2001
Modified Files:
syssrc/sys/arch/arc/pci: necpb.c necpbvar.h
Log Message:
rename statically allocated software context which is needed for
console initialization, from "struct necpb_config necpb_configuration;"
to "struct necpb_context necpb_main_context".
to resolve naming conflicts with "struct XXX_config *XXX_conf;"
which describes platform-dependent configuration variants.
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 syssrc/sys/arch/arc/pci/necpb.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/arc/pci/necpbvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.