Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212267
b: refs/heads/master
c: a5360df
h: refs/heads/master
i:
  212265: f8a2cfb
  212263: b492674
v: v3
  • Loading branch information
Wolfram Sang authored and Dominik Brodowski committed Oct 15, 2010
1 parent cda762a commit 6ffea35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 3c7d2b765df974ae29a9f1d5a62e15b243a36763
refs/heads/master: a5360df9413987ed56ce8cffad678e557eff92e1
4 changes: 2 additions & 2 deletions trunk/drivers/pcmcia/o2micro.h
Original file line number Diff line number Diff line change
Expand Up @@ -153,14 +153,14 @@ static int o2micro_override(struct yenta_socket *socket)

if (use_speedup) {
dev_info(&socket->dev->dev,
"O2: enabling read prefetch/write burst\n");
"O2: enabling read prefetch/write burst. If you experience problems or performance issues, use the yenta_socket parameter 'o2_speedup=off'\n");
config_writeb(socket, O2_RESERVED1,
a | O2_RES_READ_PREFETCH | O2_RES_WRITE_BURST);
config_writeb(socket, O2_RESERVED2,
b | O2_RES_READ_PREFETCH | O2_RES_WRITE_BURST);
} else {
dev_info(&socket->dev->dev,
"O2: disabling read prefetch/write burst\n");
"O2: disabling read prefetch/write burst. If you experience problems or performance issues, use the yenta_socket parameter 'o2_speedup=on'\n");
config_writeb(socket, O2_RESERVED1,
a & ~(O2_RES_READ_PREFETCH | O2_RES_WRITE_BURST));
config_writeb(socket, O2_RESERVED2,
Expand Down

0 comments on commit 6ffea35

Please sign in to comment.