Re: [PATCH] Qlogic qla3xxx driver v2.02.00-k36 for upstream inclusion.

2006-07-20 Thread Michael Tokarev
Andrew Vasquez wrote: > On Thu, 20 Jul 2006, Ron Mercer wrote: > >> qla3xxx driver does not support ISP4010. > > Exactly... The qla3xxx driver supports the NIC function only. ...which is provided by ISP4010 card, as appears on PCI bus: 04:04.0 Ethernet controller: QLogic Corp. QLA3010 Network

Re: [PATCH] Qlogic qla3xxx driver v2.02.00-k36 for upstream inclusion.

2006-07-20 Thread Andrew Vasquez
AM > > To: Ron Mercer > > Cc: netdev@vger.kernel.org > > Subject: Re: [PATCH] Qlogic qla3xxx driver v2.02.00-k36 for > > upstream inclusion. > > > > By the way, should it work with ISP4010 controllers? > > Those "expose" network interface card "

RE: [PATCH] Qlogic qla3xxx driver v2.02.00-k36 for upstream inclusion.

2006-07-20 Thread Ron Mercer
qla3xxx driver does not support ISP4010. > -Original Message- > From: Michael Tokarev [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 20, 2006 2:13 AM > To: Ron Mercer > Cc: netdev@vger.kernel.org > Subject: Re: [PATCH] Qlogic qla3xxx driver v2.02.00-k36 for &g

Re: [PATCH] Qlogic qla3xxx driver v2.02.00-k36 for upstream inclusion.

2006-07-20 Thread Michael Tokarev
By the way, should it work with ISP4010 controllers? Those "expose" network interface card "subdevice" too, but aren't listed in pci_device_table of the driver, and after adding the device ID to the driver, it still does not quite work (I tried, just out of curiosity) - the NIC on ISP4010 is - it s

Re: [PATCH] Qlogic qla3xxx driver v2.02.00-k36 for upstream inclusion.

2006-07-19 Thread Jeff Garzik
Ron Mercer wrote: Andrew, Attached is a patch to the qla3xxx driver in your -mm test kernel. This patch makes the following changes: -Removed potential infinite loop in ql_sem_spinlock(). -Relaxed hardware locking granularity. -Fixed irq_request() where shared flag was used in MSI environm