History log of /freebsd-9.3-release/etc/rc.d/serial
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 180619 19-Jul-2008 marcel

With uart(4) default, change /dev/cuad# to /dev/cuau# and
sio# to uart# so that out-of-the-box FreeBSD is consistent.


# 180563 16-Jul-2008 dougb

As previously discussed, add the svn:executable property to all scripts


# 157040 23-Mar-2006 ru

Add an example of how to set up a 3-wire serial terminal.
Usually, getty(8) does the trick, but if you just need a
serial console without getty(8), here's how.


# 137698 14-Nov-2004 obrien

Unify the ci/co variables now that the the tty drivers now use the same
character for both.


# 137697 14-Nov-2004 obrien

Catch up with PHK's sio(4) rework [sys/dev/sio/sio.c rev. 1.456].


# 136224 07-Oct-2004 mtm

Remove the requirement for the FreeBSD keyword as it no longer
makes any sense.

Discussed with: dougb, brooks
MFC after: 3 days


# 126744 08-Mar-2004 pjd

Mark scripts as not usable inside a jail by adding keyword 'nojail'.

Some suggestions from: rwatson, Ruben de Groot <mail25@bzerk.org>


# 114685 05-May-2003 bde

Catch up with 1995(?) for modem speeds (use 57600 instead of 115200 for
the example host to modem speed).


# 114682 04-May-2003 bde

When resetting to defaults, reset drainwait to the current default pf
`sysctl -n kern.drainwait` instead of to the boot-time default of 300.


# 104980 12-Oct-2002 schweikh

Fix style bugs:
* Space -> tabs conversion.
* Removed blanks before semicolon in "if ... ; then".
* Proper indentation of misindented lines.
* Put a full stop after some comments.
* Removed whitespace at end of line.

Approved by: silence from gordon


# 100280 18-Jul-2002 gordon

Merge in all the changes that Mike Makonnen has been maintaining for a
while. This is only the script pieces, the glue for the build comes next.

Submitted by: Mike Makonnen <makonnen@pacbell.net>
Reviewed by: silence on -current and -hackers
Prodded by: rwatson


# 95305 23-Apr-2002 sobomax

Correct default value of drainwait: it should be 300 seconds, not forever.

PR: 37370
Submitted by: Daniel O'Connor <doconnor@gsoft.com.au>
MFC after: 2 weeks


# 66830 08-Oct-2000 obrien

Add copyright notices. Other systems have been barrowing our /etc files
w/o giving any credit.


# 50472 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 50454 27-Aug-1999 sheldonh

Small whitespace change to fix run-over lines introduced in the previous
commit.

Reported by: bde


# 50357 25-Aug-1999 sheldonh

Style clean-up:

* All variables are now embraced: ${foo}

* All comparisons against some value now take the form:
[ "${foo}" ? "value" ]
where ? is a comparison operator

* All empty string tests now take the form:
[ -z "${foo}" ]

* All non-empty string tests now take the form:
[ -n "${foo}" ]

Submitted by: jkh


# 34561 13-Mar-1998 danny

Submitted by: bde
Back out last brain blip.


# 34550 13-Mar-1998 danny

Change examples for Cyclades cards (c -> c0) to fit with reality.


# 23607 10-Mar-1997 bde

Fixed the Cyclades and Digiboard port numbers.


# 23037 23-Feb-1997 peter

Revert $FreeBSD$ to $Id$


# 21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.


# 14239 24-Feb-1996 bde

Added support for Cyclades and Digiboard devices.

Submitted by: Daniel O'Callaghan <danny@lynx.its.unimelb.edu.au>
+ mods by bde


# 13798 31-Jan-1996 mpp

Another round of spelling fixes.


# 7708 09-Apr-1995 rgrimes

This is a purely cosmetic clean up. Fix many cut and paste problems that
had turned tabs into spaces.


# 5398 04-Jan-1995 ache

Add drainwait option examples


# 4982 04-Dec-1994 ache

cua*0? --> cua*a?


# 1675 03-Jun-1994 ache

Now rc.serial used for initial setup of serial lines