Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38041
b: refs/heads/master
c: 53a04c6
h: refs/heads/master
i:
  38039: 3b558fd
v: v3
  • Loading branch information
David Brownell authored and Linus Torvalds committed Oct 3, 2006
1 parent 3befd56 commit 3652f27
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 652aa16291095911640137155063a5c6ea9bad74
refs/heads/master: 53a04c6fb2e886efbc28b564d413bb5e70d79784
2 changes: 1 addition & 1 deletion trunk/drivers/ide/legacy/ide-cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ static int ide_probe(struct pcmcia_device *link)
link->io.Attributes1 = IO_DATA_PATH_WIDTH_AUTO;
link->io.Attributes2 = IO_DATA_PATH_WIDTH_8;
link->io.IOAddrLines = 3;
link->irq.Attributes = IRQ_TYPE_EXCLUSIVE;
link->irq.Attributes = IRQ_TYPE_DYNAMIC_SHARING;
link->irq.IRQInfo1 = IRQ_LEVEL_ID;
link->conf.Attributes = CONF_ENABLE_IRQ;
link->conf.IntType = INT_MEMORY_AND_IO;
Expand Down

0 comments on commit 3652f27

Please sign in to comment.