Go to file
jonathan 9b84ee7f35 Fix data-corruption bug on async targets:
*  When we are transferring in DATA (in asc_dma_in) and the target
  is an async device, there is sometimes an extra byte in the FIFO.
  If so, we need to drain that byte out of the fifo, but if and only
  if the target is async.  See also the comments in asc_dma_in()
  in the related Mach mk84 asc driver (scsi_53C94_hdw.c), which
  has an identical fix but applied in more restrictive conditions
  than we need, with async *disk* targets, as well as async tapes.

* Add a watchdog and timeout active SCSI requests, to eliminate any
  potential for deadlock due to applying the fix above on newer
  silicon versions of the 53c94 which may not have the above problem.
  Should use the MI scsi per-target timeout instead, when available.
1996-09-29 03:02:19 +00:00
bin Fix SEGV when kludging old-style options. 1996-09-27 02:59:53 +00:00
distrib update to match current release 1996-09-28 18:05:57 +00:00
etc RCS id police 1996-09-17 21:45:53 +00:00
games use words from $DESTDIR. 1996-09-26 00:04:42 +00:00
gnu * I applied David Taylor's Fix (mailed to pc532@daver.bungi.com on 1996-09-28 08:41:24 +00:00
include put back the explicit ripv1 field enumeration; lots of userland has changed 1996-09-24 16:46:51 +00:00
lib Reflect reality. 1996-09-28 19:08:22 +00:00
libexec Don't truncate long host names. 1996-09-27 02:30:05 +00:00
regress merge DB 1.85 changes 1996-05-03 21:50:36 +00:00
sbin Make this work after the fsck changes. 1996-09-28 19:30:35 +00:00
share Install mrg's pfil man page, which he forgot to have installed. 1996-09-24 07:33:08 +00:00
sys Fix data-corruption bug on async targets: 1996-09-29 03:02:19 +00:00
usr.bin Grok local timezone when determining "today". 1996-09-27 03:32:07 +00:00
usr.sbin Add ECOFF and ELF32/ELF64 support, both written from scratch. 1996-09-29 02:19:55 +00:00
Makefile allow builds to work if directory games is missing. Closes pr misc/1921 and 1996-08-10 23:29:00 +00:00