Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26012
b: refs/heads/master
c: 0d8a95e
h: refs/heads/master
v: v3
  • Loading branch information
KAI.HSU authored and Linus Torvalds committed Apr 19, 2006
1 parent 20199f8 commit cbf6566
Show file tree
Hide file tree
Showing 2 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: d3a7b202995421631f486313aacf9ab2ad48b2c8
refs/heads/master: 0d8a95efd878920e7f791d5bcfb9b70f107aadda
2 changes: 2 additions & 0 deletions trunk/drivers/ide/pci/alim15x3.c
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,8 @@ static unsigned int __devinit ata66_ali15x3 (ide_hwif_t *hwif)

if(m5229_revision <= 0x20)
tmpbyte = (tmpbyte & (~0x02)) | 0x01;
else if (m5229_revision == 0xc7)
tmpbyte |= 0x03;
else
tmpbyte |= 0x01;

Expand Down

0 comments on commit cbf6566

Please sign in to comment.