Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   thorpej
Date:           Tue Dec  7 14:50:57 UTC 2004

Modified Files:
        src/sys/arch/arc/dti: btl.c btlreg.h
        src/sys/dev/eisa: ahb.c ahbreg.h
        src/sys/dev/ic: aha.c ahareg.h bha.c uha.c uhareg.h
        src/sys/dev/isa: wds.c wdsreg.h

Log Message:
Don't use "struct scsi_generic" in a hardware-defined structure.  Instead,
use an array of 12 bytes.  Check the incoming CDB to see that it will fit,
and print and error and fail the command if it won't.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/sys/arch/arc/dti/btl.c
cvs rdiff -r1.4 -r1.5 src/sys/arch/arc/dti/btlreg.h
cvs rdiff -r1.40 -r1.41 src/sys/dev/eisa/ahb.c
cvs rdiff -r1.11 -r1.12 src/sys/dev/eisa/ahbreg.h
cvs rdiff -r1.44 -r1.45 src/sys/dev/ic/aha.c
cvs rdiff -r1.9 -r1.10 src/sys/dev/ic/ahareg.h src/sys/dev/ic/uhareg.h
cvs rdiff -r1.59 -r1.60 src/sys/dev/ic/bha.c
cvs rdiff -r1.32 -r1.33 src/sys/dev/ic/uha.c
cvs rdiff -r1.58 -r1.59 src/sys/dev/isa/wds.c
cvs rdiff -r1.5 -r1.6 src/sys/dev/isa/wdsreg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index