lkml.org 
[lkml]   [2002]   [May]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject3c59x.c Linux driver patch
Hi All

I'm sending you a diff file for a patch to the Linux
3c59x.c driver (from the 2.4.18 vanilla source tree),
in order to support some strange 3C905-B
cards which map themselves on PCI device 00B7:9055.

Here come's the diff output:
============================

--- 3c59x.c.old Thu May 23 18:22:47 2002
+++ 3c59x.c Thu May 23 21:23:14 2002
@@ -166,6 +166,10 @@
- Rename wait_for_completion() to issue_and_wait() to avoid completion.h
clash.

+ LK1.1.17 23 May 2002 Angelo Archie Amoruso (aamoruso@libero.it)
+ - Added entry on the vortex_pci_tbl[] in order to support 3c905b cards
+ which map to PCI device 00B7:9055
+
- See http://www.uow.edu.au/~andrewm/linux/#3c59x-2.3 for more details.
- Also see Documentation/networking/vortex.txt
*/
@@ -181,8 +185,8 @@


#define DRV_NAME "3c59x"
-#define DRV_VERSION "LK1.1.16"
-#define DRV_RELDATE "19 July 2001"
+#define DRV_VERSION "LK1.1.17"
+#define DRV_RELDATE "22 May 2002"



@@ -554,6 +558,7 @@
{ 0x10B7, 0x9050, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CH_3C905_1 },
{ 0x10B7, 0x9051, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CH_3C905_2 },
{ 0x10B7, 0x9055, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CH_3C905B_1 },
+ { 0x00B7, 0x9055, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CH_3C905B_1 },

{ 0x10B7, 0x9058, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CH_3C905B_2 },
{ 0x10B7, 0x905A, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CH_3C905B_FX },

--

/|
/=|rchie

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:26    [W:0.043 / U:0.284 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site