linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Finding out what cards a driver supports...
@ 2003-06-25 13:53 Mark Watts
  2003-06-25 14:32 ` Jeff Garzik
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Watts @ 2003-06-25 13:53 UTC (permalink / raw)
  To: linux-kernel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


How would I find out what network cards a particular driver supports? 
(particularly the tg3 / bcm5700 driver in 2.4.x)

Cheers,

Mark.

- -- 
Mark Watts
Senior Systems Engineer
QinetiQ TIM
St Andrews Road, Malvern
GPG Public Key ID: 455420ED

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE++ak+Bn4EFUVUIO0RAptXAKDb5aI05z67Unsc6Zq6X7uszU6rFgCfbdED
TY7HkpiIsM9QbduHLe/kLZQ=
=U8rr
-----END PGP SIGNATURE-----


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

* Re: Finding out what cards a driver supports...
  2003-06-25 13:53 Finding out what cards a driver supports Mark Watts
@ 2003-06-25 14:32 ` Jeff Garzik
  2003-06-25 15:58   ` Mark Watts
  0 siblings, 1 reply; 4+ messages in thread
From: Jeff Garzik @ 2003-06-25 14:32 UTC (permalink / raw)
  To: Mark Watts; +Cc: linux-kernel

On Wed, Jun 25, 2003 at 02:53:02PM +0100, Mark Watts wrote:
> How would I find out what network cards a particular driver supports? 
> (particularly the tg3 / bcm5700 driver in 2.4.x)

Look in the PCI ids table, and compare that with the output of 'lspci -n' 
for your card.

	Jeff




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

* Re: Finding out what cards a driver supports...
  2003-06-25 14:32 ` Jeff Garzik
@ 2003-06-25 15:58   ` Mark Watts
  2003-06-25 17:33     ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Watts @ 2003-06-25 15:58 UTC (permalink / raw)
  To: linux-kernel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


> On Wed, Jun 25, 2003 at 02:53:02PM +0100, Mark Watts wrote:
> > How would I find out what network cards a particular driver supports?
> > (particularly the tg3 / bcm5700 driver in 2.4.x)
>
> Look in the PCI ids table, and compare that with the output of 'lspci -n'
> for your card.
>
> 	Jeff

Is there a way to do it without actually having the card in question?

I'm trying to help a chap who has a 3Com 3c940 GigE card...

- -- 
Mark Watts
Senior Systems Engineer
QinetiQ TIM
St Andrews Road, Malvern
GPG Public Key ID: 455420ED

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE++carBn4EFUVUIO0RAjqdAKCzOtOMKBrkdGVDa0YJa/FE90g4PgCgxIp7
BvEkaHMTOLFbp7f6BROTGOM=
=yX3c
-----END PGP SIGNATURE-----


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

* Re: Finding out what cards a driver supports...
  2003-06-25 15:58   ` Mark Watts
@ 2003-06-25 17:33     ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2003-06-25 17:33 UTC (permalink / raw)
  To: Mark Watts; +Cc: linux-kernel

On Wed, Jun 25, 2003 at 04:58:35PM +0100, Mark Watts wrote:
> 
> > On Wed, Jun 25, 2003 at 02:53:02PM +0100, Mark Watts wrote:
> > > How would I find out what network cards a particular driver supports?
> > > (particularly the tg3 / bcm5700 driver in 2.4.x)
> >
> > Look in the PCI ids table, and compare that with the output of 'lspci -n'
> > for your card.
> >
> > 	Jeff
> 
> Is there a way to do it without actually having the card in question?
> 
> I'm trying to help a chap who has a 3Com 3c940 GigE card...

Have them run 'lspci -n'  :)



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

end of thread, other threads:[~2003-06-25 17:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-25 13:53 Finding out what cards a driver supports Mark Watts
2003-06-25 14:32 ` Jeff Garzik
2003-06-25 15:58   ` Mark Watts
2003-06-25 17:33     ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).