public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Ethernet drivers: SiS 900, Netgear FA311
@ 2001-01-21  0:21 Tobias Burnus
  2001-01-21  0:30 ` Jeff Garzik
  0 siblings, 1 reply; 5+ messages in thread
From: Tobias Burnus @ 2001-01-21  0:21 UTC (permalink / raw)
  To: linux-kernel; +Cc: Tobias Burnus

Hi,

I think those drivers have not yet been merged. Since I happend to have
those (and had problem to get them run with the default kernel) I'd like
to asked whether those can be included into the kernel. They are GNU
licensed. Seemingly the SiS updates the existing sis900 driver, the
FA311 is not yet supported by the kernel.

http://www.sis.com.tw/ftp/Drivers/linux/630s/
 readme.txt              13-Nov-2000 03:58     3k  
 sis900.c                13-Nov-2000 03:58    46k  
 sis900.h                13-Nov-2000 03:58     9k  

http://www.netgear-support.com/ts/pwtservicepacks.cfm?spc=0&ss=FA311&sortby=0
(e.g. fa311lx.zip:
-rw-rw-rw-           48047 Aug 24 22:36 fa311.c
-rw-rw-rw-           33203 Aug 24 22:36 fa311.h
-rw-rw-rw-            7820 Aug 24 22:36 fa311.o
-rw-rw-rw-             131 Aug 24 22:36 makefile

Tobias
-- 
This above all: To thine own self be true / And it must follow as
the night the day / Thou canst not then be false to any man.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Ethernet drivers: SiS 900, Netgear FA311
  2001-01-21  0:21 Ethernet drivers: SiS 900, Netgear FA311 Tobias Burnus
@ 2001-01-21  0:30 ` Jeff Garzik
  2001-01-21 12:54   ` egger
  0 siblings, 1 reply; 5+ messages in thread
From: Jeff Garzik @ 2001-01-21  0:30 UTC (permalink / raw)
  To: Tobias Burnus; +Cc: linux-kernel

Tobias Burnus wrote:
> I think those drivers have not yet been merged. Since I happend to have
> those (and had problem to get them run with the default kernel) I'd like
> to asked whether those can be included into the kernel. They are GNU
> licensed. Seemingly the SiS updates the existing sis900 driver, the
> FA311 is not yet supported by the kernel.

Not true, see natsemi.c (in 2.4.x at least).

-- 
Jeff Garzik       | "You see, in this world there's two kinds of
Building 1024     |  people, my friend: Those with loaded guns
MandrakeSoft      |  and those who dig. You dig."  --Blondie
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Ethernet drivers: SiS 900, Netgear FA311
  2001-01-21  0:30 ` Jeff Garzik
@ 2001-01-21 12:54   ` egger
  2001-01-21 18:23     ` idalton
  0 siblings, 1 reply; 5+ messages in thread
From: egger @ 2001-01-21 12:54 UTC (permalink / raw)
  To: jgarzik; +Cc: burnus, linux-kernel

On 20 Jan, Jeff Garzik wrote:

> Not true, see natsemi.c (in 2.4.x at least).

 Correct, and the cards really work with it.

-- 

Servus,
       Daniel

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Ethernet drivers: SiS 900, Netgear FA311
  2001-01-21 12:54   ` egger
@ 2001-01-21 18:23     ` idalton
  2001-01-21 18:33       ` Jeff Garzik
  0 siblings, 1 reply; 5+ messages in thread
From: idalton @ 2001-01-21 18:23 UTC (permalink / raw)
  To: egger; +Cc: jgarzik, burnus, linux-kernel

On Sun, Jan 21, 2001 at 01:54:34PM +0100, egger@suse.de wrote:
> On 20 Jan, Jeff Garzik wrote:
> 
> > Not true, see natsemi.c (in 2.4.x at least).
> 
>  Correct, and the cards really work with it.

natsemi did not work with 2.2.17 on a remote system I do work on, but
did work with the 2.4.0-included driver. Wonder if it'll be making it
into 2.2.x soon..

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Ethernet drivers: SiS 900, Netgear FA311
  2001-01-21 18:23     ` idalton
@ 2001-01-21 18:33       ` Jeff Garzik
  0 siblings, 0 replies; 5+ messages in thread
From: Jeff Garzik @ 2001-01-21 18:33 UTC (permalink / raw)
  To: idalton; +Cc: egger, burnus, linux-kernel

idalton@ferret.phonewave.net wrote:
> 
> On Sun, Jan 21, 2001 at 01:54:34PM +0100, egger@suse.de wrote:
> > On 20 Jan, Jeff Garzik wrote:
> >
> > > Not true, see natsemi.c (in 2.4.x at least).
> >
> >  Correct, and the cards really work with it.
> 
> natsemi did not work with 2.2.17 on a remote system I do work on, but
> did work with the 2.4.0-included driver. Wonder if it'll be making it
> into 2.2.x soon..

It is available for 2.2 from http://www.scyld.com/network/ ...  All I
did was port the Becker driver to 2.4.

If someone wants to port his driver into 2.2.latest, I'm sure people
will be happy..

	Jeff


-- 
Jeff Garzik       | "You see, in this world there's two kinds of
Building 1024     |  people, my friend: Those with loaded guns
MandrakeSoft      |  and those who dig. You dig."  --Blondie
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-01-21 18:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-21  0:21 Ethernet drivers: SiS 900, Netgear FA311 Tobias Burnus
2001-01-21  0:30 ` Jeff Garzik
2001-01-21 12:54   ` egger
2001-01-21 18:23     ` idalton
2001-01-21 18:33       ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox