Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71741
b: refs/heads/master
c: 746f312
h: refs/heads/master
i:
  71739: 1e49328
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Oct 19, 2007
1 parent 5eb3fc4 commit 9895b98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: cf6e854efb3682322351a21e64058ffc13250914
refs/heads/master: 746f312a5606bbfc616a16f830705ec8cb54ab9a
3 changes: 2 additions & 1 deletion trunk/drivers/ide/pci/rz1000.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ static void __devinit init_hwif_rz1000 (ide_hwif_t *hwif)
printk(KERN_INFO "%s: disabled chipset read-ahead "
"(buggy RZ1000/RZ1001)\n", hwif->name);
} else {
hwif->serialized = 1;
if (hwif->mate)
hwif->mate->serialized = hwif->serialized = 1;
hwif->drives[0].no_unmask = 1;
hwif->drives[1].no_unmask = 1;
printk(KERN_INFO "%s: serialized, disabled unmasking "
Expand Down

0 comments on commit 9895b98

Please sign in to comment.