The patch titled powerpc: Fix ide-pmac sysfs entry has been removed from the -mm tree. Its filename is powerpc-fix-ide-pmac-sysfs-entry.patch This patch was probably dropped from -mm because it has now been merged into a subsystem tree or into Linus's tree, or because it was folded into its parent patch in the -mm tree. ------------------------------------------------------ Subject: powerpc: Fix ide-pmac sysfs entry From: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> It looks like the generic ide code now wants ide_init_hwif_ports() to set the parent struct device into the ide_hw structure (new field ?). Without this, the mac ide code can cause the ide probing code to explode in flames in sysfs registration due to what looks like a stale pointer in there (happens when removing/re-inserting one of the hotswap media bays on some laptops). Signed-off-by: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> Cc: Bartlomiej Zolnierkiewicz <B.Zolnierkiewicz@xxxxxxxxxxxxxx> Cc: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/ide/ppc/pmac.c | 2 ++ 1 files changed, 2 insertions(+) diff -puN drivers/ide/ppc/pmac.c~powerpc-fix-ide-pmac-sysfs-entry drivers/ide/ppc/pmac.c --- devel/drivers/ide/ppc/pmac.c~powerpc-fix-ide-pmac-sysfs-entry 2006-05-20 14:59:33.000000000 -0700 +++ devel-akpm/drivers/ide/ppc/pmac.c 2006-05-20 14:59:33.000000000 -0700 @@ -553,6 +553,8 @@ pmac_ide_init_hwif_ports(hw_regs_t *hw, if (irq != NULL) *irq = pmac_ide[ix].irq; + + hw->dev = &pmac_ide[ix].mdev->ofdev.dev; } #define PMAC_IDE_REG(x) ((void __iomem *)(IDE_DATA_REG+(x))) _ Patches currently in -mm which might be from benh@xxxxxxxxxxxxxxxxxxx are origin.patch macintosh-mangle-caps-lock-events-on-adb-keyboards.patch via-pmu-add-input-device.patch via-pmu-add-input-device-tidy.patch input-powermac-cleanup-of-mac_hid-and-support-for-ctrlclick-and-commandclick.patch git-netdev-all.patch powerpc-kbuild-warning-fix.patch gregkh-usb-usb-serial-mos7720-powerpc-wrokaround.patch add-poisonh-and-patch-primary-users.patch x86-powerpc-make-hardirq_ctx-and-softirq_ctx-__read_mostly.patch rewritten-backlight-infrastructure-for-portable-apple-computers.patch radeonfb-powerdrain-issue-on-ibm-thinkpads-and-suspend-to-d2.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