Subject: CVS commit: syssrc/sys/arch/sparc64
To: None <source-changes@netbsd.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 10/20/2002 18:53:20
Module Name:	syssrc
Committed By:	martin
Date:		Sun Oct 20 15:53:20 UTC 2002

Modified Files:
	syssrc/sys/arch/sparc64/include: autoconf.h
Removed Files:
	syssrc/sys/arch/sparc64/dev: upa.c upavar.h

Log Message:
We are not going to get a "upa at mainbus" autoconfig entity, since
UPA is just a physical incarnation of our mainbus0.

Evidence:

 - There can only be one!
 - The firmware node coresponding to it is the root of the OF tree

So: remove the unused (and uncompilable) upa.c, remove upavar.h after
moving the only declaration used from it to autoconf.h.


To generate a diff of this commit:
cvs rdiff -r1.13 -r0 syssrc/sys/arch/sparc64/dev/upa.c
cvs rdiff -r1.2 -r0 syssrc/sys/arch/sparc64/dev/upavar.h
cvs rdiff -r1.12 -r1.13 syssrc/sys/arch/sparc64/include/autoconf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.