Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/dev
Module Name: syssrc
Committed By: bouyer
Date: Sun Dec 2 22:44:34 UTC 2001
Modified Files:
syssrc/sys/dev/ata: atavar.h wd.c wdvar.h
syssrc/sys/dev/ic: wdc.c
syssrc/sys/dev/scsipi: atapi_wdc.c atapiconf.c atapiconf.h scsiconf.c
scsipiconf.h
syssrc/sys/dev/usb: umassbus.c umassbus.h
Log Message:
Clean up attach of wd/atapibus:
kill ata_atapi_attach. Change atapibus to use a struct scsipi_channel instead
of ata_atapi_attach as attach arch. Create a ata_device, compatible with
scsipi_channel, to attach wd.
To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 syssrc/sys/dev/ata/atavar.h
cvs rdiff -r1.215 -r1.216 syssrc/sys/dev/ata/wd.c
cvs rdiff -r1.7 -r1.8 syssrc/sys/dev/ata/wdvar.h
cvs rdiff -r1.101 -r1.102 syssrc/sys/dev/ic/wdc.c
cvs rdiff -r1.45 -r1.46 syssrc/sys/dev/scsipi/atapi_wdc.c
cvs rdiff -r1.43 -r1.44 syssrc/sys/dev/scsipi/atapiconf.c
cvs rdiff -r1.12 -r1.13 syssrc/sys/dev/scsipi/atapiconf.h
cvs rdiff -r1.171 -r1.172 syssrc/sys/dev/scsipi/scsiconf.c
cvs rdiff -r1.64 -r1.65 syssrc/sys/dev/scsipi/scsipiconf.h
cvs rdiff -r1.14 -r1.15 syssrc/sys/dev/usb/umassbus.c
cvs rdiff -r1.3 -r1.4 syssrc/sys/dev/usb/umassbus.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