mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Petr Vandrovec <vandrove@vc.cvut.cz>
To: maxer <maxer@xmission.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: SysKonnect sk98lin Gigabit lan missing in action from 2.6.10 on
Date: Fri, 4 Feb 2005 18:11:40 +0100	[thread overview]
Message-ID: <20050204171140.GD1889@vana.vc.cvut.cz> (raw)
In-Reply-To: <42038994.20401@xmission.com>

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",

  parent reply	other threads:[~2005-02-04 17:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-04 14:41 maxer
2005-02-04 16:20 ` Christoph Hellwig
2005-02-04 17:11 ` Petr Vandrovec [this message]
2005-02-04 21:07 ` Jeff Garzik
2005-02-04 22:28   ` Lawrence Walton

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=20050204171140.GD1889@vana.vc.cvut.cz \
    --to=vandrove@vc.cvut.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maxer@xmission.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®