public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jeff Garzik <jgarzik@pobox.com>
To: Mike Dresser <mdresser_l@windsormachine.com>
Cc: list linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: RTL8139D support for 2.4?
Date: Mon, 18 Nov 2002 17:24:15 -0500	[thread overview]
Message-ID: <3DD9688F.8030202@pobox.com> (raw)
In-Reply-To: <Pine.LNX.4.33.0211181714340.1796-100000@router.windsormachine.com>

Mike Dresser wrote:

> On Mon, 18 Nov 2002, Jeff Garzik wrote:
>
>
> >Given the output you just provided, 8139too is indeed the only driver
> >that will work for you.
> >
> >WRT pci-skeleton.c I think that is a red herring for you... 8139cp
> >support is available from 8139cp.c.  But given the lspci output, it will
> >not work for you...
> >
> >thanks!
> >
> >	Jeff
>
>
> I guess 2.4.20 should get the proper pci_id added into 8139too.c then, if
> these cards are just starting to come out.


this is a toughie...   basically that is an invalid PCI ID that should 
not occur.  the "00ec" should really be "10ec", but it sounds like there 
is a missing bit in the EEPROM where your card's PCI ID is stored.

A better patch would add

	{ 0x00ec, 0x8139, 0xa0a0, 0x0027, ... }

because otherwise you wind up with a potential [low] chance of picking 
up boards with that same PCI device id 0x8139.

> I left the D card in my workstation for now, I'll see how it handles the
> nightly backup tonight, and if you want me to test things for 8139cp


cool.  no need to test 8139cp, it won't even load with your card, since 
it is not an 8139C+ chip.


> What IS pci-skeleton then?



Example driver that other developers may base drivers off of...

	Jeff




  reply	other threads:[~2002-11-18 22:19 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-18  9:38 RTL8139D support for 2.4? Eyal Lebedinsky
2002-11-18 18:30 ` Jeff Garzik
2002-11-18 19:32   ` Ducrot Bruno
2002-11-18 19:48 ` Jeff Garzik
2002-11-18 21:13   ` Mike Dresser
2002-11-18 21:21     ` Jeff Garzik
2002-11-18 22:02       ` Mike Dresser
2002-11-18 22:13         ` Jeff Garzik
2002-11-18 22:16           ` Mike Dresser
2002-11-18 22:24             ` Jeff Garzik [this message]
2002-11-18 22:33               ` Mike Dresser
2002-11-18 22:41                 ` Jeff Garzik
2002-11-18 22:50                   ` Mike Dresser
2002-11-18 22:57               ` Mike Dresser
2002-11-19  0:34                 ` Val Henson
2002-11-19 12:15               ` Dave Jones

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3DD9688F.8030202@pobox.com \
    --to=jgarzik@pobox.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mdresser_l@windsormachine.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox