freebsd-dev/sys/dev
Bruce Evans 25dd4b72b8 Only log errors every second (instead of every 5-10 msec) and check for
errors at a lower ipl.  clist starvation problems can cause hundreds of
tty buffer overflows per second and logging them all amplified the
problems.  This problem was less serious in 1.1.5.

Avoid a race in the check for starting a new block of output.  com_events
was sometimes messed up and siopoll() looped endlessly.  This bug was
introduced in 2.0.

Clean up previous 2 commits.  Rename sio_registerdev() to sioregisterdev()
to match the (bad) surrounding naming conventions.  There should be a
generic_registerdev().
1994-11-01 23:09:29 +00:00
..
de Submitted by: Matt Thomas <thomas@lkg.dec.com> 1994-10-12 11:19:36 +00:00
ed Finished device configuration database work for all ISA devices (except `ze') 1994-10-23 21:28:03 +00:00
ep Finished device configuration database work for all ISA devices (except `ze') 1994-10-23 21:28:03 +00:00
fdc Several minor fixes to the floppy driver: 1994-10-30 20:04:40 +00:00
ic DMA automode patch, fix SB16 clicks 1994-11-01 17:26:50 +00:00
ie Fixed a couple of wrong printfs (too few arguments supplied). Also zapped 1994-10-26 00:16:20 +00:00
kbd Laptop Advanced Power Management support by HOSOKAWA Tatsumi. 1994-10-01 02:56:21 +00:00
lnc Finished device configuration database work for all ISA devices (except `ze') 1994-10-23 21:28:03 +00:00
mcd Julian Elischer's disklabel fixes. 1994-10-27 20:45:13 +00:00
mse Finished device configuration database work for all ISA devices (except `ze') 1994-10-23 21:28:03 +00:00
pci Modified fifth parameter (imask) to register_intr() according to 1994-10-25 23:09:08 +00:00
ppbus Added $Id$ 1994-08-02 07:55:43 +00:00
sio Only log errors every second (instead of every 5-10 msec) and check for 1994-11-01 23:09:29 +00:00
speaker Fix range checking bug, pointed by peter@haywire.dialix.com 1994-10-14 16:37:58 +00:00
syscons The other half of patch011, read Numlck state from bios. 1994-10-27 05:47:09 +00:00