In message <[EMAIL PROTECTED]> you wrote:
> <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.

Especially it should not be commented using C++ comments!

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED]
Small is beautiful.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to