Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29295
b: refs/heads/master
c: 38d8723
h: refs/heads/master
i:
  29293: b137a44
  29291: 87ee1ae
  29287: 939d093
  29279: b8b5e90
v: v3
  • Loading branch information
Tejun Heo committed May 15, 2006
1 parent df1a0a8 commit 6c06e0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a0ab51cefc95cb7756c4914603fea2b1a0f813c5
refs/heads/master: 38d87234d6c47ca487fc6344100323d5adc6f32c
1 change: 1 addition & 0 deletions trunk/drivers/scsi/libata-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -4749,6 +4749,7 @@ static void ata_host_init(struct ata_port *ap, struct Scsi_Host *host,

for (i = 0; i < ATA_MAX_DEVICES; i++) {
struct ata_device *dev = &ap->device[i];
dev->ap = ap;
dev->devno = i;
dev->pio_mask = UINT_MAX;
dev->mwdma_mask = UINT_MAX;
Expand Down
1 change: 1 addition & 0 deletions trunk/include/linux/libata.h
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ struct ata_host_stats {
};

struct ata_device {
struct ata_port *ap;
u64 n_sectors; /* size of device, if ATA */
unsigned long flags; /* ATA_DFLAG_xxx */
unsigned int class; /* ATA_DEV_xxx */
Expand Down

0 comments on commit 6c06e0f

Please sign in to comment.