freebsd-skq/sys
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
..
alpha Oops.. I was wrong about the change to sigsuspend. The library interface is 1996-03-04 20:58:47 +00:00
amd64 Cleanse the SCSI subsystem of its internally defined types 1996-03-10 07:04:48 +00:00
compat/linux update linux_times() and linux_utime() emulation, 1996-03-04 21:03:11 +00:00
compile Stop cvs up -P from removing empty compile directories. 1994-08-25 16:20:16 +00:00
conf [Ee]rrs -> Errs errs, save one process for make clean 1996-03-09 23:48:55 +00:00
ddb Remove some now unused printfoids. 1996-01-23 21:17:59 +00:00
dev aha1742.c: 1996-03-10 07:04:27 +00:00
fs Make sure that the zero flag is cleared upon completion of paging I/O. 1996-03-09 07:02:52 +00:00
geom Fix one warning and fix one bug found while looking at another warning (but 1996-01-31 11:25:46 +00:00
gnu Removed vestigial support for the obsolete FIFO option. In ext2fs 1996-02-25 20:12:36 +00:00
i386 bt.c, aic7xxx.c: 1996-03-10 07:11:45 +00:00
isa Add more options into the conf/options and i386/conf/options.i386 files 1996-03-02 18:24:13 +00:00
isofs/cd9660 Added prototypes. 1995-12-03 17:14:38 +00:00
kern Correct handling of dirty pages in I/O buffers. The case where pages 1996-03-09 06:46:51 +00:00
libkern Extend to handle all radix < 37 1996-01-24 20:51:26 +00:00
miscfs Make sure that the zero flag is cleared upon completion of paging I/O. 1996-03-09 07:02:52 +00:00
modules Update the linux lkm to use the new file list and build routine. 1996-03-02 20:00:35 +00:00
msdosfs Fix a bunch of spelling errors in the comment fields of 1996-01-30 23:02:38 +00:00
net Make user-level PPP on-demand with dynamic IP actually work. 1996-03-08 11:07:07 +00:00
netinet Add more options into the conf/options and i386/conf/options.i386 files 1996-03-02 18:24:13 +00:00
netipx Kill XNS. 1996-02-13 18:16:31 +00:00
netns finish killing off netns. (For some reason, CVS `undeleted' these 1996-02-13 18:19:17 +00:00
nfs Kill XNS. 1996-02-13 18:16:31 +00:00
nfsclient Kill XNS. 1996-02-13 18:16:31 +00:00
nfsserver Kill XNS. 1996-02-13 18:16:31 +00:00
pc98/pc98 Fix a bunch of spelling errors in the comment fields of 1996-01-30 23:02:38 +00:00
pccard Removed un-used code. 1996-02-21 23:31:03 +00:00
pci Hopefully, this will fix the problems that some people have been having with 1996-03-02 06:08:53 +00:00
powerpc/include Add commands for ptrace get/set registers.. (Same numbers as NetBSD) 1996-01-24 18:51:48 +00:00
rpc Fix a bunch of spelling errors in the comment fields 1996-01-30 23:33:04 +00:00
scsi Fix broken SCSI_DELAY option.. (missing #include "opt_scsi.h") 1996-03-09 07:13:57 +00:00
sys In order to fix some concurrency problems with the swap pager early 1996-03-03 21:11:08 +00:00
tools Another mega commit to staticize things. 1995-12-14 09:55:16 +00:00
ufs Handle the bogus device that MFS uses as its VBLK device. We now don't 1996-03-02 22:18:34 +00:00
vm Delay forking a process until there are more pages available. It was 1996-03-09 06:57:53 +00:00
Makefile Removed almost all traces of libkern.a. The objects that were in 1995-12-26 13:58:31 +00:00