On Mon, 12 May 2003, jarcher wrote:
The current freebios (1.0) tree won't build correctly when using the FDC37N769 for me. I needed to change
53: cmp %al, $0x4
to
53: cmp $0x4, %al /* 2003-05-12-jordan: order was incorrect for assembler.
committed, please try it now.
ron