public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* PCI ID table in DAC960
@ 2006-07-13 19:37 Brian King
  2006-07-13 19:42 ` Christoph Hellwig
  0 siblings, 1 reply; 2+ messages in thread
From: Brian King @ 2006-07-13 19:37 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: 'SCSI Mailing List'

Christoph,

You added support for the "GEM series" of DAC960 controllers
sometime last year. These controllers use the same PCI chip
as some ipr adapters. The pci id table that got added to DAC960
was:

 .vendor = PCI_VENDOR_ID_MYLEX,
 .device = PCI_DEVICE_ID_MYLEX_DAC960_GEM,
 .subvendor = PCI_ANY_ID,
 .subdevice = PCI_ANY_ID,

which collides with several ipr adapters.
The chip is a common chip that was used by both Mylex and IBM.
Do you, or anyone else on this list, have the list of subvendor/subdevice
entries for this adapter so we could update the pci id table appropriately? 


Thanks,

Brian

-- 
Brian King
eServer Storage I/O
IBM Linux Technology Center

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: PCI ID table in DAC960
  2006-07-13 19:37 PCI ID table in DAC960 Brian King
@ 2006-07-13 19:42 ` Christoph Hellwig
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Hellwig @ 2006-07-13 19:42 UTC (permalink / raw)
  To: Brian King; +Cc: Christoph Hellwig, 'SCSI Mailing List'

On Thu, Jul 13, 2006 at 02:37:10PM -0500, Brian King wrote:
> Christoph,
> 
> You added support for the "GEM series" of DAC960 controllers
> sometime last year. These controllers use the same PCI chip
> as some ipr adapters. The pci id table that got added to DAC960
> was:
> 
>  .vendor = PCI_VENDOR_ID_MYLEX,
>  .device = PCI_DEVICE_ID_MYLEX_DAC960_GEM,
>  .subvendor = PCI_ANY_ID,
>  .subdevice = PCI_ANY_ID,
> 
> which collides with several ipr adapters.
> The chip is a common chip that was used by both Mylex and IBM.
> Do you, or anyone else on this list, have the list of subvendor/subdevice
> entries for this adapter so we could update the pci id table appropriately? 

I just ported over support for that chip variant from a forked and renamed
version of the DAC960 driver that IBM released.  I've never actually seen
the hardware.  The best thing would be to try to find if any person involved
with it is still at IBM.

Otherwise I could ask the person I ported the changes for what subdevice/vendor
his card has, but there might be more.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-07-13 19:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-13 19:37 PCI ID table in DAC960 Brian King
2006-07-13 19:42 ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox