Source-Changes archive

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

CVS commit: src/sys/dev/scsipi



Module Name:    src
Committed By:   mycroft
Date:           Fri Sep 17 23:30:22 UTC 2004

Modified Files:
        src/sys/dev/scsipi: atapi_base.c atapiconf.h scsi_base.c scsiconf.h
            scsipi_base.c scsipiconf.c scsipiconf.h

Log Message:
Change the way bustype_cmd is used.  Rather than having it be responsible for
calling scsipi_make_xs() and scsipi_execute_xs(), instead push these into
scsipi_command.  Make bustype_cmd and PHOLD/PRELE be called from
scsipi_execute_xs().  This allows us to create a xfer structure -- possibly on
the stack -- and call scsipi_execute_xs() directly.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 src/sys/dev/scsipi/atapi_base.c
cvs rdiff -r1.18 -r1.19 src/sys/dev/scsipi/atapiconf.h
cvs rdiff -r1.81 -r1.82 src/sys/dev/scsipi/scsi_base.c
cvs rdiff -r1.52 -r1.53 src/sys/dev/scsipi/scsiconf.h
cvs rdiff -r1.113 -r1.114 src/sys/dev/scsipi/scsipi_base.c
cvs rdiff -r1.24 -r1.25 src/sys/dev/scsipi/scsipiconf.c
cvs rdiff -r1.88 -r1.89 src/sys/dev/scsipi/scsipiconf.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