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.
in src/superio/SMC/fdc37c669/setup_serial.inc
Jordan
PS: Ron, Thanks for the info on 2.0.
>Message: 1
>Date: Sun, 11 May 2003 15:58:31 -0600 (MDT)
>From: ron minnich <rminnich(a)lanl.gov>
>To: linuxbios(a)clustermatic.org
>Subject: freebios2
>
>Eric may be too busy to explain freebios2 so I'll pitch in.
>
>We are trying to freeze the current freebios code base (current goal is
>5/15 since fixes keep rolling in) and give people something that works.
>First frozen version will be 1.0.1.
>
>Then we want to move to a new 'cruft-free' code base. This seemed the
>right time to branch.
>
>I would hope that folks who own mainboards, and who are committers, would
>start looking at the new code base and seeing what it takes to get moved
>to it. I will be personally starting work on an Arima K8 mainboard this
>week.
>
>ron