Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102071
b: refs/heads/master
c: f0ffc98
h: refs/heads/master
i:
  102069: be90dd9
  102067: e1956a3
  102063: bb2ecb4
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Jul 16, 2008
1 parent a34467c commit 81c36d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: e4e8d02f56f5c0cefc6713384629e068193d706a
refs/heads/master: f0ffc9872e972e9d9fe8f7ae577ff046dbdba51b
7 changes: 1 addition & 6 deletions trunk/drivers/ide/ide-timing.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@
#include <linux/kernel.h>
#include <linux/hdreg.h>

#define XFER_PIO_5 0x0d
#define XFER_UDMA_SLOW 0x4f

struct ide_timing {
short mode;
short setup; /* t1 */
Expand Down Expand Up @@ -61,12 +58,10 @@ static struct ide_timing ide_timing[] = {
{ XFER_UDMA_1, 0, 0, 0, 0, 0, 0, 0, 80 },
{ XFER_UDMA_0, 0, 0, 0, 0, 0, 0, 0, 120 },

{ XFER_UDMA_SLOW, 0, 0, 0, 0, 0, 0, 0, 150 },

{ XFER_MW_DMA_2, 25, 0, 0, 0, 70, 25, 120, 0 },
{ XFER_MW_DMA_1, 45, 0, 0, 0, 80, 50, 150, 0 },
{ XFER_MW_DMA_0, 60, 0, 0, 0, 215, 215, 480, 0 },

{ XFER_SW_DMA_2, 60, 0, 0, 0, 120, 120, 240, 0 },
{ XFER_SW_DMA_1, 90, 0, 0, 0, 240, 240, 480, 0 },
{ XFER_SW_DMA_0, 120, 0, 0, 0, 480, 480, 960, 0 },
Expand Down

0 comments on commit 81c36d7

Please sign in to comment.