Bug 7280 - getty should support 230400 baud
Summary: getty should support 230400 baud
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1998-07-14 12:00 UTC by Craig Leres
Modified: 1998-07-22 06:58 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (555 bytes, patch)
1998-07-14 12:00 UTC, Craig Leres
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Craig Leres freebsd_committer freebsd_triage 1998-07-14 12:00:01 UTC
	Getty is missing the speed table entry for 230400 baud.

Fix: A context diff to libexec/getty/subr.c is appended.

	Note that it might be worth adding a std.230400 entry to
	the default /etc/gettytab.
How-To-Repeat: 
	Add the following to /etc/gettytab:

	    std.230400|230400-baud:\ 
		    :np:sp#230400:

	then setup a port to use it and notice it doesn't work.
	(Examination of the code suggests the port is getting set
	to 300 baud.)
Comment 1 Poul-Henning Kamp freebsd_committer freebsd_triage 1998-07-22 06:58:48 UTC
State Changed
From-To: open->closed

fixed, thanks!