Added a check to the FDD driver to disable it at runtime
[tpg/acess2.git] / Kernel / drv / pci.c
index 7ebab74..1812a54 100644 (file)
@@ -141,7 +141,6 @@ int PCI_ScanBus(int BusID)
        {\r
                for( fcn = 0; fcn < 8; fcn++ )  // Max 8 functions per device\r
                {\r
-                       Debug("%i:%i:%i", BusID, dev, fcn);\r
                        // Check if the device/function exists\r
                        if(!PCI_EnumDevice(BusID, dev, fcn, &devInfo))\r
                                continue;\r

UCC git Repository :: git.ucc.asn.au