marcel
be01d3a915
With uart(4) default, change /dev/cuad# to /dev/cuau# and
...
sio# to uart# so that out-of-the-box FreeBSD is consistent.
2008-07-19 20:12:02 +00:00
dougb
cc4d6b8e36
As previously discussed, add the svn:executable property to all scripts
2008-07-16 19:22:48 +00:00
ru
4da77db3b2
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.
2006-03-23 08:48:38 +00:00
obrien
cdada79f39
Unify the ci/co variables now that the the tty drivers now use the same
...
character for both.
2004-11-14 19:51:34 +00:00
obrien
2a65a20ac7
Catch up with PHK's sio(4) rework [sys/dev/sio/sio.c rev. 1.456].
2004-11-14 19:42:13 +00:00
mtm
39d3f406ce
Remove the requirement for the FreeBSD keyword as it no longer
...
makes any sense.
Discussed with: dougb, brooks
MFC after: 3 days
2004-10-07 13:55:26 +00:00
pjd
798e9a1d99
Mark scripts as not usable inside a jail by adding keyword 'nojail'.
...
Some suggestions from: rwatson, Ruben de Groot <mail25@bzerk.org>
2004-03-08 12:25:05 +00:00
bde
01c588a198
Catch up with 1995(?) for modem speeds (use 57600 instead of 115200 for
...
the example host to modem speed).
2003-05-05 03:26:50 +00:00
bde
c0229dba40
When resetting to defaults, reset drainwait to the current default pf
...
`sysctl -n kern.drainwait` instead of to the boot-time default of 300.
2003-05-04 22:46:33 +00:00
schweikh
b7d8725365
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
2002-10-12 10:31:31 +00:00
gordon
259601fa05
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
2002-07-18 05:00:17 +00:00
sobomax
e42e586ab2
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
2002-04-23 08:26:50 +00:00
obrien
6700db6a71
Add copyright notices. Other systems have been barrowing our /etc files
...
w/o giving any credit.
2000-10-08 19:20:36 +00:00
peter
289c0d262f
$Id$ -> $FreeBSD$
1999-08-27 23:37:10 +00:00
sheldonh
c8598bea34
Small whitespace change to fix run-over lines introduced in the previous
...
commit.
Reported by: bde
1999-08-27 10:59:40 +00:00
sheldonh
8cec588c44
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
1999-08-25 16:01:45 +00:00
danny
92e03f2d0a
Submitted by: bde
...
Back out last brain blip.
1998-03-13 22:03:03 +00:00
danny
61f13fe5e2
Change examples for Cyclades cards (c -> c0) to fit with reality.
1998-03-13 13:33:09 +00:00
bde
ad874422e4
Fixed the Cyclades and Digiboard port numbers.
1997-03-10 14:17:49 +00:00
peter
f173325ac8
Revert $FreeBSD$ to $Id$
1997-02-23 09:21:14 +00:00
jkh
808a36ef65
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.
1997-01-14 07:20:47 +00:00
bde
8a2d37b3e5
Added support for Cyclades and Digiboard devices.
...
Submitted by: Daniel O'Callaghan <danny@lynx.its.unimelb.edu.au>
+ mods by bde
1996-02-24 19:51:25 +00:00
mpp
3aff305a53
Another round of spelling fixes.
1996-01-31 15:03:18 +00:00
rgrimes
22293c7df5
This is a purely cosmetic clean up. Fix many cut and paste problems that
...
had turned tabs into spaces.
1995-04-09 09:54:51 +00:00
ache
0bee6b5a11
Add drainwait option examples
1995-01-05 00:11:52 +00:00
ache
347f69c61b
cua*0? --> cua*a?
1994-12-04 23:54:39 +00:00
ache
6557b616d1
Now rc.serial used for initial setup of serial lines
1994-06-04 00:44:00 +00:00