NetBSD/sys
mycroft d0742ed3c5 Several things:
1) If we get an unexpected disconnect, issue a REQUEST SENSE, as recommended
by the SCSI-2 spec.  If the target created a contingent allegiance condition,
this will clear it.  Also, if it happened while sending a SDTR or WDTR message,
disable negotiation for that target.
2) Since some lame devices still don't deal correctly, make sure we deassert
ATN if our last message out is interrupted.  If we get a MESSAGE PARITY ERROR,
we'll reassert ATN anyway.  This should ensure that we never have to send a
MESSAGE NO OPERATION.
3) Set AIC_ABORTING only when actually sending a BUS DEVICE RESET or ABORT,
so we get better error detection.
4) Other internal reorganization of no consequence.
1996-04-01 07:24:37 +00:00
..
adosfs compiler warning police 1996-02-13 17:05:47 +00:00
arch Clean up, primarily KNF. 1996-04-01 06:39:17 +00:00
compat Remove dependence on svr4_conf.h and the file itself. 1996-03-30 22:40:55 +00:00
conf XXX !! Hack to make config.old-based ports generate an audio.h file. 1996-03-19 04:40:54 +00:00
ddb Add __kprintf__ attributes to the printf functions 1996-03-31 21:43:17 +00:00
dev Several things: 1996-04-01 07:24:37 +00:00
isofs/cd9660 Correct evaluation of assoc introduced on ansification 1996-03-16 20:25:40 +00:00
kern Fix PR2277; make lkmenodev() be the same type as enodev(). 1996-03-31 21:40:27 +00:00
lib - Add missing prototypes 1996-03-14 18:52:03 +00:00
miscfs Fix printf format follies. 1996-03-16 23:52:42 +00:00
msdosfs Shut up whining compiler so this will build on a SPARC again (-Wall). 1996-03-20 00:45:40 +00:00
net Eliminate need for and remove net_conf.h 1996-03-30 21:57:30 +00:00
netccitt - Parenthesize & 1996-03-30 21:54:33 +00:00
netinet Fix db_printf formats 1996-03-30 21:53:19 +00:00
netiso Make netiso not need netccitt by providing a fake pk_flowcontrol(), as before. 1996-03-26 22:27:01 +00:00
netns Fix(?) (I have no way to test this) netns crash when receiving PRC_REDIRECT's 1996-03-27 14:44:14 +00:00
nfs Return earlier on error in nfs_statfs. Should fix problem reported by 1996-03-24 23:58:10 +00:00
scsi Remove unneeded file.. 1996-03-30 21:49:17 +00:00
stand
sys Change printf attributes to __kprintf__ attributes 1996-03-31 21:37:15 +00:00
ufs Appease gcc: unused variables if !QUOTA 1996-03-25 12:53:35 +00:00
vm Make prototyping of most functions conditional on `PMAP_EXCLUDE_DECLS'. 1996-03-31 22:15:32 +00:00
Makefile