Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181964
b: refs/heads/master
c: cd2e18f
h: refs/heads/master
v: v3
  • Loading branch information
Dominik Brodowski committed Jan 17, 2010
1 parent 51a6ef8 commit 246bf6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 933a838aa1aae8388438bb002fbdaf6fca519a5c
refs/heads/master: cd2e18fe785082b132d960063df83a02acc9a4f2
6 changes: 2 additions & 4 deletions trunk/drivers/net/pcmcia/smc91c92_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -453,8 +453,7 @@ static int mhz_mfc_config(struct pcmcia_device *link)

link->conf.Attributes |= CONF_ENABLE_SPKR;
link->conf.Status = CCSR_AUDIO_ENA;
link->irq.Attributes =
IRQ_TYPE_DYNAMIC_SHARING;
link->irq.Attributes = IRQ_TYPE_DYNAMIC_SHARING;
link->io.IOAddrLines = 16;
link->io.Attributes2 = IO_DATA_PATH_WIDTH_8;
link->io.NumPorts2 = 8;
Expand Down Expand Up @@ -652,8 +651,7 @@ static int osi_config(struct pcmcia_device *link)

link->conf.Attributes |= CONF_ENABLE_SPKR;
link->conf.Status = CCSR_AUDIO_ENA;
link->irq.Attributes =
IRQ_TYPE_DYNAMIC_SHARING|IRQ_FIRST_SHARED;
link->irq.Attributes = IRQ_TYPE_DYNAMIC_SHARING;
link->io.NumPorts1 = 64;
link->io.Attributes2 = IO_DATA_PATH_WIDTH_8;
link->io.NumPorts2 = 8;
Expand Down

0 comments on commit 246bf6d

Please sign in to comment.