Go to file
mhitch b3f9a74326 Fix a problem that will reboot the system with no message as to what the
problem was.  A collision between a select and reselect would leave TC
non-zero from the command-out DMA count, which could later be considered
a fatal condition, causing a reboot.  The message for that error was
only displayed with DEBUG.  Fixed by clearing TC on a reselect.  The
non-zero TC detection won't occur in this case, so unconditionally
display the message if it occurs.

Workaround for another problem that resulted from an "Illegal Command"
status from the 53c94 which would get ignored and result in a timeout
(which also reboots the system).  Added the missing check for the
illegal command status, and add the workaround of resending the "accept
message" command to the 53c94.  Correct fix will be to determine why the
message wasn't sent in the first place.  Abort if the resending the
command doesn't work.

Correctly detect a spurious interrupt and ignore it.  This was taken
from a newer Mach driver, but did not get the check converted for the
design difference between the current NetBSD driver and the Mach driver.
1998-05-08 15:39:01 +00:00
bin PR/5315: Dan Winship: options parsing code should print errors to stderr. 1998-05-02 18:04:09 +00:00
distrib add uvm man pages and sort. 1998-05-04 07:28:15 +00:00
etc Support for serial devices with new-style dialout devices (currently, ttyC* 1998-05-02 20:37:30 +00:00
games fix bad .Xr references 1998-04-29 18:16:01 +00:00
gnu Use a name based on a target name instead of fixed one as a name of 1998-05-08 00:36:07 +00:00
include Change the file mode argument to dbopen() and the db backends from int to 1998-05-07 19:24:20 +00:00
lib link libtermlib_pic.a to libtermcap_pic.a, if the right vars are (un)set. 1998-05-08 03:11:02 +00:00
libexec fix a bad .Xr 1998-04-29 19:25:25 +00:00
regress disable the optimizer the correct way... 1998-04-13 14:28:04 +00:00
sbin Add a reference to fsirand(8). 1998-05-07 03:40:48 +00:00
share Note the addition of eap(4). 1998-05-07 20:17:32 +00:00
sys Fix a problem that will reboot the system with no message as to what the 1998-05-08 15:39:01 +00:00
usr.bin When YYDEBUG is defined, return same value as when it is not defined (in 1998-05-07 05:26:35 +00:00
usr.sbin Add a check (from FreeBSD) so that the removal of the temporary dir 1998-05-06 15:05:29 +00:00
Makefile Do the cleandir before the includes, so rpcgen doesn't build includes 1998-04-15 13:44:55 +00:00