From: James S. <jsi...@tr...> - 2001-07-17 17:14:36
|
> I have rewritten a serial driver for a i386 > z8530 card. I have found six drivers for the 8530. > I plan rewriting/redesign a part from the serial io > struct. I think i a good idea to split the driver in > hw and arch layer for the 2.5 Kernel. This is good. > Is in the linux-console project the rigth place for this ? Yes :-) Look in ruby/linux/drivers/serial. I will be working will Russell King on this new serial core. Haven't gotten around to it yet. Basically we seperate the "driver" layer from the hardware layer. This allows a serial tty to place on top or a serial terminal. If you think about it it is kind of dumb to have a serial terminal for something like a joystick plus their is a price to pay for going threw the serial tty layer to obtain info. > Sorry, when i mail for a old Problem. The mainpage from the > Linux-Console is a little bit old, a have a few days search > for this list. We have no web maintainer :-( |