Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178702
b: refs/heads/master
c: 090699c
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Richter committed Dec 29, 2009
1 parent 184aec3 commit 7e3c104
Show file tree
Hide file tree
Showing 2 changed files with 4 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: cf0e575dcc4cab9fd955e9bec49df7e8ee30a7cf
refs/heads/master: 090699c0530ae5380a9b8511d76f656cc437bb6e
4 changes: 3 additions & 1 deletion trunk/drivers/firewire/ohci.c
Original file line number Diff line number Diff line change
Expand Up @@ -2226,7 +2226,6 @@ static int ohci_queue_iso_receive_dualbuffer(struct fw_iso_context *base,
if (rest == 0)
return -EINVAL;

/* FIXME: make packet-per-buffer/dual-buffer a context option */
while (rest > 0) {
d = context_get_descriptors(&ctx->context,
z + header_z, &d_bus);
Expand Down Expand Up @@ -2470,7 +2469,10 @@ static int __devinit pci_probe(struct pci_dev *dev,
}

version = reg_read(ohci, OHCI1394_Version) & 0x00ff00ff;
#if 0
/* FIXME: make it a context option or remove dual-buffer mode */
ohci->use_dualbuffer = version >= OHCI_VERSION_1_1;
#endif

/* dual-buffer mode is broken if more than one IR context is active */
if (dev->vendor == PCI_VENDOR_ID_AGERE &&
Expand Down

0 comments on commit 7e3c104

Please sign in to comment.