Re: [PATCH 00/25] Staging: hv: Cleanup vmbus driver code
From: Christoph Hellwig <hch@infradead.org>
Date: 2011-05-01 15:40:45
Also in:
lkml
From: Christoph Hellwig <hch@infradead.org>
Date: 2011-05-01 15:40:45
Also in:
lkml
On Fri, Apr 29, 2011 at 09:40:25AM -0700, Greg KH wrote:
Are you sure the libata core can't see this ide controller and connect to it? That way you would use the scsi system if you do that and you would need a much smaller ide driver, perhaps being able to merge it with your scsi driver. We really don't want to write new IDE drivers anymore that don't use libata.
The blkvsc driver isn't an IDE driver, although it currently claims the old IDE drivers major numbers, which is a no-no and can't work in most usual setups. I'm pretty sure I already complained about this in a previous review round.