linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Lee Bradshaw <lee@sectionIV.com>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] 2.2.18-21 tulip.c fix for ADMtek AN985 Comet
Date: Mon, 13 Nov 2000 19:17:10 -0500	[thread overview]
Message-ID: <20001113191710.A1644@sectionIV.com> (raw)

There is a typo for the pci id for the ADMtek AN985 Comet. I have two
cards working with this patch (a 2 card/hub package deal), but I also
have to "ifconfig eth0 promisc" to get the cards working properly.

--- kernel-source-2.2.18-21/drivers/net/tulip.c	Mon Nov 13 18:05:51 2000
+++ linux/drivers/net/tulip.c	Mon Nov 13 17:34:01 2000
@@ -345,7 +345,7 @@
   { "ADMtek AN981 Comet",
 	0x1317, 0x0981, 0xffff, PCI_ADDR0_IO, 256, 32, tulip_probe1 },
   { "ADMtek AN985 Comet",
-	0x1317, 0x0981, 0xffff, PCI_ADDR0_IO, 256, 32, tulip_probe1 },
+	0x1317, 0x0985, 0xffff, PCI_ADDR0_IO, 256, 32, tulip_probe1 },
   { "Compex RL100-TX",
 	0x11F6, 0x9881, 0xffff, PCI_ADDR0_IO, 128, 32, tulip_probe1 },
   { "Intel 21145 Tulip",

-- 
Lee Bradshaw                 lee@sectionIV.com (preferred)
Texas Instruments            bradshaw@ti.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

                 reply	other threads:[~2000-11-14  0:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20001113191710.A1644@sectionIV.com \
    --to=lee@sectioniv.com \
    --cc=linux-kernel@vger.kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).