Messages in this thread |  | | | Date | Thu, 3 Nov 2005 10:57:15 +0100 | | From | Bartlomiej Zolnierkiewicz <> | | Subject | Re: [PATCH] Incorrect device link for ide-cs |
Hi,
> hw_regs_t hw; > memset(&hw, 0, sizeof(hw)); > - ide_init_hwif_ports(&hw, io, ctl, NULL); > + ide_std_init_ports(&hw, io, ctl);
Could you separate this into another patch?
This change fixes ide-cs for some archs but OTOH we should verify that there are no ide-cs specific hacks in ide_init_hwif_ports() on other archs.
Otherwise patch looks fine.
Thanks, Bartlomiej - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |