Go to file
bouyer 8b5bf22895 Workaround for broken drives (explained to me by Chris G. Demetriou):
some devices can't handle tag number larger than some values and always
reject commands with QUEUE FULL if the tag number is larger than this.
Under some circonstances the scsipi system may not decrease periph_openings
(as a workaround of other odd behavior) and we may end up requeuing the command
with a hight tag value again, and the driver could loop on this.
Workaround: in case of queue full, decrease periph_openings to
min(periph_active - 1, periph_openings - 1) so that, after some iteration,
periph_openings is less than the max tag value acceptable by the device.

Solves the problem with tagged queuing on ncr53c9x for me.
2001-05-18 12:56:28 +00:00
bin Don't build ksh.1 if MKMAN == "no". 2001-05-15 23:50:36 +00:00
crypto BIND 8.2.4 2001-05-17 20:45:58 +00:00
dist upgrade to 8.2.4. 2001-05-17 22:59:37 +00:00
distrib Add sip(4) and gsip(4) manual pages. 2001-05-18 02:07:34 +00:00
etc Added sun2 etc files. 2001-05-18 00:13:27 +00:00
games Its is Dr. Elizabeth Dehner, not Dehaver. 2001-05-02 10:42:34 +00:00
gnu Add port-sun2 category, per PR admin/12657. 2001-05-17 09:13:58 +00:00
include Employ __static_cast(); suggested by Dave Sainty in PR lib/11766. 2001-05-06 15:31:09 +00:00
lib replace return with rename (from Bruce Korb). 2001-05-17 23:45:24 +00:00
libexec Unloading objects, can cause other objects whose reference count becomes 2001-05-10 20:19:25 +00:00
regress Explicitly unset LANG and LC_ALL before doing any tests - some tests 2001-05-14 21:31:38 +00:00
sbin Adapt for MODE SENSE/SELECT changes in kernel. 2001-05-15 15:11:02 +00:00
share Add manual pages for the sip(4) and gsip(4) Ethernet drivers. 2001-05-18 02:05:20 +00:00
sys Workaround for broken drives (explained to me by Chris G. Demetriou): 2001-05-18 12:56:28 +00:00
usr.bin alpha core has signal number in little endian, no in big endian. 2001-05-16 00:52:48 +00:00
usr.sbin Correct a typo. 2001-05-18 07:48:07 +00:00
Makefile parallelize the obj pass, too 2001-05-08 02:04:08 +00:00
Makefile.inc Set RELTOP to '.' if that's where we are. 2000-05-06 15:05:15 +00:00
UPDATING Extend note to mention named user as well 2001-03-06 19:03:31 +00:00