FreeNOS
Data Fields
ATADrive Struct Reference

Represents a Drive on the ATA bus. More...

#include <ATAController.h>

Data Fields

IdentifyData identity
 Bytes returned from IDENTIFY. More...
 
Size sectors
 Number of sectors. More...
 

Detailed Description

Represents a Drive on the ATA bus.

Definition at line 249 of file ATAController.h.

Field Documentation

◆ identity

IdentifyData ATADrive::identity

Bytes returned from IDENTIFY.

Definition at line 252 of file ATAController.h.

Referenced by ATAController::initialize(), and ATAController::read().

◆ sectors

Size ATADrive::sectors

Number of sectors.

Definition at line 255 of file ATAController.h.


The documentation for this struct was generated from the following file: