Deleted Added
sdiff udiff text old ( 81590 ) new ( 84877 )
full compact
1.\" Copyright (c) 1990, 1991 The Regents of the University of California.
2.\" All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" the Systems Programming Group of the University of Utah Computer
6.\" Science Department.
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 21 unchanged lines hidden (view full) ---

30.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33.\" SUCH DAMAGE.
34.\"
35.\" from: @(#)dca.4 5.2 (Berkeley) 3/27/91
36.\" from: com.4,v 1.1 1993/08/06 11:19:07 cgd Exp
37.\" from: sio.4,v 1.16 1995/06/26 06:05:30 bde Exp $
38.\" $FreeBSD: head/share/man/man4/cy.4 84877 2001-10-13 09:08:37Z yokota $
39.\"
40.Dd June 14, 1999
41.Dt CY 4 i386
42.Os
43.Sh NAME
44.Nm cy
45.Nd Cyclades Cyclom-Y serial driver
46.Sh SYNOPSIS
47.Cd "options CY_PCI_FASTINTR"
48.Cd "device cy 1"
49.Pp
50In
51.Pa /boot/device.hints :
52.Cd hint.cy.0.at="isa"
53.Cd hint.cy.0.irq="10"
54.Cd hint.cy.0.maddr="0xd4000"
55.Cd hint.cy.0.msize="0x2000"
56.Pp
57If you have two cards:
58.Cd "options CY_PCI_FASTINTR"
59.Cd "device cy 2"
60.Pp
61.Cd hint.cy.0.at="isa"
62.Cd hint.cy.0.irq="10"
63.Cd hint.cy.0.maddr="0xd4000"
64.Cd hint.cy.0.msize="0x2000"
65.Cd hint.cy.1.at="isa"
66.Cd hint.cy.1.irq="11"
67.Cd hint.cy.1.maddr="0xd6000"
68.Cd hint.cy.1.msize="0x2000"
69.Pp
70Minor numbering:
71.Pp
72.Bd -literal
730b\fIMMMMMMMMMMMMMMMMxxxxxxxxOLIMMMMM\fR
74 call\fBO\fRut
75 \fBL\fRock
76 \fBI\fRnitial
77 \fBMMMMMMMMMMMMMMMM MMMMMM\fRinor

--- 164 unchanged lines hidden ---