From owner-doc-jp@jp.freebsd.org  Mon Feb 10 20:54:29 1997
Received: by jaz.jp.freebsd.org (8.8.5+2.7Wbeta5/8.7.3) id UAA06101
	Mon, 10 Feb 1997 20:54:29 +0900 (JST)
Received: by jaz.jp.freebsd.org (8.8.5+2.7Wbeta5/8.7.3) with ESMTP id UAA06096
	for <doc-jp@jp.freebsd.org>; Mon, 10 Feb 1997 20:54:28 +0900 (JST)
Received: by mail.sat.t.u-tokyo.ac.jp (8.7.5+2.6Wbeta7/3.4Wbeta6-SAT1.0) with ESMTP
	id UAA26570; Mon, 10 Feb 1997 20:54:25 +0900 (JST)
Received: from localhost by ichi.sat.t.u-tokyo.ac.jp (8.8.4/sat-V0.6)
	id UAA01616; Mon, 10 Feb 1997 20:54:25 +0900 (JST)
Message-Id: <199702101154.UAA01616@ichi.sat.t.u-tokyo.ac.jp>
To: iwasaki@pc.jaring.my
Cc: doc-jp@jp.freebsd.org, yuki@zephyr.elcom.nitech.ac.jp
In-Reply-To: Your message of "Mon, 10 Feb 1997 12:48:21 +0800"
References: <199702100449.MAA13868@relay3.jaring.my>
Mime-Version: 1.0
Content-Type: Multipart/Mixed;
	boundary="--Next_Part(Mon_Feb_10_20:43:03_1997)--"
Content-Transfer-Encoding: 7bit
Date: Mon, 10 Feb 1997 20:54:24 +0900
From: Hideyuki Suzuki <hideyuki@sat.t.u-tokyo.ac.jp>
Reply-To: doc-jp@jp.freebsd.org
Precedence: bulk
X-Distribute: distribute [version 2.1 (Alpha) patchlevel=19]
X-Sequence: doc-jp 2409
Subject: [doc-jp 2409] Re: cyclades.sgml
Errors-To: owner-doc-jp@jp.freebsd.org
Sender: owner-doc-jp@jp.freebsd.org

----Next_Part(Mon_Feb_10_20:43:03_1997)--
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit

$BNkLZ!wElBg$G$9!#(B

cyclades.sgml $B$G$9$,!$$A$g$m$C$H=q$-49$($F$_$^$7$?!#(B
$BC;$$$N$G$=$N$^$^IU$1$F$"$j$^$9!#(B
$B$h$/$o$+$C$F$J$$$N$G!$JQ$J$H$3$m$r$<$R$J$*$7$F$/$@$5$$$^$;!#(B_o_

In article <199702100449.MAA13868@relay3.jaring.my>,
  Mitsuru IWASAKI <iwasaki@pc.jaring.my> writes:
> > # $B$3$N$?$a!$2?$b9M$($:$K(B handbook $B$N(B example $B$K$7$?$,$C$F(B MAKEDEV $B$9$k$H(B
> > # $B?tI48D$b(B mknod $B$7$F$7$^$C$?$j$7$^$9!#(B(;_;)
> 
> $B$I$&$b$9$$$^$;$s$G$7$?!#(B (_ _;)

$B$"!$$$$($$$(!$F|K\8l(B handbook $B$N$*$+$2$G(B Cyclades $B$b(B
$B855$$KF/$$$F$$$k$_$?$$$G$9!#(B(^^)

$B$G$O!$$h$m$7$/$*4j$$$7$^$9!#(B
-- 
$BNkLZ(B $B=(9,(B <hideyuki@sat.t.u-tokyo.ac.jp>
$BEl5~Bg3XBg3X1!9)3X7O8&5f2J7W?t9)3X@l96(B

----Next_Part(Mon_Feb_10_20:43:03_1997)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!-- $Id: cyclades.sgml,v 1.1 1996/06/07 15:56:35 alex Exp $ -->
<!-- The FreeBSD Documentation Project -->

<!--
<!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN" [

<!ENTITY % authors SYSTEM "authors.sgml">
%authors;

]>
-->
<sect2><heading>Configuring the <tt>cy</tt> driver<label id="cy"></heading>

	  <p><em>Contributed by &a.alex;.<newline>6 June 1996.</em>

	    The Cyclades multiport cards are based on the <tt>cy</tt>
	    driver instead of the usual <tt>sio</tt> driver used by
	    other multiport cards.  Configuration is a simple matter
	    of:

	    <enum>
	      <item>Add the <tt>cy</tt> device to your 
		<ref id="kernelconfig:config" name="kernel configuration">
		(note that your irq and iomem settings may differ).

<tscreen><verb>
device cy0 at isa? tty irq 10 iomem 0xd4000 iosiz 0x2000 vector cyintr
</verb></tscreen>

	      <item><ref id="kernelconfig:building" name="Rebuild and install"> 
		the new kernel.

	      <item>Make the <ref id="kernelconfig:nodes" name="device nodes">
		by typing (the following example assumes that one controller is
		connected):

<tscreen><verb>
# cd /dev
# ./MAKEDEV cuac0 ttyc0
</verb></tscreen>

		The device name is ttyc[0-v][0-v] and cuac[0-v][0-v],
		where the first [0-v] is the controller and the second [0-v] is
		the unit on the controller.
		MAKEDEV creates devices for all 32 units on a controller.

	      <item>If appropriate, add <ref id="dialup" name="dialup">
		entries to <ref id="dialup:ttys" name="/etc/ttys"> by 
		duplicating serial device (<tt>ttyd</tt>) entries and 
		using <tt>ttyc</tt> in place of <tt>ttyd</tt>.  For
		example:

<tscreen><verb>
ttyc00	"/usr/libexec/getty std.38400"	unknown	on insecure
ttyc01	"/usr/libexec/getty std.38400"	unknown	on insecure
ttyc02	"/usr/libexec/getty std.38400"	unknown	on insecure
[...]
ttyc07	"/usr/libexec/getty std.38400"	unknown	on insecure
</verb></tscreen>

	      <item>Reboot with the new kernel.

	    </enum>

----Next_Part(Mon_Feb_10_20:43:03_1997)--
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit

<!-- $Id: cyclades.sgml,v 1.1.1.1 1996/11/15 05:14:43 asami Exp $ -->
<!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.1 -->

<!--
<!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN" [

<!ENTITY % authors SYSTEM "authors.sgml">
%authors;

]>
-->
<sect2><heading><tt>cy</tt> $B%I%i%$%P$N%3%s%U%#%0(B<label id="cy"></heading>

	  <p><em>$B86:n(B: &a.alex;.<newline>6 June 1996.</em>
          <p><em>$BLu(B: &a.yuki;.<newline>6 September 1996.</em>

	    Cyclades$B<R$N%^%k%A%]!<%H%+!<%I$O(B, $BB>$N%^%k%A%]!<%H%+!<%I$,(B
	    $B;H$&(B<tt>sio</tt>$B$NBe$o$j$K(B<tt>cy</tt>$B%I%i%$%P$r;H$$$^$9(B. 
	    $B%3%s%U%#%0%l!<%7%g%s$OHs>o$K4JC1$G(B, 

	    <enum>
	      <item><tt>cy</tt> $B%G%P%$%9$r$"$J$?$N(B
		<ref id="kernelconfig:config"
		name="$B%+!<%M%k$N%3%s%U%#%0%l!<%7%g%s(B">$B$KB-$7$^$9(B. 
		($BCm0U(B. $B$"$J$?$N(Birq$B$d(Biomem$B$N@_Dj$,$,0c$C$F$$$k$+$b$7$l$^$;$s(B)

<tscreen><verb>
device cy0 at isa? tty irq 10 iomem 0xd4000 iosiz 0x2000 vector cyintr
</verb></tscreen>

	      <item>$B?7$7$$%+!<%M%k$N(B<ref id="kernelconfig:building"
	      name="$B:F9=@.$H%$%s%9%H!<%k(B"> $B$r$7$^$9(B. 

	      <item><ref id="kernelconfig:nodes" name="$B%G%P%$%9%N!<%I(B">
	        $B$r<!(B(1$B%3%s%H%m!<%i$H2>Dj$7$F$$$^$9(B.)$B$N$h$&$KBG$C$F:n$j$^$9(B:

<tscreen><verb>
# cd /dev
# ./MAKEDEV cuac0 ttyc0
</verb></tscreen>

		$B%G%P%$%9$NL>A0$O(B ttyc[0-v][0-v] $B$H(B cuac[0-v][0-v] $B$H(B
		$B$J$C$F$$$F(B, $B:G=i$N(B [0-v] $B$O%3%s%H%m!<%i(B, $BFsHVL\$N(B [0-v] $B$O(B
		$B%f%K%C%H$NHV9f$rI=$7$F$$$^$9(B.
		MAKEDEV $B$O(B, $B0l$D$N%3%s%H%m!<%i$N(B 32 $B%f%K%C%H$9$Y$F$N(B
		$B%G%P%$%9$r:n@.$7$^$9(B.

	      <item>$B$b$7(B, $BI,MW$J$i(B
                $B%7%j%"%k%G%P%$%9(B(<tt>ttyd</tt>)$B$H$=$C$/$j$K%3%T!<$7$F(B
		<ref id="dialup" name="dialup">$B%(%s%H%j$r:n$j(B, <tt>ttyd</tt>
		<tt>ttyd</tt>$B$NBe$o$j$K(B<tt>ttyc</tt>$B$r;H$$$^$9(B. $BNc(B:

<tscreen><verb>
ttyc00	"/usr/libexec/getty std.38400"	unknown	on insecure
ttyc01	"/usr/libexec/getty std.38400"	unknown	on insecure
ttyc02	"/usr/libexec/getty std.38400"	unknown	on insecure
[...]
ttyc07	"/usr/libexec/getty std.38400"	unknown	on insecure
</verb></tscreen>

	      <item>$B?7$7$$%+!<%M%k$GN)$A>e$2$^$9(B. 

	    </enum>

----Next_Part(Mon_Feb_10_20:43:03_1997)----
