ata_identity Struct Reference

Structure returned by ATA IDENTIFY command. More...

#include <ata.h>


Data Fields

uint16_t ignore_a [60]
uint32_t lba_sectors
uint16_t ignore_b [21]
uint16_t supports_lba48
uint16_t ignore_c [16]
uint64_t lba48_sectors
uint16_t ignore_d [152]


Detailed Description

Structure returned by ATA IDENTIFY command.

This is a huge structure with many fields that we don't care about, so we implement only a few fields.

Definition at line 167 of file ata.h.


Field Documentation

Definition at line 168 of file ata.h.

Definition at line 169 of file ata.h.

Referenced by ata_identify().

Definition at line 170 of file ata.h.

Definition at line 171 of file ata.h.

Referenced by ata_identify().

Definition at line 172 of file ata.h.

Definition at line 173 of file ata.h.

Referenced by ata_identify().

Definition at line 174 of file ata.h.


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

Generated on Tue Apr 6 20:02:02 2010 for gPXE by  doxygen 1.5.7.1