Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 319236
b: refs/heads/master
c: e18907c
h: refs/heads/master
v: v3
  • Loading branch information
Clemens Ladisch authored and Stefan Richter committed Jun 17, 2012
1 parent f8c8598 commit 24d6d9e
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: 9d23f9e946ad757344792a20ba5152f3a921688b
refs/heads/master: e18907cc8a3cd6e09510632b753b8b6fefa1752a
5 changes: 5 additions & 0 deletions trunk/drivers/firewire/ohci.c
Original file line number Diff line number Diff line change
Expand Up @@ -2279,6 +2279,11 @@ static int ohci_enable(struct fw_card *card,

ohci->bus_time_running = false;

for (i = 0; i < 32; i++)
if (ohci->ir_context_support & (1 << i))
reg_write(ohci, OHCI1394_IsoRcvContextControlClear(i),
IR_CONTEXT_MULTI_CHANNEL_MODE);

version = reg_read(ohci, OHCI1394_Version) & 0x00ff00ff;
if (version >= OHCI_VERSION_1_1) {
reg_write(ohci, OHCI1394_InitialChannelsAvailableHi,
Expand Down

0 comments on commit 24d6d9e

Please sign in to comment.