Kernel - Adding network debugging, disabled
[tpg/acess2.git] / KernelLand / Modules / Network / VIARhineII / rhine2.c
index d0fe6c9..a1686f7 100644 (file)
@@ -84,6 +84,7 @@ int Rhine2_Install(char **Options)
        tCard   *card;
        
        giRhine2_CardCount = PCI_CountDevices(VENDOR_ID, DEVICE_ID);
+       Log_Debug("Rhine2", "giRhine2_CardCount = %i", giRhine2_CardCount);
        if( giRhine2_CardCount == 0 )   return MODULE_ERR_NOTNEEDED;
        
        gaRhine2_Cards = calloc( giRhine2_CardCount, sizeof(tCard) );

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