From owner-freebsd-bugs Sun May 19 15:30:13 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA29803 for bugs-outgoing; Sun, 19 May 1996 15:30:13 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA29726; Sun, 19 May 1996 15:30:02 -0700 (PDT) Resent-Date: Sun, 19 May 1996 15:30:02 -0700 (PDT) Resent-Message-Id: <199605192230.PAA29726@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, nash@mcs.com Received: from zen.nash.org (nash.pr.mcs.net [204.95.47.72]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id PAA28022; Sun, 19 May 1996 15:20:22 -0700 (PDT) Received: (from alex@localhost) by zen.nash.org (8.7.5/8.6.12) id RAA01312; Sun, 19 May 1996 17:19:42 -0500 (CDT) Message-Id: <199605192219.RAA01312@zen.nash.org> Date: Sun, 19 May 1996 17:19:42 -0500 (CDT) From: Alex Nash Reply-To: nash@mcs.com To: FreeBSD-gnats-submit@freebsd.org Cc: mpp@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/1218: Handbook: Cyclades configuration Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 1218 >Category: docs >Synopsis: Handbook: Cyclades configuration >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 19 15:30:01 PDT 1996 >Last-Modified: >Originator: Alex Nash >Organization: >Release: FreeBSD 2.1-STABLE i386 >Environment: Handbook from 2.1.0-STABLE. >Description: Added Cyclades configuration to the serial port/multiport card section. >How-To-Repeat: N/A >Fix: diff -c /usr/src/share/doc/handbook/authors.sgml ./authors.sgml *** /usr/src/share/doc/handbook/authors.sgml Sat Oct 21 21:42:48 1995 --- ./authors.sgml Sun May 19 15:26:39 1996 *************** *** 110,112 **** --- 110,116 ---- "> + + "> diff -c /usr/src/share/doc/handbook/dialup.sgml ./dialup.sgml *** /usr/src/share/doc/handbook/dialup.sgml Wed Jan 31 09:36:25 1996 --- ./dialup.sgml Sun May 19 16:29:04 1996 *************** *** 472,478 **** 16550A-based serial ports, you may receive sio ``silo'' errors at 57.6 Kbps. ! /etc/ttys

/etc/ttys is the list of /etc/ttys

/etc/ttys is the list of + Cyclades + +

Contributed by &a.nash;.19 May + 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 + + + Add dialup lines to + if appropriate. Simply copy a serial device (ttyd) + entry and use 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. + + + + * Parallel ports * Modems * Network cards diff -c /usr/src/share/doc/handbook/kernelconfig.sgml ./kernelconfig.sgml *** /usr/src/share/doc/handbook/kernelconfig.sgml Wed Jan 31 09:36:31 1996 --- ./kernelconfig.sgml Sun May 19 16:20:17 1996 *************** *** 44,50 ****

! Building and Installing a Custom Kernel

First, let us take a quick tour of the kernel build directory. All directories mentioned will be relative to --- 44,50 ----

! Building and Installing a Custom Kernel

First, let us take a quick tour of the kernel build directory. All directories mentioned will be relative to >Audit-Trail: >Unformatted: