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: thorpej
Date: Fri Aug 20 20:52:31 UTC 2004
Modified Files:
src/sys/dev/ata: atavar.h
src/sys/dev/ic: wdc.c
Log Message:
- Add an atac_bustype_ata member to atac_softc to hold a pointer to
the ata_bustype for the controller. Fill it in and use it instead
of referencing wdc_ata_bustype directly.
- Add an atac_atapibus_attach member to atac_softc to hold a pointer
to the function that attaches the ATAPI bus for the controller. Fill
it in and use it instead of referencing wdc_atapibus_attach directly.
To generate a diff of this commit:
cvs rdiff -r1.61 -r1.62 src/sys/dev/ata/atavar.h
cvs rdiff -r1.207 -r1.208 src/sys/dev/ic/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