freebsd-skq/sys
Justin T. Gibbs 0378c40c5c Fix a few problems with handling rejected transfer negotiation messages.
Use the host message loop for any unknown message types instead of performing
a reject message in the sequencer.  Pass reject messages to the host
message loop too which frees up a sequencer interrupt type slot.

Default to issuing a bus reset if initiator mode is enabled.  It seems
that the reset scsi bus bit is not defined in the same location for
all aic78xx BIOSes, so attempting to honor this setting will have to
wait until I get more information on how to detect it.

Nuke some unused variables.
1998-12-17 00:06:52 +00:00
..
alpha Removed the cast to a pointer in the definition of PS_STRINGS and 1998-12-16 16:28:58 +00:00
amd64 Removed the cast to a pointer in the definition of PS_STRINGS and 1998-12-16 16:28:58 +00:00
boot Removed dynamic loading of FileHandle 1998-12-16 09:09:09 +00:00
cam Correctly track allocated accept target I/O ccbs so that they can be 1998-12-17 00:03:14 +00:00
coda Examine all occurrences of sprintf(), strcat(), and str[n]cpy() 1998-12-04 22:54:57 +00:00
compat Removed the cast to a pointer in the definition of PS_STRINGS and 1998-12-16 16:28:58 +00:00
compile
conf Sync with current sc driver in sys/i386/isa. 1998-12-16 14:57:38 +00:00
contrib/softupdates Remove some compiler warnings. 1998-12-10 20:11:47 +00:00
ddb Examine all occurrences of sprintf(), strcat(), and str[n]cpy() 1998-12-04 22:54:57 +00:00
dev Fix a few problems with handling rejected transfer negotiation messages. 1998-12-17 00:06:52 +00:00
fs Fix possible NULL-pointer deref in error case (same as DEVFS). 1998-12-16 00:10:51 +00:00
geom Update system to new device statistics code. 1998-09-15 08:15:30 +00:00
gnu PR: kern/8819 1998-12-13 06:50:17 +00:00
i386 Straigthen out the use of the tls and tlf callbacks. 1998-12-16 18:42:38 +00:00
isa Fixed LINT breakage in previous commit. Option FDC_YE enabled a 1998-12-14 16:29:58 +00:00
isofs/cd9660 MFC: loosen compare even though bde doesn't like it. 1998-12-06 11:36:24 +00:00
kern Removed the cast to a pointer in the definition of PS_STRINGS and 1998-12-16 16:28:58 +00:00
libkern - Fix modulo bug. 1998-12-01 05:29:06 +00:00
miscfs Fix possible NULL-pointer deref in error case (same as DEVFS). 1998-12-16 00:10:51 +00:00
modules Install scripts without .sh suffix. 1998-11-12 00:37:39 +00:00
msdosfs The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static 1998-12-07 21:58:50 +00:00
net Straigthen out the use of the tls and tlf callbacks. 1998-12-16 18:42:38 +00:00
netatalk The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static 1998-12-07 21:58:50 +00:00
netatm Set and propagate the correct cause code values. 1998-12-11 21:47:47 +00:00
netinet Add missing "break"s to allow multicast routing to work. 1998-12-16 18:07:11 +00:00
netipx Back out last change; there was 'fixup' code for the case later. 1998-12-09 13:48:08 +00:00
netkey The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static 1998-12-07 21:58:50 +00:00
netnatm Examine all occurrences of sprintf(), strcat(), and str[n]cpy() 1998-12-04 22:54:57 +00:00
netns Make INET a proper option. 1998-01-08 23:42:31 +00:00
nfs Added 3 new errno values, requred by various standards: EOVERFLOW, 1998-12-14 18:54:04 +00:00
nfsclient Added 3 new errno values, requred by various standards: EOVERFLOW, 1998-12-14 18:54:04 +00:00
nfsserver Added 3 new errno values, requred by various standards: EOVERFLOW, 1998-12-14 18:54:04 +00:00
pc98 Removed the cast to a pointer in the definition of PS_STRINGS and 1998-12-16 16:28:58 +00:00
pccard probe function changed from returning char * to const char *. 1998-12-14 06:37:37 +00:00
pci vxalloc() can return NULL. Deal with it. 1998-12-16 00:38:57 +00:00
posix4 Set PAGE_SIZE for _SC_PAGESIZE sysconf(). 1998-06-01 21:54:43 +00:00
powerpc Removed bogus casts of USRSTACK and/or the other operand in binary 1998-12-16 15:21:51 +00:00
rpc
sys Removed the cast to a pointer in the definition of PS_STRINGS and 1998-12-16 16:28:58 +00:00
tools Make the vnode opv vector construction fully dynamic. Previously we 1998-11-10 09:04:09 +00:00
ufs Add comments to code that I was trying to understand. 1998-12-15 03:29:52 +00:00
vm Don't disable mmap with large file offset. 1998-12-09 20:22:21 +00:00
Makefile Build KLD modules, these work for both a.out and elf. 1998-11-03 06:50:58 +00:00