* Uwe Hermann uwe@hermann-uwe.de [060807 17:26]:
Hi,
On Mon, Aug 07, 2006 at 10:09:10AM -0500, Richard Smith wrote:
Are you #includeing this in your auto.c? If so then remove it an only use the .c stuff to init the device.
Yes, I included it from auto.c. I'll try if the init works without the asm stuff, but I fear it won't. Where should a C replacement of that code be added? Should it be made part of it8671f_enable_serial()?
That's what src/superio/ite/it8671f/it8671f_early_serial.c is good for. It should be included in your auto.c file and it8671f_enable_serial() from there should be called.
Stefan