Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97904
b: refs/heads/master
c: 8a7dbb9
h: refs/heads/master
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Jun 10, 2008
1 parent 59468b3 commit e52e9a0
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d427e836d1d9b58e8f1e648c09b5fbe36e01013b
refs/heads/master: 8a7dbb9761d59996e4a037c969eabd8e93f3be1c
3 changes: 2 additions & 1 deletion trunk/drivers/ide/pci/delkin_cb.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ delkin_cb_probe (struct pci_dev *dev, const struct pci_device_id *id)
memset(&hw, 0, sizeof(hw));
ide_std_init_ports(&hw, base + 0x10, base + 0x1e);
hw.irq = dev->irq;
hw.dev = &dev->dev;
hw.chipset = ide_pci; /* this enables IRQ sharing */

hwif = ide_find_port();
Expand All @@ -99,7 +100,7 @@ delkin_cb_probe (struct pci_dev *dev, const struct pci_device_id *id)
goto out_disable;

pci_set_drvdata(dev, hwif);
hwif->dev = &dev->dev;

drive = &hwif->drives[0];
if (drive->present) {
drive->io_32bit = 1;
Expand Down

0 comments on commit e52e9a0

Please sign in to comment.