Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 94981
b: refs/heads/master
c: f7e9893
h: refs/heads/master
i:
  94979: 96b938a
v: v3
  • Loading branch information
Jeff Garzik authored and Jeff Garzik committed Apr 29, 2008
1 parent 63d7fe9 commit 2d8aff7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 22b5e7a74280deae560c20ee1a9b502b35181327
refs/heads/master: f7e989301b6c232dec5489e94ee7741c85cb11ba
12 changes: 6 additions & 6 deletions trunk/include/linux/libata.h
Original file line number Diff line number Diff line change
Expand Up @@ -548,11 +548,6 @@ struct ata_device {
u64 n_sectors; /* size of device, if ATA */
unsigned int class; /* ATA_DEV_xxx */

union {
u16 id[ATA_ID_WORDS]; /* IDENTIFY xxx DEVICE data */
u32 gscr[SATA_PMP_GSCR_DWORDS]; /* PMP GSCR block */
};

u8 pio_mode;
u8 dma_mode;
u8 xfer_mode;
Expand All @@ -574,8 +569,13 @@ struct ata_device {
u16 sectors; /* Number of sectors per track */

/* error history */
struct ata_ering ering;
int spdn_cnt;
struct ata_ering ering;

union {
u16 id[ATA_ID_WORDS]; /* IDENTIFY xxx DEVICE data */
u32 gscr[SATA_PMP_GSCR_DWORDS]; /* PMP GSCR block */
};
};

/* Offset into struct ata_device. Fields above it are maintained
Expand Down

0 comments on commit 2d8aff7

Please sign in to comment.