Go to file
augustss 6aae573fe5 Fix the error check on completion of an xfer. Just because the qTD status
field has error bits set doesn't mean there has been an error, unless the
HALTED bit is set as well.  The old behaviour could result in a transfer
being considered failed by the software, but a success by the device.
This seems to have affected mostly mass storage devices.

Pointed out by Dan Ellis in kern/29731.
2005-05-01 19:24:39 +00:00
bin PR/29005: Jesse Off: nbpax requires sys/mtio.h which doesn't exist on Interix 2005-05-01 02:59:28 +00:00
contrib/sys Finalize import of the Atheros HAL 0.9.9.13, bringing ath(4) 2004-07-28 08:57:40 +00:00
crypto return statements in void functions make lint very confused. 2005-04-27 22:38:56 +00:00
dist Fix printf format/argument mismatch. 2005-04-24 13:34:18 +00:00
distrib Install netinet/ipl.h (bin/30095) 2005-05-01 14:57:27 +00:00
doc Sparc64 now has completed the switch to wscons. 2005-04-29 19:44:28 +00:00
etc Make /dev/usb readable to all; it is only used to report USB events. 2005-04-30 16:26:06 +00:00
games Fixed wrong use of the <ctype.h> functions by adding an explicit conversion 2005-04-19 20:14:29 +00:00
gnu Only test if a char is >= 0x00 when CHAR_MIN is < 0, so gcc doesn't 2005-05-01 16:21:07 +00:00
include Instead of pulling in all of <wchar.h>, just define wchar_t here. 2005-04-18 19:47:51 +00:00
lib Fix some typos. From Christian Brueffer in PR lib/30109. 2005-05-01 16:36:47 +00:00
libexec not supporting %c is confusing and it only uses up a few bytes. 2005-04-24 21:11:58 +00:00
regress Add a test for 4 char key and value insert on a 65536 bucket size hash. 2005-04-27 23:37:34 +00:00
rescue Add /rescue/tetris. 2005-04-01 08:35:17 +00:00
sbin Test USE_INET6 instead of MKINET6 for various apps. 2005-05-01 07:26:29 +00:00
share Explain why we need PCKBC_CNATTACH_SELFTEST. 2005-04-29 22:48:25 +00:00
sys Fix the error check on completion of an xfer. Just because the qTD status 2005-05-01 19:24:39 +00:00
tools Update notes for testing on linux, OS/X 2005-04-05 00:21:22 +00:00
usr.bin Don't accept dependencies for .BEGIN, .END, and .INTERRUPT since they 2005-05-01 01:25:36 +00:00
usr.sbin Test USE_INET6 instead of MKINET6 for various apps. 2005-05-01 07:26:29 +00:00
x11 We don't need to link hardware independent X11 servers with the "i386" 2005-04-09 18:00:01 +00:00
build.sh Avoid the brace expansion on OpenBSD. 2005-03-26 06:02:13 +00:00
BUILDING Document the environment variables for if you need to override or 2005-02-15 18:41:18 +00:00
Makefile use usr.sbin/postinstall/postinstall instead of etc/postinstall 2005-04-17 15:18:34 +00:00
Makefile.inc
UPDATING Tweaks for the move of postinstall from /etc to /usr/sbin 2005-04-17 23:12:40 +00:00