mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
Add Cyclades configuration section.
This commit is contained in:
parent
938954d97e
commit
b392d65041
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16173
@ -1,7 +1,8 @@
|
||||
# $Id: Makefile,v 1.11 1996/05/01 20:10:46 phk Exp $
|
||||
# $Id: Makefile,v 1.12 1996/05/14 20:31:49 rich Exp $
|
||||
|
||||
SRCS= authors.sgml basics.sgml bibliography.sgml boothelp.sgml
|
||||
SRCS+= booting.sgml contrib.sgml crypt.sgml ctm.sgml current.sgml dialup.sgml
|
||||
SRCS+= booting.sgml contrib.sgml crypt.sgml ctm.sgml current.sgml
|
||||
SRCS+= cyclades.sgml dialup.sgml
|
||||
SRCS+= diskless.sgml dma.sgml eresources.sgml esdi.sgml
|
||||
SRCS+= firewalls.sgml glossary.sgml goals.sgml
|
||||
SRCS+= handbook.sgml history.sgml hw.sgml install.sgml kerberos.sgml
|
||||
|
57
share/doc/handbook/cyclades.sgml
Normal file
57
share/doc/handbook/cyclades.sgml
Normal file
@ -0,0 +1,57 @@
|
||||
<!-- $Id: cyclades.sgml,v 1.2 1996/03/26 23:22:03 mpp 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 an 8-port board):
|
||||
|
||||
<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>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>
|
||||
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>Reboot with the new kernel.
|
||||
|
||||
</enum>
|
@ -1,6 +1,6 @@
|
||||
<!-- This is an SGML document in the linuxdoc DTD of the Tutorial for
|
||||
Configuring a FreeBSD for Dialup Services by Guy Helmer.
|
||||
$Id: dialup.sgml,v 1.9 1996/05/16 23:17:53 mpp Exp $
|
||||
$Id: dialup.sgml,v 1.10 1996/05/24 19:33:31 jfieber Exp $
|
||||
|
||||
<!DOCTYPE linuxdoc PUBLIC "-//Linux//DTD linuxdoc//EN">
|
||||
|
||||
@ -474,7 +474,7 @@ If you have a slow CPU or a heavily loaded system and you dobnot have
|
||||
16550A-based serial ports, you may receive sio ``silo'' errors at 57.6
|
||||
Kbps.
|
||||
|
||||
<sect2><heading>/etc/ttys</heading>
|
||||
<sect2><heading>/etc/ttys<label id="dialup:ttys"></heading>
|
||||
<p>
|
||||
|
||||
<tt>/etc/ttys</tt> is the list of <tt/ttys/ for <tt/init/ to monitor.
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!-- $Id: hw.sgml,v 1.24 1996/05/31 02:36:41 mpp Exp $ -->
|
||||
<!-- $Id: hw.sgml,v 1.25 1996/06/01 21:28:06 jkh Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
|
||||
<!--
|
||||
@ -279,6 +279,7 @@ Slippery when wet. Beware of dog.
|
||||
|
||||
&uart;
|
||||
&sio;
|
||||
&cy;
|
||||
|
||||
<sect1><heading>* Parallel ports</heading>
|
||||
<sect1><heading>* Modems</heading>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!-- $Id: sections.sgml,v 1.11 1996/05/01 20:11:01 phk Exp $ -->
|
||||
<!-- $Id: sections.sgml,v 1.12 1996/05/14 20:31:53 rich Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
|
||||
<!-- Entities containing all the pieces of the handbook are -->
|
||||
@ -41,6 +41,7 @@
|
||||
<!ENTITY routing SYSTEM "routing.sgml">
|
||||
<!ENTITY scsi SYSTEM "scsi.sgml">
|
||||
<!ENTITY sio SYSTEM "sio.sgml">
|
||||
<!ENTITY cy SYSTEM "cyclades.sgml">
|
||||
<!ENTITY skey SYSTEM "skey.sgml">
|
||||
<!ENTITY slipc SYSTEM "slipc.sgml">
|
||||
<!ENTITY slips SYSTEM "slips.sgml">
|
||||
|
Loading…
Reference in New Issue
Block a user