2001-12-22 James Simmons * Final port of Russell King's code. Today we are going to * start working on a better api for 2.5. 2001-12-24 James Simmons * Moved xmit circular buffer from struct uart_info to struct uart_port 2001-12-24 James Simmons * Removed ops field in uart_info. Instead use in in uart_port instead. 2001-12-24 James Simmons * Synced to RMK latest changes. He removed the awful table, termios stuff from struct uart_driver. This makes life easier for us :-) He also implemented a struct uart_xxx_port that wraps around the default struct uart_port. From my experience with the fbdev layer this is a bad idea and will lead to really bad code. This must change. 2002-3-14 James Simmons * Grabbed RMK latest work and placed it into CVS. I haven't had time to properly modify it for the input api. 2002-6-18 James Simmons * Grabbed RMK latest work and placed it into CVS. I haven't had time to properly modify it for the input api. Some day I will get to it.