Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 May 1996 17:19:42 -0500 (CDT)
From:      Alex Nash <alex@zen.nash.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        mpp@freebsd.org
Subject:   docs/1218: Handbook: Cyclades configuration
Message-ID:  <199605192219.RAA01312@zen.nash.org>
Resent-Message-ID: <199605192230.PAA29726@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 ----
  <!ENTITY a.wollman "Garrett Wollman 
    <tt><htmlurl url='mailto:wollman@FreeBSD.org' 
    name='&lt;wollman@FreeBSD.org&gt;'></tt>">
+ 
+ <!ENTITY a.nash "Alex Nash 
+   <tt><htmlurl url='mailto:nash@mcs.com' 
+   name='&lt;nash@mcs.com&gt;'></tt>">
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.
  
! <sect2><heading>/etc/ttys</heading>
  <p>
  
  <tt>/etc/ttys</tt> is the list of <tt/ttys/ for <tt/init/ to monitor.
--- 472,478 ----
  16550A-based serial ports, you may receive sio ``silo'' errors at 57.6
  Kbps.
  
! <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.
diff -c /usr/src/share/doc/handbook/hw.sgml ./hw.sgml
*** /usr/src/share/doc/handbook/hw.sgml	Wed Jan 31 09:36:29 1996
--- ./hw.sgml	Sun May 19 17:02:25 1996
***************
*** 293,298 ****
--- 293,346 ----
  	    </enum>
  
  
+ <sect2><heading>Cyclades</heading>
+ 
+ 	  <p><em>Contributed by &a.nash;.<newline>19 May
+ 	      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:build" 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>Add dialup lines to <ref id="dialup:ttys" name="/etc/ttys">
+ 		if appropriate.  Simply copy a serial device (<tt>ttyd</tt>) 
+ 		entry and use <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>
+ 
+ 
  <sect1><heading>* Parallel ports</heading>
  <sect1><heading>* Modems</heading>
  <sect1><heading>* Network cards</heading>
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 ****
  
  	</itemize></p>
  
!     <sect><heading>Building and Installing a Custom Kernel</heading>
  
        <p>First, let us take a quick tour of the kernel build
  	directory.  All directories mentioned will be relative to
--- 44,50 ----
  
  	</itemize></p>
  
!     <sect><heading>Building and Installing a Custom Kernel<label id="kernelconfig:build"></heading>
  
        <p>First, let us take a quick tour of the kernel build
  	directory.  All directories mentioned will be relative to



>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605192219.RAA01312>