cvs commit: src/sys/boot/i386/boot0 boot0.S
Thomas Quinot
thomas at FreeBSD.org
Mon Mar 26 21:56:14 UTC 2007
thomas 2007-03-26 21:56:13 UTC
FreeBSD src repository
Modified files:
sys/boot/i386/boot0 boot0.S
Log:
Fix setting of serial port speed. A junk value was passed in AX when
bioscom is called to set up serial port parameters because COMSPEED
was treated as an address instead of an immediate value, causing
serial port parameters to never be set.
PR: i386/110828
Reviewed by: jhb
MFC after: 2 weeks
Revision Changes Path
1.16 +1 -1 src/sys/boot/i386/boot0/boot0.S
More information about the cvs-src
mailing list