Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 473 → Rev 514

/shark/trunk/drivers/newpci/pci2.h
4,7 → 4,7
* (c) 1999 Martin Mares <mj@ucw.cz>
*/
 
#define DEBUG
//#define DEBUG
 
#ifdef DEBUG
#define DBG(x...) printk(x)
/shark/trunk/drivers/newpci/probe.c
9,7 → 9,7
#include <linux/slab.h>
#include <linux/module.h>
 
#define DEBUG
//#define DEBUG
 
#ifdef DEBUG
#define DBG(x...) printk(x)
/shark/trunk/drivers/newpci/pci.c
1,5 → 1,5
/*
* $Id: pci.c,v 1.6 2004-02-26 16:57:35 giacomo Exp $
* $Id: pci.c,v 1.7 2004-03-19 16:30:11 giacomo Exp $
*
* PCI Bus Services, see include/linux/pci.h for further explanation.
*
18,7 → 18,7
#include <linux/spinlock.h>
#include <asm/dma.h> /* isa_dma_bridge_buggy */
 
#define DEBUG
//#define DEBUG
 
#ifdef DEBUG
#define DBG(x...) printk(x)
715,7 → 715,7
 
return 0;
}
int __devinit pci_init(void)
{
struct pci_dev *dev = NULL;
/shark/trunk/drivers/newpci/quirks.c
1,5 → 1,5
/*
* $Id: quirks.c,v 1.4 2004-02-20 11:36:16 giacomo Exp $
* $Id: quirks.c,v 1.5 2004-03-19 16:30:12 giacomo Exp $
*
* This file contains work-arounds for many known PCI hardware
* bugs. Devices present only on certain architectures (host
21,7 → 21,7
#include <linux/init.h>
#include <linux/delay.h>
 
#define DEBUG
//#define DEBUG
 
/* Deal with broken BIOS'es that neglect to enable passive release,
which can cause problems in combination with the 82441FX/PPro MTRRs */
/shark/trunk/drivers/newpci/setup-bus.c
29,7 → 29,7
#include <linux/slab.h>
 
 
#define DEBUG_CONFIG 1
#define DEBUG_CONFIG 0
#if DEBUG_CONFIG
# define DBGC(args) printk args
#else
/shark/trunk/drivers/newpci/remove.c
4,7 → 4,7
#include <linux/module.h>
#include "pci.h"
 
#define DEBUG
//#define DEBUG
 
#ifdef DEBUG
#define DBG(x...) printk(x)