aboutsummaryrefslogblamecommitdiff
path: root/ja_JP.EUC/handbook/cyclades.sgml
blob: 3059c1c4a48f45a1202ed562bc5ae12835e88409 (plain) (tree)
1
2
3
                                                                 
                                                   
                               






















































                                                                            
<!-- $Id: cyclades.sgml,v 1.5 1997-02-25 04:54:48 hanai Exp $ -->
<!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.3 -->

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

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

]>
-->
<sect2><heading><tt>cy</tt> ドライバのコンフィグ<label id="cy"></heading>

	  <p><em>原作: &a.alex;.<newline>6 June 1996.</em>
          <p><em>訳: &a.yuki;.<newline>6 September 1996.</em>

	    Cyclades社のマルチポートカードは, 他のマルチポートカードが
	    使う<tt>sio</tt>の代わりに<tt>cy</tt>ドライバを使います. 
	    コンフィグレーションは非常に簡単で, 

	    <enum>
	      <item><tt>cy</tt> デバイスをあなたの
		<ref id="kernelconfig:config"
		name="カーネルのコンフィグレーション">に足します. 
		(注意. あなたのirqやiomemの設定がが違っているかもしれません)

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

	      <item>新しいカーネルの<ref id="kernelconfig:building"
	      name="再構成とインストール"> をします. 

	      <item><ref id="kernelconfig:nodes" name="デバイスノード">
	        を次(8ポートと仮定しています.)のように打って作ります:

<tscreen><verb>
# cd /dev
# for i in 0 1 2 3 4 5 6 7;do ./MAKEDEV cuac$i ttyc$i;done
</verb></tscreen>

	      <item>もし, 必要なら
                シリアルデバイス(<tt>ttyd</tt>)とそっくりにコピーして
		<ref id="dialup" name="dialup">エントリを作り, <tt>ttyd</tt>
		<tt>ttyd</tt>の代わりに<tt>ttyc</tt>を使います. 例:

<tscreen><verb>
ttyc0	"/usr/libexec/getty std.38400"	unknown	on insecure
ttyc1	"/usr/libexec/getty std.38400"	unknown	on insecure
ttyc2	"/usr/libexec/getty std.38400"	unknown	on insecure
[...]
ttyc7	"/usr/libexec/getty std.38400"	unknown	on insecure
</verb></tscreen>

	      <item>新しいカーネルで立ち上げます. 

	    </enum>