|
Mac Dev Center
Mac OS X Reference Library Drivers, Kernel, & Hardware: Kernel Device Drivers Kernel Framework Reference
|
IOPCIATA |
| Inherits from: | |
| Declared In: |
The base class for PCI-IDE ata controller family.
class defining the common elements of bus-mastering PCI ATA controllers which meet or at least loosely follow the pci bus mastering pci-ide controller spec. Header doc is incomplete, but source is heavily commented.
ExpansionData |
protected
typedef struct ExpansionData { IOBufferMemoryDescriptor *_prdBuffer; } ExpansionData;
This structure will be used to expand the capablilties of the IOPCIATA class in the future.
reserved |
protected
ExpansionData *reserved;
Reserved for future use. (Internal use only)
Last Updated: 2009-10-14