Re: [PATCH v2] [SCSI] dpt_i2o: use proper pci driver

2016-02-18 Thread Johannes Thumshirn
On Wed, Feb 17, 2016 at 09:20:03PM +0530, Sudip Mukherjee wrote: > On Wednesday 17 February 2016 07:57 PM, One Thousand Gnomes wrote: > >On Wed, 17 Feb 2016 17:50:14 +0530 > >Sudip Mukherjee wrote: > > > >>This is a pci device but was not done in the usual way a pci

Re: [PATCH v2] [SCSI] dpt_i2o: use proper pci driver

2016-02-17 Thread Sudip Mukherjee
On Wednesday 17 February 2016 07:57 PM, One Thousand Gnomes wrote: On Wed, 17 Feb 2016 17:50:14 +0530 Sudip Mukherjee wrote: This is a pci device but was not done in the usual way a pci driver is done. Convert the driver into a proper pci driver. This looks

Re: [PATCH v2] [SCSI] dpt_i2o: use proper pci driver

2016-02-17 Thread One Thousand Gnomes
On Wed, 17 Feb 2016 17:50:14 +0530 Sudip Mukherjee wrote: > This is a pci device but was not done in the usual way a pci driver is > done. Convert the driver into a proper pci driver. This looks completely wrong. Please read the I2O 1.5 specification document before

[PATCH v2] [SCSI] dpt_i2o: use proper pci driver

2016-02-17 Thread Sudip Mukherjee
This is a pci device but was not done in the usual way a pci driver is done. Convert the driver into a proper pci driver. Signed-off-by: Sudip Mukherjee --- v1: only build warning related to "dptids defined but not used" was fixed using #ifdef drivers/scsi/dpt_i2o.c |