Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130720
b: refs/heads/master
c: 9f6514c
h: refs/heads/master
v: v3
  • Loading branch information
Gerhard Pircher authored and Bartlomiej Zolnierkiewicz committed Feb 2, 2009
1 parent 413d885 commit fa4a79c
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 51d6ac7011cc354eade4f1282857947930a905aa
refs/heads/master: 9f6514c1c5b55ab90f3ad1f3fc18b9daa5bd9c8c
5 changes: 5 additions & 0 deletions trunk/drivers/ide/via82cxxx.c
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,11 @@ static int __devinit via_init_one(struct pci_dev *dev, const struct pci_device_i
d.host_flags |= IDE_HFLAG_FORCE_LEGACY_IRQS;
#endif

#ifdef CONFIG_AMIGAONE
if (machine_is(amigaone))
d.host_flags |= IDE_HFLAG_FORCE_LEGACY_IRQS;
#endif

d.udma_mask = via_config->udma_mask;

vdev = kzalloc(sizeof(*vdev), GFP_KERNEL);
Expand Down

0 comments on commit fa4a79c

Please sign in to comment.