[PATCH] Allow both megaraid drivers to be built

2005-08-29 Thread Daniel Drake
Christoph Hellwig wrote: ifdef on other drivers is bogus, please remove the pci ids completely from the old driver. It'd probably be a good idea to rename it to megaraid_legacy aswell. I've also asked the LSI Engineers whether they could help identifying what code could be remove when only supp

Re: [PATCH] Allow both megaraid drivers to be built

2005-08-29 Thread Christoph Hellwig
On Mon, Aug 29, 2005 at 03:50:19PM +0100, Daniel Drake wrote: ifdef on other drivers is bogus, please remove the pci ids completely from the old driver. It'd probably be a good idea to rename it to megaraid_legacy aswell. I've also asked the LSI Engineers whether they could help identifying what

[PATCH] Allow both megaraid drivers to be built

2005-08-29 Thread Daniel Drake
Currently, the two megaraid drivers are exclusive - if you build the "new generation" megaraid driver then you aren't able to build the old one. I've been investigating this as this is not ideal: the old driver supports a lot of common hardware which the new driver does not, and vice-versa. T