Changeset 1949 for Whitix/tags

Show
Ignore:
Timestamp:
02/26/09 16:31:38 (3 years ago)
Author:
mwhitworth
Message:

Remove debug KePrint, replace with TODO.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/tags/0.2b/devices/pci/pci_core.c

    r1925 r1949  
    223223 
    224224                case 1: 
    225                         KePrint("PCI to PCI bridge\n"); 
     225                        /* TODO: Scan bridges. */ 
     226//                      KePrint("PCI to PCI bridge\n"); 
    226227                        break; 
    227228