Bug 106431

Summary: TODO: Clean up XFree86 PCI code debugging trace messages
Product: [Retired] Red Hat Raw Hide Reporter: Mike A. Harris <mharris>
Component: XFree86Assignee: Mike A. Harris <mharris>
Status: CLOSED WONTFIX QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0Keywords: Triaged
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-04-11 19:08:43 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Mike A. Harris 2003-10-07 01:43:42 UTC
Clean up this mess of #ifdef crap in the XFree86 PCI code:



[mharris@devel os-support]$ grep -r 'define.*DEBUGPCI' *
bus/Pci.c:#if defined(DEBUGPCI)
bus/Pci.h:/* #define DEBUGPCI  2 */    /* Disable/enable trace in PCI code */
bus/Pci.h:#if defined(DEBUGPCI)
bus/Pci.h:#else /* !defined(DEBUGPCI) */
bus/Pci.h:#endif /* !defined(DEBUGPCI) */
[mharris@devel os-support]$ grep -r 'DEBUGPCI' *
bus/Pci.c:#if defined(DEBUGPCI)
bus/Pci.c:      if (DEBUGPCI >= xf86Verbose)
bus/Pci.c:              xf86Verbose = DEBUGPCI;
bus/Pci.c:#ifdef DEBUGPCI
bus/Pci.c:#ifdef DEBUGPCI
bus/Pci.c:#ifdef DEBUGPCI
bus/Pci.c:#ifdef DEBUGPCI
bus/Pci.c:#ifdef DEBUGPCI
bus/Pci.c:#ifdef DEBUGPCI
bus/Pci.c:#ifdef DEBUGPCI
bus/Pci.c:#ifdef DEBUGPCI
bus/Pci.c:#ifdef DEBUGPCI
bus/Pci.c:#ifdef DEBUGPCI
bus/Pci.c:#ifdef DEBUGPCI
bus/Pci.c:#ifdef DEBUGPCI
bus/Pci.c:#ifdef DEBUGPCI
bus/Pci.c:#ifdef DEBUGPCI
bus/Pci.c:#ifdef DEBUGPCI
bus/Pci.c:#ifdef DEBUGPCI
bus/Pci.c:#ifdef DEBUGPCI
bus/Pci.c:#ifdef DEBUGPCI
bus/Pci.c:#ifdef DEBUGPCI
bus/Pci.h:/* #define DEBUGPCI  2 */    /* Disable/enable trace in PCI code */
bus/Pci.h:#if defined(DEBUGPCI)
bus/Pci.h:#else /* !defined(DEBUGPCI) */
bus/Pci.h:#endif /* !defined(DEBUGPCI) */
bus/ix86Pci.c:#ifdef DEBUGPCI
bus/ix86Pci.c:#ifdef DEBUGPCI
bus/ix86Pci.c:#ifdef DEBUGPCI
bus/ix86Pci.c:#ifdef DEBUGPCI
bus/ix86Pci.c:#ifdef DEBUGPCI
bus/ix86Pci.c:#ifdef DEBUGPCI
bus/ix86Pci.c:#ifdef DEBUGPCI
bus/ix86Pci.c:#ifdef DEBUGPCI
bus/ix86Pci.c:#ifdef DEBUGPCI
bus/ix86Pci.c:#ifdef DEBUGPCI
bus/ix86Pci.c:#ifdef DEBUGPCI
bus/ix86Pci.c:#ifdef DEBUGPCI
bus/ix86Pci.c:#ifdef DEBUGPCI
bus/ix86Pci.c:#ifdef DEBUGPCI
bus/ix86Pci.c:#ifdef DEBUGPCI
bus/ix86Pci.c:#ifdef DEBUGPCI
bus/ix86Pci.c:#ifdef DEBUGPCI

Comment 1 Mike A. Harris 2004-10-12 17:09:57 UTC
This should be moved upstream probably.

Comment 2 Mike A. Harris 2005-04-11 19:08:43 UTC
Very low priority, not worth tracking.  CLosing WONTFIX.