From b392d650412165fc86e7f10f790a11cc4abfc6e1 Mon Sep 17 00:00:00 2001 From: Alexander Langer Date: Fri, 7 Jun 1996 15:56:40 +0000 Subject: [PATCH] Add Cyclades configuration section. --- share/doc/handbook/Makefile | 5 +-- share/doc/handbook/cyclades.sgml | 57 ++++++++++++++++++++++++++++++++ share/doc/handbook/dialup.sgml | 4 +-- share/doc/handbook/hw.sgml | 3 +- share/doc/handbook/sections.sgml | 3 +- 5 files changed, 66 insertions(+), 6 deletions(-) create mode 100644 share/doc/handbook/cyclades.sgml diff --git a/share/doc/handbook/Makefile b/share/doc/handbook/Makefile index fe4147c8232..9a2037827b3 100644 --- a/share/doc/handbook/Makefile +++ b/share/doc/handbook/Makefile @@ -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 diff --git a/share/doc/handbook/cyclades.sgml b/share/doc/handbook/cyclades.sgml new file mode 100644 index 00000000000..728461e1005 --- /dev/null +++ b/share/doc/handbook/cyclades.sgml @@ -0,0 +1,57 @@ + + + + +Configuring the cy driver + +

Contributed by &a.alex;.6 June 1996. + + The Cyclades multiport cards are based on the cy + driver instead of the usual sio driver used by + other multiport cards. Configuration is a simple matter + of: + + + Add the cy device to your + + (note that your irq and iomem settings may differ). + + +device cy0 at isa? tty irq 10 iomem 0xd4000 iosiz 0x2000 vector cyintr + + + + the new kernel. + + Make the + by typing (the following example assumes an 8-port board): + + +# cd /dev +# for i in 0 1 2 3 4 5 6 7;do ./MAKEDEV cuac$i ttyc$i;done + + + If appropriate, add + entries to by + duplicating serial device (ttyd) entries and + using ttyc in place of ttyd. For + example: + + +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 + + + Reboot with the new kernel. + + diff --git a/share/doc/handbook/dialup.sgml b/share/doc/handbook/dialup.sgml index 207b5c1bff5..a876551b135 100644 --- a/share/doc/handbook/dialup.sgml +++ b/share/doc/handbook/dialup.sgml @@ -1,6 +1,6 @@ + + @@ -41,6 +41,7 @@ +