FreeBSD src
Go to file
Justin T. Gibbs c2c5fd345d aic7xxx.seq:
Fix support for the aic7850 by looking only at the relavent bits of the
    QINCNT.  The 7850 puts random garbage in the high bits and all my attempts
    to determine the cause of this failed.  This approach does seem to work
    around the problem.

    Don't trust SCSIPERR to tell us when there is a parity error.  On
    some revs of the 7870 and the 7880, this bit follows the parity of
    the current byte.  Instead of using a SEQINT to tell the kernel,
    re-enable the standard parity error interrupt since it seems to pause
    the sequencer right at the time of the error which is the effect we were
    looking for anyway.

aic7xxx_reg.h:
    Remove PARITY_ERROR seqeuncer interrupt type, its no longer used.

    Define QCOUNTMASK as the SRAM location for the mask to use on the
    QINCNT register.  QCOUNTMASK is determined by the number of SCBs
    supported by the device we're working on.

aic7xxx_asm.c
    Properly check the return value of fopen, and define the arg list
    in getopt correctly.
    Submitted by: Pete Bentley <pete@demon.net>
1996-03-31 03:02:37 +00:00
bin Fixed typo. 1996-03-31 02:29:13 +00:00
eBones Big clean-up job. Remove ancient and never-to-be used stuff. 1996-03-11 16:17:58 +00:00
etc Add /usr/share/examples/perfmon. 1996-03-28 21:17:42 +00:00
games add missing include files 1996-03-13 23:38:21 +00:00
gnu Moved the include of <sys/types.h> to before the include of <dirent.h> 1996-03-29 14:00:25 +00:00
include Slightly simplify inlined functions 1996-03-25 13:46:21 +00:00
lib stat() before open() because opening of special files may be harmful. 1996-03-29 12:55:54 +00:00
libexec Here is a patch to talkd which makes it send the request to the tty with 1996-03-24 09:27:20 +00:00
lkm Add in qcam module (forgot) 1996-03-24 00:30:38 +00:00
release Add the jp.106 Japanese keymap to list of possibilities. I also see 1996-03-30 16:19:40 +00:00
sbin Fixed a type to match Lite2's fixed-width type changes. 1996-03-19 14:41:05 +00:00
secure Comment out the NOPROFILE=yes to make this orthogonal with the rest of our 1996-03-17 15:43:32 +00:00
share Also add an id for the donors section and reference it in a strategic 1996-03-30 19:46:37 +00:00
sys aic7xxx.seq: 1996-03-31 03:02:37 +00:00
tools Don't look in libkern, it went away. 1995-12-29 01:51:23 +00:00
usr.bin Renamed Proc-cache to Dir-cache for the same reasons as in vmstat. 1996-03-29 14:48:25 +00:00
usr.sbin Put signal number into logfile 1996-03-30 18:27:45 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile Re-instate the bootstrap target which can be used to build tools 1996-03-24 13:16:45 +00:00