diff options
Diffstat (limited to 'i386/i386at/gpl/linux/pci/pci.c')
-rw-r--r-- | i386/i386at/gpl/linux/pci/pci.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/i386/i386at/gpl/linux/pci/pci.c b/i386/i386at/gpl/linux/pci/pci.c index 03846d02..e5f59797 100644 --- a/i386/i386at/gpl/linux/pci/pci.c +++ b/i386/i386at/gpl/linux/pci/pci.c @@ -894,7 +894,9 @@ unsigned long pci_init (unsigned long mem_start, unsigned long mem_end) return mem_start; } +#if 0 printk("Probing PCI hardware.\n"); +#endif memset(&pci_root, 0, sizeof(pci_root)); pci_root.subordinate = scan_bus(&pci_root, &mem_start); |