Re: [PATCH 18/46] Staging: hv: storvsc: Add code to handle IDE devices using the storvsc driver

2011-08-30 Thread Dan Carpenter
On Sat, Aug 27, 2011 at 11:31:17AM -0700, K. Y. Srinivasan wrote: > @@ -59,6 +59,17 @@ struct storvsc_cmd_request { > struct hv_storvsc_request request; > }; > > +static void storvsc_get_ide_info(struct hv_device *dev, int *target, int > *path) > +{ > + *target = > + dev->

[PATCH 18/46] Staging: hv: storvsc: Add code to handle IDE devices using the storvsc driver

2011-08-27 Thread K. Y. Srinivasan
Add code to handle IDE devices using the storvsc driver. The storvsc_probe() is modified so that the storvsc driver can surface all disks presented to the guest as scsi devices using generic upper level Linux scsi drivers. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers