[U-Boot-Users] [PATCH v3 1/10] ata: merge the ata_piix driver

Dave Liu r63238 at freescale.com
Wed Mar 26 11:21:27 CET 2008


<snip>

> +static void
> +output_data (struct sata_ioports *ioaddr, ulong * sect_buf, int words)
> +{
> +//	outsw (ioaddr->data_addr, sect_buf, words << 1);
> +}
> +
> +static int
> +input_data (struct sata_ioports *ioaddr, ulong * sect_buf, int words)
> +{
> +//	insw (ioaddr->data_addr, sect_buf, words << 1);
> +	return 0;
> +}

Sorry for that, It should not be commented.
I will resend PATCH 1/10 and PATCH 3/10.

Thanks,
Dave






More information about the U-Boot mailing list