X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fata.h;h=32ad5f6427174b250b4c481e0bf993f9ea51d0c4;hb=bbcacdf4cd23f2e5deb9ef916096c956c955243d;hp=3d870c973f2c0bf53fc2615cfeaa39a7076e20b2;hpb=94c03c7c772bf7818ea84a092a90beaba1782046;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/ata.h b/include/ata.h index 3d870c9..32ad5f6 100644 --- a/include/ata.h +++ b/include/ata.h @@ -134,7 +134,7 @@ typedef struct hd_driveid { unsigned short cur_capacity1; /* (2 words, misaligned int) */ unsigned char multsect; /* current multiple sector count */ unsigned char multsect_valid; /* when (bit0==1) multsect is ok */ - unsigned int lba_capacity; /* total number of sectors */ + unsigned short lba_capacity[2];/* two words containing total number of sectors */ unsigned short dma_1word; /* single-word dma info */ unsigned short dma_mword; /* multiple-word dma info */ unsigned short eide_pio_modes; /* bits 0:mode3 1:mode4 */