On Thu, 5 Apr 2007 14:13:52 +0100 Alan Cox wrote: > This one should fix the problems with slave devices and the Macintosh hang s/Performa/Perform/g > +/** > + * ata_read_native_max_address_ext - LBA48 native max query > + * @dev: Device to query > + * > + * Performa an LBA48 size query upon the device in question. Return the > + * actual LBA48 size or zero if the command fails. > + */ > + > +static u64 ata_read_native_max_address_ext(struct ata_device *dev) > +{ > +} > + > +/** > + * ata_read_native_max_address - LBA28 native max query > + * @dev: Device to query > + * > + * Performa an LBA28 size query upon the device in question. Return the > + * actual LBA28 size or zero if the command fails. > + */ > + > +static u64 ata_read_native_max_address(struct ata_device *dev) > +{ > +} --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** - 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