public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Should I use Linux to develop driver for specialized ISA card?
@ 2001-09-04 12:57 Rastislav Stanik
  2001-09-04 13:28 ` Richard B. Johnson
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: Rastislav Stanik @ 2001-09-04 12:57 UTC (permalink / raw)
  To: linux-kernel

Hi,

I'd like to know your opinion on following problem:

I'm developing specialized plotter.
The moving parts of the plotter are controlled by ISA card that generates
(and responds to) interrupts on each movement or printing event.
The interrupts can be generated quite fast; up to frequency of 4kHz.

I need to write a driver for that.
The 1st prototype is developed in MS-DOS,but I hit problem with memory.
The driver needs to use (and transfer) quite big chunks of memory.
1MB is not enough.

In NT you don't develop drivers so easily. It is actually a pain.
Therefore I'm considering Linux. The machine would be probably 
dedicated and, may be later, embeded in the plotter.
Problems:
- It is unlikely that my driver would ever make it to main-stream kernel source.
- I'm just a C/C++ programmer, I have just rough idea what does it mean to
'develop a driver in Linux'. I'm pretty familiar with Linux as sys-admin though.

All I need is: to have piece of code executed on some interrupt,
read/write IO ports of the card and be able to transfer big pieces
of memory to the card.

What do you think? Is Linux the ideal platform for me?

Please, Cc: to rastos@woctni.sk, I'm not subscribed to the mailing list (yet).
---
        bye
                rastos

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

end of thread, other threads:[~2001-09-17 19:19 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-04 12:57 Should I use Linux to develop driver for specialized ISA card? Rastislav Stanik
2001-09-04 13:28 ` Richard B. Johnson
2001-09-04 13:30 ` Anton Altaparmakov
2001-09-04 13:42 ` Erik Mouw
2001-09-17 19:19   ` Rogier Wolff
2001-09-04 15:15 ` Alan Cox
2001-09-04 15:26   ` Fred
2001-09-04 15:36     ` Alan Cox
2001-09-04 15:40     ` Joel Jaeggli
2001-09-04 16:24     ` Christopher Friesen
2001-09-04 17:32       ` Mark Frazer
2001-09-04 17:53         ` Christopher Friesen
2001-09-04 18:19       ` Roger Larsson
2001-09-04 18:54         ` J Sloan
2001-09-04 19:35         ` Christopher Friesen
2001-09-04 19:58           ` Andrew Morton

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