freebsd_amp_hwpstate/sys
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
..
alpha/include Put back the $Id$ string 1993-10-28 06:11:38 +00:00
amd64 Make I/O memory explicitly non-cacheable. This is purely an asthetic 1994-01-31 04:39:37 +00:00
conf Remove commented out PROCFS, it is standard. 1994-01-29 21:41:36 +00:00
ddb "New" VM system from John Dyson & myself. For a run-down of the 1994-01-14 16:25:31 +00:00
dev 1) Set ipending back to 4, because (16 + 4) bit not in 1994-01-31 08:52:12 +00:00
i386 1) Set ipending back to 4, because (16 + 4) bit not in 1994-01-31 08:52:12 +00:00
isa 1) Set ipending back to 4, because (16 + 4) bit not in 1994-01-31 08:52:12 +00:00
kern Remove confusing and incorrect comment inherited from patchkit days. 1994-01-26 20:42:18 +00:00
powerpc/include adding libc/quad: 1993-12-19 05:14:46 +00:00
scsi Fixed bug in dump code that caused the wrong physical page to be dumped. 1994-01-29 11:17:10 +00:00
sys Patch from Julian. Commit message by me. 1994-01-29 10:31:20 +00:00