]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
[MTHCA] bugfix: removed to asserts which behave incorrectly on XP platforms
authorleonidk <leonidk@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Mon, 10 Jul 2006 08:31:11 +0000 (08:31 +0000)
committerleonidk <leonidk@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Mon, 10 Jul 2006 08:31:11 +0000 (08:31 +0000)
git-svn-id: svn://openib.tc.cornell.edu/gen1@414 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

trunk/hw/mthca/kernel/hca_pnp.c

index e9ce52d106456e93c03092380bb1ec30fb01a46b..792e1e0e91b3013c84eb721b5176fd8347abaa24 100644 (file)
@@ -646,9 +646,6 @@ __SetupHcaResources(
                \r
        p_ext = (hca_dev_ext_t*)p_dev_obj->DeviceExtension;\r
 \r
-       ASSERT( pHostResList->List[0].PartialResourceList.Version == 1 );\r
-       ASSERT( pHostResList->List[0].PartialResourceList.Revision == 1 );\r
-\r
        // store the bus number for reset of Tavor\r
        p_ext->bus_number = pHostResList->List[0].BusNumber;\r
        \r