Subject: port-hpcmips/30039: cleanup in sys/arch/hpcmips/tx/tx39power.c
To: None <port-hpcmips-maintainer@netbsd.org, gnats-admin@netbsd.org,>
From: None <collver@peak.org>
List: netbsd-bugs
Date: 04/23/2005 14:01:00
>Number:         30039
>Category:       port-hpcmips
>Synopsis:       cleanup in sys/arch/hpcmips/tx/tx39power.c
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    port-hpcmips-maintainer
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Apr 23 14:01:00 +0000 2005
>Originator:     collver@peak.org
>Release:        NetBSD 2.0
>Organization:
>Environment:
System: NetBSD sanctum 2.0 NetBSD 2.0 (SANCTUM) #0: Wed Apr 20 22:07:11 PDT 2005 ben@sanctum:/usr/src/sys/arch/i386/compile/SANCTUM i386
Architecture: i386
Machine: i386
>Description:
	In version 1.8 of tx39power.c #define TX39POWERDEBUG was added.
	In version 1.10, the #define is still there, but all other
	occurrances of TX39POWERDEBUG are now TX39POWER_DEBUG.
>How-To-Repeat:
>Fix:
	I am guessing that the fix is one of the following:
	* remove #define TX39POWERDEBUG
	* replace with #define TX39POWER_DEBUG