lkml.org 
[lkml]   [2001]   [Mar]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH] 1 line fix to smc-mca in 2.4.2-ac8
Date
From
This, along with the previous ac fixes finally get the smc-mca driver working 
for me on my quirky MCA box.

James Bottomley

Index: smc-mca.c
===================================================================
RCS file: /home/jejb/CVSROOT/linux/2.4/drivers/net/smc-mca.c,v
retrieving revision 1.1.1.3.10.1
diff -u -r1.1.1.3.10.1 smc-mca.c
--- smc-mca.c 2001/03/04 02:33:56 1.1.1.3.10.1
+++ smc-mca.c 2001/03/04 03:20:30
@@ -213,7 +213,7 @@
dev->mem_start = 0;
num_pages = 40;

- switch (j) { /* 'j' = card-# in const array above [hs] */
+ switch (adapter) { /* card-# in const array above [hs] */
case _61c8_SMC_Ethercard_PLUS_Elite_A_BNC_AUI_WD8013EP_A:
case _61c9_SMC_Ethercard_PLUS_Elite_A_UTP_AUI_WD8013EP_A:
{
\
 
 \ /
  Last update: 2005-03-22 13:22    [W:0.030 / U:0.352 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site