Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] swarm: Actually initialize the IDE driver

This is required for the SWARM GenBus IDE interface to be recognized.

Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Maciej W. Rozycki and committed by
Linus Torvalds
45e02b5b 3260259f

+2
+2
drivers/ide/mips/swarm.c
··· 4 4 * Author: Manish Lachwani, mlachwani@mvista.com 5 5 * Copyright (C) 2004 MIPS Technologies, Inc. All rights reserved. 6 6 * Author: Maciej W. Rozycki <macro@mips.com> 7 + * Copyright (c) 2006 Maciej W. Rozycki 7 8 * 8 9 * This program is free software; you can redistribute it and/or 9 10 * modify it under the terms of the GNU General Public License ··· 128 127 memcpy(hwif->io_ports, hwif->hw.io_ports, sizeof(hwif->io_ports)); 129 128 hwif->irq = hwif->hw.irq; 130 129 130 + probe_hwif_init(hwif); 131 131 dev_set_drvdata(dev, hwif); 132 132 133 133 return 0;