summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-03-10 14:17:49 +0000
committerbde <bde@FreeBSD.org>1997-03-10 14:17:49 +0000
commitad874422e4999fd839d13b83307eaf9c2dc3603e (patch)
treef715a8c3baa44878ea5735a1b6ec277bdddaa853
parentebb6ff3c7e65c2ee96644b1826a3dfc9f033ccbb (diff)
downloadFreeBSD-src-ad874422e4999fd839d13b83307eaf9c2dc3603e.zip
FreeBSD-src-ad874422e4999fd839d13b83307eaf9c2dc3603e.tar.gz
Fixed the Cyclades and Digiboard port numbers.
-rw-r--r--etc/rc.d/serial8
-rw-r--r--etc/rc.serial8
2 files changed, 8 insertions, 8 deletions
diff --git a/etc/rc.d/serial b/etc/rc.d/serial
index 580e505..dbee4bf 100644
--- a/etc/rc.d/serial
+++ b/etc/rc.d/serial
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id$
+# $Id: rc.serial,v 1.8 1997/02/23 09:20:51 peter 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 c c 0 1 2 3 4 5 6 7
+# modem c c 00 01 02 03 04 05 06 07
# Initialize all ports on a Cyclades-16ye.
-# modem c c 0 1 2 3 4 5 6 7 8 9 a b c d e f
+# 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 0 1 2 3 4 5 6 7
+# modem D D 00 01 02 03 04 05 06 07
diff --git a/etc/rc.serial b/etc/rc.serial
index 580e505..dbee4bf 100644
--- a/etc/rc.serial
+++ b/etc/rc.serial
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id$
+# $Id: rc.serial,v 1.8 1997/02/23 09:20:51 peter 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 c c 0 1 2 3 4 5 6 7
+# modem c c 00 01 02 03 04 05 06 07
# Initialize all ports on a Cyclades-16ye.
-# modem c c 0 1 2 3 4 5 6 7 8 9 a b c d e f
+# 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 0 1 2 3 4 5 6 7
+# modem D D 00 01 02 03 04 05 06 07
OpenPOWER on IntegriCloud