freebsd kernel with SKQ
Go to file
gibbs a3de4cbeec bt.c, aic7xxx.c:
Cleanse the SCSI subsystem of its internally defined types
	u_int32, u_int16, u_int8, int32, int16, int8.
	Use the system defined *_t types instead.

aic7xxx.c:
	Fix the reset code.
	Instead of queing up all of the SCBs that timeout during timeout
	processing, we take the first and have it champion the effort.
	Any other scbs that timeout during timeout handling are given
	another lifetime to complete in the hopes that once timeout
	handing is finished, they will complete normally.  If one of
	these SCBs times out a second time, we panic and Justin tries
	again.

	The other major change is to queue flag aborted SCBs during timeout
	handling, and "ahc_done" them all at once as soon as we have the
	controller back into a sane state.  Calling ahc_done any earlier
	will cause the SCSI subsystem to toss the command right back at
	us and the attempt to queue the command will conflict with what
	the timeout routine is trying to accomplish.

	The aic7xxx driver will now respond to bus resets initiated by
	other devices.
1996-03-10 07:11:45 +00:00
bin Option -f implemented (remove + create) 1996-03-08 06:58:08 +00:00
eBones Sense MAKE_EBONES, DESTDIR 1996-03-09 13:39:00 +00:00
etc Add "ppp 3000/tcp" for Use-level PPP in daemon mode (-auto) 1996-03-08 10:54:00 +00:00
games Correct man page section number references (e.g. don't use the 1996-02-11 23:29:40 +00:00
gnu Make "make tests" actually work. This is an extremely crude hack, but 1996-03-04 16:06:03 +00:00
include Don't reference ndbm(3) manpage. Everything is covered by db(3). 1996-03-03 09:04:40 +00:00
lib Implemented negative caching on uid/gid lookup failures. This won't 1996-03-05 13:11:42 +00:00
libexec Update the uucpd makefile to install the man page. 1996-02-18 21:38:13 +00:00
lkm Update the linux lkm to use the new file list and build routine. 1996-03-02 20:00:35 +00:00
release Keep explicit newfs parameters, just set them differently. 1996-03-02 20:02:13 +00:00
sbin Do not allow the caller to specify the same path for the special 1996-03-10 00:20:28 +00:00
secure Sense MAKE_EBONES, DESTDIR 1996-03-09 13:39:00 +00:00
share [Ee]rrs -> Errs errs, save one process for make clean 1996-03-09 23:48:55 +00:00
sys bt.c, aic7xxx.c: 1996-03-10 07:11:45 +00:00
tools Don't look in libkern, it went away. 1995-12-29 01:51:23 +00:00
usr.bin Make talk automagically find out the interface IP address where the 1996-03-09 19:23:01 +00:00
usr.sbin Correct paths for pcvt in FreeBSD. Close PR#1071 1996-03-10 02:16:58 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile do the 'include-tools' as part of the world target (like lib-tools and 1996-02-17 14:23:25 +00:00