Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117935
b: refs/heads/master
c: 054e5f6
h: refs/heads/master
i:
  117933: 908e205
  117931: c5cd851
  117927: 42e845d
  117919: 7d7f68e
v: v3
  • Loading branch information
Ondrej Zary authored and Jeff Garzik committed Oct 28, 2008
1 parent e2d7432 commit 986b456
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 90484ebfc96c5dc5c498ed72cf2d370575db9b76
refs/heads/master: 054e5f616b5becdc096b793407dc33fe379749ac
3 changes: 1 addition & 2 deletions trunk/drivers/ata/pata_it821x.c
Original file line number Diff line number Diff line change
Expand Up @@ -557,9 +557,8 @@ static unsigned int it821x_read_id(struct ata_device *adev,
if (strstr(model_num, "Integrated Technology Express")) {
/* Set feature bits the firmware neglects */
id[49] |= 0x0300; /* LBA, DMA */
id[82] |= 0x0400; /* LBA48 */
id[83] &= 0x7FFF;
id[83] |= 0x4000; /* Word 83 is valid */
id[83] |= 0x4400; /* Word 83 is valid and LBA48 */
id[86] |= 0x0400; /* LBA48 on */
id[ATA_ID_MAJOR_VER] |= 0x1F;
}
Expand Down

0 comments on commit 986b456

Please sign in to comment.