Deleted Added
full compact
serial (100280) serial (104980)
1#!/bin/sh
2#
3# Copyright (c) 1996 Andrey A. Chernov
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions
8# are met:

--- 10 unchanged lines hidden (view full) ---

19# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25# SUCH DAMAGE.
26#
1#!/bin/sh
2#
3# Copyright (c) 1996 Andrey A. Chernov
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions
8# are met:

--- 10 unchanged lines hidden (view full) ---

19# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25# SUCH DAMAGE.
26#
27# $FreeBSD: head/etc/rc.d/serial 100280 2002-07-18 05:00:17Z gordon $
27# $FreeBSD: head/etc/rc.d/serial 104980 2002-10-12 10:31:31Z schweikh $
28#
29
30# PROVIDE: serial
31# REQUIRE: root
32# KEYWORD: FreeBSD
33
34# Change some defaults for serial devices.
35# Standard defaults are:

--- 110 unchanged lines hidden (view full) ---

146# mouse d a 2
147# modem d a 1
148# terminal d a 0
149
150# Initialize all ports on a Cyclades-8yo.
151# modem c c 00 01 02 03 04 05 06 07
152
153# Initialize all ports on a Cyclades-16ye.
28#
29
30# PROVIDE: serial
31# REQUIRE: root
32# KEYWORD: FreeBSD
33
34# Change some defaults for serial devices.
35# Standard defaults are:

--- 110 unchanged lines hidden (view full) ---

146# mouse d a 2
147# modem d a 1
148# terminal d a 0
149
150# Initialize all ports on a Cyclades-8yo.
151# modem c c 00 01 02 03 04 05 06 07
152
153# Initialize all ports on a Cyclades-16ye.
154# modem c c 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f
154# modem c c 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f
155
156# Initialize all ports on a Digiboard 8.
157# modem D D 00 01 02 03 04 05 06 07
155
156# Initialize all ports on a Digiboard 8.
157# modem D D 00 01 02 03 04 05 06 07