jake c964ec41e1 Make this driver work a whole lot better.
- Get the initial mode from the prom settings and don't clobber the mode
  on open.
- Copy output into an internal ring buffer instead of accessing the tty
  outq directly in the interrupt handler.  This fixes a problem where
  garbage would show up in the output stream.
- Reset the console port completely and reprogram all the parameters
  before enabling it.  This fixes seemingly random hangs on startup
  when using a fast interrupt handler.
- Add minimal locking in place of spls.
- Remove dead code and minor cleanups.
2002-09-08 04:45:16 +00:00
..
2002-03-20 02:08:01 +00:00
2002-07-21 05:16:56 +00:00
2002-08-15 08:02:23 +00:00
2002-03-20 02:08:01 +00:00
2001-11-15 07:52:49 +00:00
2002-01-08 06:47:55 +00:00
2002-03-20 02:08:01 +00:00
2002-07-26 08:01:08 +00:00
2002-02-04 14:01:27 +00:00
2002-07-24 01:09:38 +00:00
2002-04-13 22:34:16 +00:00
2002-03-20 02:08:01 +00:00
2002-05-30 23:41:51 +00:00
2002-08-24 07:46:08 +00:00
2002-03-23 15:36:13 +00:00
2002-08-18 12:20:33 +00:00
2002-06-01 18:50:35 +00:00
2002-08-06 17:00:02 +00:00
2002-08-23 23:49:02 +00:00
2002-08-23 23:49:02 +00:00
2002-03-20 02:08:01 +00:00
2002-03-20 07:51:46 +00:00
2002-03-20 02:08:01 +00:00
2002-07-22 21:24:12 +00:00