freebsd-nq/sys/dev
Andrey A. Chernov fd59ff8180 CHANGES from Bruce:
---
This list of changes is in approximately chronological order (oldest first).

	o Many cosmetic changes - renamed comintr1 -> siointr1, moved
	  things around and fixed whitespace.
	o Reduced SLIP latency (FRAME_END hack) from 20-30 ms to 16 ms
	  at 115200 bps (you won't notice the average 10 ms improvement
	  on slow lines).  ppp seems to use only counted transfers so
	  there's no similar hack available.  It's too hard for the
	  driver to know the count.
	o Temporary #ifdefs for new and old interrupt handling
	  (OLD_INTERRUPT_HANDLING decided by setsofttty() not being
	  externally defined.
	o Don't test for the IIR_NOPEND bit being set - test for the
	  non-fifo part of the iir equalling it like the docs say to.
	  States with other IIR_NOPEND set in combination with the
	  other iir bits are undefined.  The docs may be stupid - the
	  old test would not have broken when the fifo bits were
	  introduced.
	o Noted more problems with DTR wait.
	o Rewrote console stuff.  Still some initialization and state
	  preservation problems.  Same for kgdb stuff.  The driver
	  doesn't do anything about the console close bug.  It needs
	  to be fixed entirely in i386/cons.c.  I like chmr's version
	  where the the console driver revectors the device open and
	  close routines.
	o Temporary (?) #ifdefs for references to tty buffers.
	o Noted further things to do in (2 comments about 3 places) for
	  phk's change to not touch RTS unless it is being used for flow
	  control.
	o Temporary #ifdefs for timestamp handling.  It needs fixing.
	  The microtime() call breaks the first rule of writing fast
	  interrupt handlers: NO calls to functions that might do slow
	  and bad things.  microtime() enables interrupts.  This turns
	  out to be only moderately harmful.  Also, I want the timestamp
	  copy outside of the normal interrupt handler.
	o Don't init com->tp early for the !DONT_MALLOC_TTYS case -
	  both sides are NULL.
	o Worry about com->tp == NULL in siopoll.  I don't see how you
	  survived the (incc <= 0 || !(tp->state & TS_ISOPEN)) test.
	  Perhaps early sttys or comcontrols set up the tp's for _all_
	  the ports before this code is reached.
1994-04-03 11:41:11 +00:00
..
ed Minor comment change. 1994-03-02 05:50:01 +00:00
ep Added David Mills' kernel NTP PLL code. The current version of NTP does 1994-03-15 01:58:22 +00:00
fdc From: Jim Babb <babb@sedhps01.mdc.com> 1994-03-08 16:25:29 +00:00
ic
ie if_ep.c: removed netisr.h, fixed unconverted ep_ac, changed <> into "" 1994-02-03 11:51:12 +00:00
kbd Russian keymap is broken after last commit (fixed) 1994-02-01 09:27:43 +00:00
mcd Changed the raw partition number from 3 to 0. This change lets us use 1994-03-21 20:59:55 +00:00
mse Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, and 1993-11-25 01:38:01 +00:00
sio CHANGES from Bruce: 1994-04-03 11:41:11 +00:00
speaker Fix error with tsleep loop 1994-01-25 23:04:27 +00:00
syscons Replace CAPS led with ALTGR led for ALTGR mode (soft) keyboards, 1994-04-01 18:33:12 +00:00