The patch titled swarm: Actually initialize the IDE driver has been added to the -mm tree. Its filename is swarm-actually-initialize-the-ide-driver.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: swarm: Actually initialize the IDE driver From: "Maciej W. Rozycki" <macro@xxxxxxxxxxxxxx> This is required for the SWARM GenBus IDE interface to be recognized. Signed-off-by: Maciej W. Rozycki <macro@xxxxxxxxxxxxxx> Cc: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Cc: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/ide/mips/swarm.c | 2 ++ 1 files changed, 2 insertions(+) diff -puN drivers/ide/mips/swarm.c~swarm-actually-initialize-the-ide-driver drivers/ide/mips/swarm.c --- a/drivers/ide/mips/swarm.c~swarm-actually-initialize-the-ide-driver +++ a/drivers/ide/mips/swarm.c @@ -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; _ Patches currently in -mm which might be from macro@xxxxxxxxxxxxxx are 32-bit-compatibility-hdio-ioctls.patch swarm-actually-initialize-the-ide-driver.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html