Jake Burkholder c0d676c068 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-08-04 19:34:38 +00:00
2002-08-31 04:25:44 +00:00
2002-09-05 07:30:18 +00:00
2002-09-07 12:22:17 +00:00
2002-09-06 16:58:13 +00:00
2002-06-29 17:26:22 +00:00
2002-09-06 07:00:37 +00:00