Hello, Sending again to make a formal update. Maciej Signed-off-by: Maciej W. Rozycki <macro@xxxxxxxxxxxxxx> ---------- Forwarded message ---------- Message-ID: <Pine.LNX.4.64N.0609291849570.1573@xxxxxxxxxxxxxxxxxx> Date: Fri, 29 Sep 2006 18:56:07 +0100 (BST) From: Maciej W. Rozycki <macro@xxxxxxxxxxxxxx> To: B.Zolnierkiewicz@xxxxxxxxxxxxxx Cc: linux-ide@xxxxxxxxxxxxxxx Subject: [patch] 2.6.18: Initialize the SWARM IDE driver Hello, The following patch is required for the SWARM GenBus IDE interface to be recognized. Please apply. Maciej patch-mips-2.6.18-20060920-swarm-ide-0 diff -up --recursive --new-file linux-mips-2.6.18-20060920.macro/drivers/ide/mips/swarm.c linux-mips-2.6.18-20060920/drivers/ide/mips/swarm.c --- linux-mips-2.6.18-20060920.macro/drivers/ide/mips/swarm.c 2005-11-18 05:58:14.000000000 +0000 +++ linux-mips-2.6.18-20060920/drivers/ide/mips/swarm.c 2006-09-28 23:35:42.000000000 +0000 @@ -4,6 +4,7 @@ * Author: Manish Lachwani, mlachwani@xxxxxxxxxx * Copyright (C) 2004 MIPS Technologies, Inc. All rights reserved. * Author: Maciej W. Rozycki <macro@xxxxxxxx> + * Copyright (c) 2006 Maciej W. Rozycki * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -127,6 +128,7 @@ static int __devinit swarm_ide_probe(str memcpy(hwif->io_ports, hwif->hw.io_ports, sizeof(hwif->io_ports)); hwif->irq = hwif->hw.irq; + probe_hwif_init(hwif); dev_set_drvdata(dev, hwif); return 0; - To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html