]> git.openfabrics.org - ~shefty/rdma-win.git/commit
[IBBUS] fix bug in Control device implementation (patches 4218,4280). [mlnx: 4396]
authorleonidk <leonidk@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Tue, 2 Jun 2009 17:48:10 +0000 (17:48 +0000)
committerleonidk <leonidk@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Tue, 2 Jun 2009 17:48:10 +0000 (17:48 +0000)
commitc948315bc9886163bb2836874d1ff031210b8b8b
treea10e6c17f4f2c4cb2f8ddb715e96e0072a317a87
parent2cafc0e07d38a3e332cdf9a7ab923c4c0b0d75a7
[IBBUS] fix bug in Control device implementation (patches 4218,4280). [mlnx: 4396]

Control Device was created in DriverEntry and removed in DrvUnload routine.
But PnP Manager won't call DrvUnload before Control Device is removed.
So IBBUS gets never unloaded.

git-svn-id: svn://openib.tc.cornell.edu/gen1@2228 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86
trunk/core/bus/kernel/bus_driver.c
trunk/core/bus/kernel/bus_pnp.c