On Fri, Apr 27, 2007 at 01:17:27PM +0200, Luc Verhaegen wrote:
> On Fri, Apr 27, 2007 at 01:01:19PM +0200, Mondrian Nuessle wrote:
> > The attached patch enables flashing on the Iwill DK8-HTX board.
> > Basically, it configures the SuperIO to set the right GPIO pins, so
> > write protection is disabled.
> > 
> > Signed-off-by: Mondrian Nuessle <[EMAIL PROTECTED]>
> > ---
> > 
> > Ok, this is the third try :-)
> > 
> > Regards,
> > Mondrian
> 
> > +   /* set GPIO regs... */
> > +   outb(0x2b, EFIR);       /* GPIO multiplexed pin reg. */
> > +   b = inb(EFDR) | 0xd0;
> > +   outb(0x2b, EFIR);
> > +   outb(b, EFDR);
> 
> Is it really necessary to write the index register twice here? Not that 
> it matters much in codesize.
> 
I would like an answer there, just for reference, so don't worry about 
it patchwise :)

Acked-by: Luc Verhaegen <[EMAIL PROTECTED]>

Luc Verhaegen.

-- 
linuxbios mailing list
[email protected]
http://www.linuxbios.org/mailman/listinfo/linuxbios

Reply via email to