diff options
| author | Daniel O'Callaghan <danny@FreeBSD.org> | 1998-03-13 22:03:03 +0000 |
|---|---|---|
| committer | Daniel O'Callaghan <danny@FreeBSD.org> | 1998-03-13 22:03:03 +0000 |
| commit | 9662bb4f035c5ea3ff096f54e845f3f113f81ca7 (patch) | |
| tree | af0e300db98ddb9db4aba09efa31d7b0127add49 /etc | |
| parent | 1de944af88d025cf384bc6b7940a6bcc86bcf485 (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/rc.d/serial | 6 | ||||
| -rw-r--r-- | etc/rc.serial | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/etc/rc.d/serial b/etc/rc.d/serial index 4c3bc11c79fc..cead54319602 100644 --- a/etc/rc.d/serial +++ b/etc/rc.d/serial @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: rc.serial,v 1.9 1997/03/10 14:17:49 bde Exp $ +# $Id: rc.serial,v 1.10 1998/03/13 13:33:09 danny Exp $ # Change some defaults for serial devices. # Standard defaults are: @@ -118,10 +118,10 @@ terminal() { # terminal d a 0 # Initialize all ports on a Cyclades-8yo. -# modem c0 c0 00 01 02 03 04 05 06 07 +# modem c c 00 01 02 03 04 05 06 07 # Initialize all ports on a Cyclades-16ye. -# modem c0 c0 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f +# modem c c 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f # Initialize all ports on a Digiboard 8. # modem D D 00 01 02 03 04 05 06 07 diff --git a/etc/rc.serial b/etc/rc.serial index 4c3bc11c79fc..cead54319602 100644 --- a/etc/rc.serial +++ b/etc/rc.serial @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: rc.serial,v 1.9 1997/03/10 14:17:49 bde Exp $ +# $Id: rc.serial,v 1.10 1998/03/13 13:33:09 danny Exp $ # Change some defaults for serial devices. # Standard defaults are: @@ -118,10 +118,10 @@ terminal() { # terminal d a 0 # Initialize all ports on a Cyclades-8yo. -# modem c0 c0 00 01 02 03 04 05 06 07 +# modem c c 00 01 02 03 04 05 06 07 # Initialize all ports on a Cyclades-16ye. -# modem c0 c0 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f +# modem c c 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f # Initialize all ports on a Digiboard 8. # modem D D 00 01 02 03 04 05 06 07 |
