drivers/staging/hv/VersionInfo.h | 22 +++++++++++++++++++--- drivers/staging/hv/Vmbus.c | 6 ++---- drivers/staging/hv/blkvsc_drv.c | 2 ++ drivers/staging/hv/netvsc_drv.c | 5 +++-- drivers/staging/hv/storvsc_drv.c | 2 ++ drivers/staging/hv/vmbus_drv.c | 32 ++++++++++++++++++++++++++++++++ 6 files changed, 60 insertions(+), 9 deletions(-)
New commits: commit d9805a775b3a267c55ef1d00c5639963ec0e54dc Author: Greg Kroah-Hartman <[email protected]> Date: Thu Feb 25 16:43:15 2010 -0800 Staging: hv: match on DMI values to know if we should run. The HV core mucks around with specific irqs and other low-level stuff and takes forever to determine that it really shouldn't be running on a machine. So instead, trigger off of the DMI system information and error out much sooner. This also allows the module loading tools to recognize that this code should be loaded on this type of system. Cc: Haiyang Zhang <[email protected]> Cc: Hank Janssen <[email protected]> Cc: stable <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> (cherry picked from commit c22090facd354749cfe99a46e903449c7ac07788) commit 0b303ec1565622b2808addf8297e47356545a186 Author: Greg Kroah-Hartman <[email protected]> Date: Thu Feb 25 16:42:10 2010 -0800 Staging: hv: add a pci device table This allows the HV core to be properly found and autoloaded by the system tools. It uses the Microsoft virtual VGA device to trigger this. Cc: Haiyang Zhang <[email protected]> Cc: Hank Janssen <[email protected]> Cc: stable <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> (cherry picked from commit 9a775dbd4e8c87b7d35549183145321c7205404e) commit c9f1cddc5938a1302669019c6853a05b4cc6c0e8 Author: Hank Janssen <[email protected]> Date: Thu Feb 11 23:02:42 2010 +0000 Staging: hv: Add proper versioning to HV drivers Provide proper versioning information for all HV drivers. With removal of build time/date/and Minor number as requested by Greg KH Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> (cherry picked from commit 26c14cc119204adc218259251919c5198d07dafe) http://suva.vyatta.com/git/?p=linux-vyatta.git;a=commitdiff;h=d9805a775b3a267c55ef1d00c5639963ec0e54dc http://suva.vyatta.com/git/?p=linux-vyatta.git;a=commitdiff;h=0b303ec1565622b2808addf8297e47356545a186 http://suva.vyatta.com/git/?p=linux-vyatta.git;a=commitdiff;h=c9f1cddc5938a1302669019c6853a05b4cc6c0e8 _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
