Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30276
b: refs/heads/master
c: fb4ece2
h: refs/heads/master
v: v3
  • Loading branch information
Tobias Oed authored and Linus Torvalds committed Jun 26, 2006
1 parent 0edadf1 commit 209eb85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 3d1c1cc962cebaae6a70fd89a0adb29ad10a2a12
refs/heads/master: fb4ece268bfebaa9f8084b3aa854b56867935724
4 changes: 0 additions & 4 deletions trunk/drivers/ide/pci/pdc202xx_old.c
Original file line number Diff line number Diff line change
Expand Up @@ -491,12 +491,8 @@ static int pdc202xx_ide_dma_timeout(ide_drive_t *drive)

static void pdc202xx_reset_host (ide_hwif_t *hwif)
{
#ifdef CONFIG_BLK_DEV_IDEDMA
// unsigned long high_16 = hwif->dma_base - (8*(hwif->channel));
unsigned long high_16 = hwif->dma_master;
#else /* !CONFIG_BLK_DEV_IDEDMA */
unsigned long high_16 = pci_resource_start(hwif->pci_dev, 4);
#endif /* CONFIG_BLK_DEV_IDEDMA */
u8 udma_speed_flag = hwif->INB(high_16|0x001f);

hwif->OUTB((udma_speed_flag | 0x10), (high_16|0x001f));
Expand Down

0 comments on commit 209eb85

Please sign in to comment.