diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-06-10 12:34:29 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-06-10 12:34:29 -0700 |
commit | 28ffb5d3e0b563be5a9639c3a2b42f1a9430454f (patch) | |
tree | 1a62828e6ebab52541d57b849866c332393d854a /drivers/ide/ide-pnp.c | |
parent | 19f2b8dfea10e4d5cd34feb08cbab738504c25cf (diff) | |
parent | efc0fc1c2f37c8c0e43c7616394a979a042b9331 (diff) | |
download | op-kernel-dev-28ffb5d3e0b563be5a9639c3a2b42f1a9430454f.zip op-kernel-dev-28ffb5d3e0b563be5a9639c3a2b42f1a9430454f.tar.gz |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6:
fix BLK_DEV_HD_ONLY on ARM dependencies
ide: export ide_doubler
palm_bk3710: add warm-plug support
delkin_cb: add missing __init/__exit tags
delkin_cb: add warm-plug support
delkin_cb: use struct ide_port_info
delkin_cb: set proper hwif->gendev.parent value
ide: fix host drivers missing hwif->chipset initialization
ide-generic: add missing hwif->chipset setup
sis5513: add missing pci_enable_device() call
MAINTAINERS: remove SIS 5513 IDE entry
ide: remove the ide_etrax100 chipset type
Diffstat (limited to 'drivers/ide/ide-pnp.c')
-rw-r--r-- | drivers/ide/ide-pnp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ide/ide-pnp.c b/drivers/ide/ide-pnp.c index 6a8953f..adbd017 100644 --- a/drivers/ide/ide-pnp.c +++ b/drivers/ide/ide-pnp.c @@ -55,6 +55,7 @@ static int idepnp_probe(struct pnp_dev *dev, const struct pnp_device_id *dev_id) memset(&hw, 0, sizeof(hw)); ide_std_init_ports(&hw, base, ctl); hw.irq = pnp_irq(dev, 0); + hw.chipset = ide_generic; hwif = ide_find_port(); if (hwif) { |