diff --git a/share/doc/handbook/Makefile b/share/doc/handbook/Makefile index fe4147c82324..9a2037827b38 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 000000000000..728461e1005e --- /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 207b5c1bff51..a876551b1355 100644 --- a/share/doc/handbook/dialup.sgml +++ b/share/doc/handbook/dialup.sgml @@ -1,6 +1,6 @@ + + @@ -41,6 +41,7 @@ +