Re: [PATCH][SCSI] hptiop: add more adapter models and other fixes

2007-12-10 Thread HighPoint Linux Team
Matthew Wilcox wrote: >> - add more PCI device IDs >> - support for adapters based on Marvell IOP > > Are you sure it's a good idea to do this? This patch is 1200 lines long > ... the same size as the existing driver: > > $ wc drivers/scsi/hptiop.* > 947 2273 24531 drivers/scsi/hptiop.c > 25

Re: [PATCH][SCSI] hptiop: add more adapter models and other fixes

2007-12-10 Thread Matthew Wilcox
On Mon, Dec 10, 2007 at 01:54:53PM +0800, HighPoint Linux Team wrote: > Most code changes were made to support adapters based on Marvell IOP, plus > some > other fixes. > > - add more PCI device IDs > - support for adapters based on Marvell IOP Are you sure it's a good idea to do this? This pat