freebsd_amp_hwpstate/sys
Justin T. Gibbs a515c85818 Fix the abort code in the BUS DEVICE RESET case. Needed to set cmdlen to 0.
Ensure that queued commands are not touched by the abort code by setting
the SCB status to indicate what queue it is in.

Fix deadlocks when using SCB paging by using SCBs from the assigned_scbs
queue or an SCB that completed during the same interrupt if needed.

Don't ever use insl to pull SCBs from any of the controllers.  You can
only do 8bit PIO reads.  This only affected SCB paging.

With this checkin, SCB paging works quite a bit better, but I still have
some problems with it that may be caused by a firmware problem in my
PD1800s.  It seems that using a tag number higher than the maximum number
of tags allowed by the device, confuses it.  For example, if I queue
two commands, tagged 3 and 36, it never reconnects for tag 36.
1996-04-28 19:21:20 +00:00
..
alpha
amd64 Fix some bugs I introduced and some old ones as well. 1996-04-28 07:14:05 +00:00
compat/linux
compile
conf Make `install' depend on `kernel'. Some idiot tried to install a 1996-04-27 07:30:49 +00:00
ddb
dev Removed options MAXCONS & HARDFONT, they are no longer in use 1996-04-26 06:45:41 +00:00
fs
geom Add missing "int" to static var. 1996-04-24 09:42:22 +00:00
gnu
i386 Fix the abort code in the BUS DEVICE RESET case. Needed to set cmdlen to 0. 1996-04-28 19:21:20 +00:00
isa Removed options MAXCONS & HARDFONT, they are no longer in use 1996-04-26 06:45:41 +00:00
isofs/cd9660
kern Yet more b_flags fixes. The previous ones broke the clearing of B_DONE 1996-04-19 19:34:19 +00:00
libkern Don't include <sys/types.h> when it isn't used. 1996-04-19 18:40:25 +00:00
miscfs
modules
msdosfs
net Regardless of whether or not the check for IPv4 is useful, we certainly 1996-04-25 02:34:37 +00:00
netinet inet_ntoa buffer was evaluated twice in log_in_vain, fix it. 1996-04-27 18:19:12 +00:00
netipx
netns
nfs
nfsclient
nfsserver
pc98/pc98
pccard Adds the APM hooks into the generic pccard kernel files. With this code 1996-04-23 16:03:08 +00:00
pci Fix logic bug in pci bridge code. For a PCI-PCI bridge, secondary 1996-04-25 06:04:27 +00:00
powerpc/include
rpc
scsi Don't depend on <sys/types.h> including <sys/cdefs.h>. 1996-04-19 17:39:57 +00:00
sys Don't depend on <sys/types.h> including <sys/cdefs.h>. 1996-04-19 17:39:57 +00:00
tools
ufs Yet more b_flags fixes. The previous ones broke the clearing of B_DONE 1996-04-19 19:34:19 +00:00
vm This fixes kmem_malloc/kmem_free (and malloc/free of objects of > 8K). 1996-04-24 04:16:45 +00:00
Makefile