From: Philip Homburg Date: Mon, 11 Jul 2005 12:49:24 +0000 (+0000) Subject: Enable debug output X-Git-Tag: v3.1.0~634 X-Git-Url: http://zhaoyanbai.com/repos/man.host.html?a=commitdiff_plain;h=d21c2c2229896c6b6b976596cbce65d5129d9e74;p=minix.git Enable debug output --- diff --git a/drivers/libpci/pci.c b/drivers/libpci/pci.c index 2f0172a66..8b57c3fe6 100644 --- a/drivers/libpci/pci.c +++ b/drivers/libpci/pci.c @@ -25,7 +25,7 @@ Created: Jan 2000 by Philip Homburg #if ENABLE_PCI #if !__minix_vmd -#define debug 0 +#define debug 1 /* for ast */ #define irq_mode_pci(irq) ((void)0) #endif