* SysKonnect sk98lin Gigabit lan missing in action from 2.6.10 on
@ 2005-02-04 14:41 maxer
2005-02-04 16:20 ` Christoph Hellwig
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: maxer @ 2005-02-04 14:41 UTC (permalink / raw)
To: linux-kernel
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.
RaXeT
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: SysKonnect sk98lin Gigabit lan missing in action from 2.6.10 on 2005-02-04 14:41 SysKonnect sk98lin Gigabit lan missing in action from 2.6.10 on maxer @ 2005-02-04 16:20 ` Christoph Hellwig 2005-02-04 17:11 ` Petr Vandrovec 2005-02-04 21:07 ` Jeff Garzik 2 siblings, 0 replies; 5+ messages in thread From: Christoph Hellwig @ 2005-02-04 16:20 UTC (permalink / raw) To: maxer; +Cc: linux-kernel 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. Use the driver intree or better Stephen's rewrite. ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: SysKonnect sk98lin Gigabit lan missing in action from 2.6.10 on 2005-02-04 14:41 SysKonnect sk98lin Gigabit lan missing in action from 2.6.10 on maxer 2005-02-04 16:20 ` Christoph Hellwig @ 2005-02-04 17:11 ` Petr Vandrovec 2005-02-04 21:07 ` Jeff Garzik 2 siblings, 0 replies; 5+ messages in thread From: Petr Vandrovec @ 2005-02-04 17:11 UTC (permalink / raw) To: maxer; +Cc: linux-kernel 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", ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: SysKonnect sk98lin Gigabit lan missing in action from 2.6.10 on 2005-02-04 14:41 SysKonnect sk98lin Gigabit lan missing in action from 2.6.10 on maxer 2005-02-04 16:20 ` Christoph Hellwig 2005-02-04 17:11 ` Petr Vandrovec @ 2005-02-04 21:07 ` Jeff Garzik 2005-02-04 22:28 ` Lawrence Walton 2 siblings, 1 reply; 5+ messages in thread From: Jeff Garzik @ 2005-02-04 21:07 UTC (permalink / raw) To: maxer; +Cc: linux-kernel, Netdev 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. I've been telling SysKonnect for _years_ that they need to split up their patches, but they still keep sending ever-larger jumbo driver update patches. Stephen Hemminger split up their patch into a bunch of patches, and I applied several of those. Apparently, Stephen also got sick of trying to patch and clean sk98lin, so he went and wrote his own "skge" driver. It's available in my netdev-2.6 queue, and should be in the latest -mm. Jeff ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: SysKonnect sk98lin Gigabit lan missing in action from 2.6.10 on 2005-02-04 21:07 ` Jeff Garzik @ 2005-02-04 22:28 ` Lawrence Walton 0 siblings, 0 replies; 5+ messages in thread From: Lawrence Walton @ 2005-02-04 22:28 UTC (permalink / raw) To: Jeff Garzik; +Cc: linux-kernel, Netdev Jeff Garzik [jgarzik@pobox.com] wrote: > 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. > > I've been telling SysKonnect for _years_ that they need to split up > their patches, but they still keep sending ever-larger jumbo driver > update patches. > > Stephen Hemminger split up their patch into a bunch of patches, and I > applied several of those. > > Apparently, Stephen also got sick of trying to patch and clean sk98lin, > so he went and wrote his own "skge" driver. It's available in my > netdev-2.6 queue, and should be in the latest -mm. > > Jeff > > > > - > 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/ I have a SysKonnect card, and tried the skge driver (it's in the mm tree), with nominal testing I'd have to say it works well, if not better then the sk98lin driver. -- *--* Mail: lawrence@otak.com *--* Voice: 425.739.4247 *--* Fax: 425.827.9577 *--* HTTP://the-penguin.otak.com/~lawrence -------------------------------------- - - - - - - O t a k i n c . - - - - - ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-02-04 23:19 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2005-02-04 14:41 SysKonnect sk98lin Gigabit lan missing in action from 2.6.10 on maxer 2005-02-04 16:20 ` Christoph Hellwig 2005-02-04 17:11 ` Petr Vandrovec 2005-02-04 21:07 ` Jeff Garzik 2005-02-04 22:28 ` Lawrence Walton
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.