lkml.org 
[lkml]   [2005]   [Feb]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: SysKonnect sk98lin Gigabit lan missing in action from 2.6.10 on
On Fri, Feb 04, 2005 at 07:41:24AM -0700, maxer wrote:
> What is the status of sk98lin? Do we have to wait until Syskonnect gets
> their act together
> and write a new driver for 2.6.10?
>
> Their latest is Oct 2004 and not at all compatible with 2.6.10 and beyond.

What is problem with driver which is in the kernel? It works flawlessly for
me, on ia32 and x86-64. Only thing I had to do is patch below so hotplug
code knows that sk98lin driver can handle some PCI hardware...

Linux ppc 2.6.11-rc3-c2048-64 #1 SMP Fri Feb 4 00:48:12 CET 2005 x86_64 GNU/Linux

0000:00:0a.0 Ethernet controller: Marvell Technology Group Ltd. Yukon Gigabit Ethernet 10/100/1000Base-T Adapter (rev 13)

Petr Vandrovec


diff -urdN linux/drivers/net/sk98lin/skge.c linux/drivers/net/sk98lin/skge.c
--- linux/drivers/net/sk98lin/skge.c 2005-01-29 17:31:14.000000000 +0100
+++ linux/drivers/net/sk98lin/skge.c 2005-01-30 00:11:49.000000000 +0100
@@ -5151,6 +5151,7 @@
{ PCI_VENDOR_ID_LINKSYS, 0x1064, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
{ 0, }
};
+MODULE_DEVICE_TABLE (pci, skge_pci_tbl);

static struct pci_driver skge_driver = {
.name = "skge",
-
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 14:10    [W:0.049 / U:20.916 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site