Source-Changes archive

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

CVS commit: syssrc/sys/dev/scsipi



Module Name:    syssrc
Committed By:   bouyer
Date:           Mon Apr  1 20:37:43 UTC 2002

Modified Files:
        syssrc/sys/dev/scsipi: atapiconf.c scsiconf.c scsipi_base.c
            scsipiconf.h

Log Message:
Add a chan_name to struct scsipi_channel, holding the channel's name.
Set this to dv_xname for scsibus and atapibus.
Set the name of the kernel thread to chan_name instead of controller's
name:channel number (so that we can use this name for controller-specific
threads).


To generate a diff of this commit:
cvs rdiff -r1.47 -r1.48 syssrc/sys/dev/scsipi/atapiconf.c
cvs rdiff -r1.178 -r1.179 syssrc/sys/dev/scsipi/scsiconf.c
cvs rdiff -r1.70 -r1.71 syssrc/sys/dev/scsipi/scsipi_base.c
cvs rdiff -r1.65 -r1.66 syssrc/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