[2366] in linux-net channel archive
Re: Internet Provider?
daemon@ATHENA.MIT.EDU (Alan Cox)
Fri Apr 5 08:44:58 1996
From: Alan Cox <alan@cymru.net>
To: dledford@dialnet.net (Doug Ledford)
Date: Fri, 5 Apr 1996 11:33:22 +0100 (BST)
Cc: hays@satcom.whit.org, HADES@lapro4.unisinos.tche.br,
linux-net@vger.rutgers.edu
In-Reply-To: <Pine.LNX.3.91.960404100301.13928B-100000@news.dialnet.net> from "Doug Ledford" at Apr 4, 96 10:24:51 am
> I personally recommend the Comtrol RocketPort serial cards. They use a
> 1023 byte recieve FIFO and a 255 byte transmit FIFO (according to the
> driver header files). I have gotten great performance out of them
> myself, even under loads such as 48 simultaneous PPP connections running
> on a Pentium 100. I have hacked a little code into the driver to give me
> some timing stats on CPU time used per instance of the polling routine as
> well as a high and low watermark for the polling routine over a ten
> minute time frame. If anyone is interested in the stats, let me know.
Until we know the comtrol drivers work 100% for all uses I'd be wary of
recommending them. Hopefully the new driver will do the trick. Cyclades
boards are rock solid and far better than 16550's because they help out
a lot (things like flow control are software driven on a 16550 which is
bad). The rocketports are very very fast and very efficient.
Alan