All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ruud Linders <rkmp@xs4all.nl>
To: netdev@oss.sgi.com
Cc: romieu@fr.zoreil.com
Subject: Patch for USR r8169 clone
Date: Fri, 22 Apr 2005 19:41:39 +0200	[thread overview]
Message-ID: <42693753.7010907@xs4all.nl> (raw)

[-- Attachment #1: Type: text/plain, Size: 203 bytes --]


Hello,

This patch makes my U.S.Robotics USR997902 gigabit ethernet card work.
Compiled and tested and working fine for me.

Please consider including in next update to r8169.c.

Thanks,
	Ruud Linders


[-- Attachment #2: PATCH.r8169.c_for_USR997902 --]
[-- Type: text/plain, Size: 345 bytes --]

--- r8169.c.ORIG	2004-12-25 11:36:12.000000000 +0100
+++ r8169.c	2005-04-22 19:18:12.000000000 +0200
@@ -151,6 +151,7 @@
 static struct pci_device_id rtl8169_pci_tbl[] = {
 	{0x10ec, 0x8169, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
 	{0x1186, 0x4300, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
+	{0x16EC, 0x0116, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
 	{0,},
 };
 

             reply	other threads:[~2005-04-22 17:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-22 17:41 Ruud Linders [this message]
2005-04-22 18:31 ` Patch for USR r8169 clone Francois Romieu

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=42693753.7010907@xs4all.nl \
    --to=rkmp@xs4all.nl \
    --cc=netdev@oss.sgi.com \
    --cc=romieu@fr.zoreil.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.