lkml.org 
[lkml]   [1998]   [Oct]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: PCI Modem Support
On Sun, Oct 25, 1998, Vojtech Pavlik <vojtech-lists@twilight.ucw.cz> wrote:

>Thus writing a winmodem driver should be possible even on normal Linux,
>while softmodem might be much harder to implement, and might need a
>fair amount of either RT or kludges in the kernel.

There is at least two softmodems on MacOS (Apple's Geoport and SAT ISDN
adapter) and they work. The trick is to have some hardware support for
DMA transfer of the synchronous data flow. This way, you can have the HW
transfert quite large frames of samples and separately (asynchronously)
process them (from a kernel thread or an interrupt handler). This will
slow down the kernel but it looks possible.
I think the SAT ISDN adapter also works without DMA support (polling or
interrupt every 3 byte) but the machines slows down horribly.

--
E-Mail: <mailto:bh40@calva.net>
BenH. Web : <http://calvaweb.calvacom.fr/bh40/>




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

\
 
 \ /
  Last update: 2005-03-22 13:45    [W:0.023 / U:0.336 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site