Go to file
Andrey A. Chernov 6df720041a 1) Set ipending back to 4, because (16 + 4) bit not in
netmask or impmask.

2) Fixes from Bruce:
	o Changed name of schedsoftcom() to setsofttty() to match
	  setsoftclock()
	o Bool_t isn't used.
	o tx_fifo_size is 1 for chips without fifos, 16 for 16550's, to
	  help to output more efficiently for 16550's (LSR_TXRDY means
	  that the fifo is empty, not that it has space for one char).
	o Changed name of softsio1() to siopoll() and merged compoll()
	  into siopoll().
	o The probe forgot to clear com_mcr after it failed.  This is
	  harmful for 4 single serial ports on 2 interrupts.  It makes
	  partial misconfigurations worse.
	o Don't bother initializing static variables that are 0 (bidir
	  stuff).
	o Only initialize t_oflag to TTYDEF_OFLAG if unit == COMCONSOLE,
	  not if COMCONSOLE is defined.
	o Don't call siointr() from comparam() if there is no output in
	  progress.  For the call from sioopen(), there's no output in
	  progress, and siointr() often saw silo overflows for stale
	  input because it was called before sioopen() discarded the
	  input.
	o Let ttselect() do the work for select(), so that the fixes for
	  ttselect() don't have to be duplicated in zillions of drivers.
1994-01-31 08:52:12 +00:00
bin Document the new, less restrictive, behavior of the matching operator. 1993-10-04 22:07:27 +00:00
etc Remove obsoleted floppy partition from device name. 1994-01-27 02:58:05 +00:00
gnu Update for new organization of gnu tree. 1994-01-30 01:24:23 +00:00
include Added link.h for shared libs. 1993-11-03 23:48:30 +00:00
lib/csu/i386 Implemented 'QMAGIC' a.out format correctly, and changed the default 1994-01-03 18:35:54 +00:00
libexec Removed dependance on EX_DYNAMIC in making decisions on the magic number. 1994-01-19 15:00:37 +00:00
sbin Fix sign of offset diff. 1993-12-20 01:53:27 +00:00
share/man/man4 Added octave-tracking. 1993-11-09 02:38:17 +00:00
sys 1) Set ipending back to 4, because (16 + 4) bit not in 1994-01-31 08:52:12 +00:00
usr.bin Sprinkled with ${.CURDIR} to get the builds of gram.c and tokdefs.h 1994-01-29 00:48:19 +00:00
usr.sbin We got now floppy formatter 1994-01-26 23:44:34 +00:00