Bug 30906 - Add 28800 baud support to sio
Summary: Add 28800 baud support to sio
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: jlemon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-09-29 05:20 UTC by Daniel O'Connor
Modified: 2001-11-02 16:51 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel O'Connor 2001-09-29 05:20:00 UTC
sio doesn't support 28800 baud even though the UART is perfectly capable
of running at that rate (and termios etc has support for it).

This isn't really an issue for most people, but it's certainly handy for
talking to 68HC12 EVB's running at 12Mhz :)

Fix: 

http://www.dons.net.au/~darius/sio-28800.diff
Comment 1 ru freebsd_committer freebsd_triage 2001-09-29 14:38:10 UTC
Responsible Changed
From-To: freebsd-bugs->jlemon

Forgot to close PR?
Comment 2 jlemon freebsd_committer freebsd_triage 2001-11-02 16:51:37 UTC
State Changed
From-To: open->closed

Fix committed to stable