Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev
Module Name: src
Committed By: mycroft
Date: Wed Aug 11 18:41:46 UTC 2004
Modified Files:
src/sys/dev/ata: ata_wdc.c
src/sys/dev/ic: wdc.c wdcvar.h
src/sys/dev/pcmcia: wdc_pcmcia.c
src/sys/dev/scsipi: atapi_wdc.c
Log Message:
Make datain_pio and dataout_pio function pointers in wdc_softc, which can
be overridden by the backend if desired. Add experimental code to wdc_pcmcia
to use this in memory-mapped mode, disabled by default.
To generate a diff of this commit:
cvs rdiff -r1.62 -r1.63 src/sys/dev/ata/ata_wdc.c
cvs rdiff -r1.190 -r1.191 src/sys/dev/ic/wdc.c
cvs rdiff -r1.63 -r1.64 src/sys/dev/ic/wdcvar.h
cvs rdiff -r1.85 -r1.86 src/sys/dev/pcmcia/wdc_pcmcia.c
cvs rdiff -r1.76 -r1.77 src/sys/dev/scsipi/atapi_wdc.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