Source-Changes archive

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

CVS commit: [jdolecek-ncq] src/sys/dev



Module Name:    src
Committed By:   jdolecek
Date:           Wed Jun 21 19:21:25 UTC 2017

Modified Files:
        src/sys/dev/ata [jdolecek-ncq]: atavar.h
        src/sys/dev/ic [jdolecek-ncq]: wdc.c
        src/sys/dev/isa [jdolecek-ncq]: wdc_isa.c
        src/sys/dev/pcmcia [jdolecek-ncq]: wdc_pcmcia.c

Log Message:
actually remove the KASSERT() for queue_active in wdc.c as it's superfluous,
and make struct ata_queue completly opaque to attachment code; fix two other
places which were not converted to ata_queue_alloc() which were surfaced
by this change


To generate a diff of this commit:
cvs rdiff -u -r1.92.8.11 -r1.92.8.12 src/sys/dev/ata/atavar.h
cvs rdiff -u -r1.283.2.7 -r1.283.2.8 src/sys/dev/ic/wdc.c
cvs rdiff -u -r1.59 -r1.59.28.1 src/sys/dev/isa/wdc_isa.c
cvs rdiff -u -r1.124 -r1.124.18.1 src/sys/dev/pcmcia/wdc_pcmcia.c

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