Home | History | Annotate | Line # | Download | only in man4.mvme68k
 $NetBSD: clmpcc.4,v 1.7 2017/02/17 22:24:47 christos Exp $

Copyright (c) 1999 The NetBSD Foundation, Inc.
All rights reserved.

This code is derived from software contributed to The NetBSD Foundation
by Steve C. Woodford.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.

.Dd February 17, 2017 .Dt CLMPCC 4 mvme68k .Os .Sh NAME .Nm clmpcc .Nd Cirrus Logic CD2400/CD2401 serial communications controller .Sh SYNOPSIS .Cd "clmpcc0 at pcctwo? ipl 4" .Sh DESCRIPTION The .Nm driver provides support for the Cirrus Logic CD2401 Multi-protocol Communications Controller found on Motorola MVME167 and MVME177 single-board computers.

p The chip integrates four serial channels in one package, with each channel being completely independent and capable of running in Async (with optional DMA control), Bisync, HDLC/SDLC and X.21 modes. Each channel has 32 bytes of FIFO, split into 16 bytes for the Tx side and 16 bytes for the Rx side.

p At the present time, the .Nm driver supports the non-DMA Async mode of operation, using the channel FIFOs to maximize throughput with minimal interrupt overhead.

p The Motorola MVME1x7 boards provide a 20MHz master clock to the device, which allows the Tx and Rx side to be independently set to any baud rate in the range 50 to 57600. The device should be capable of running at a baud rate of 115200, however it is not a rate documented in the device's datasheet for Async. mode so is not recommended. .Sh FILES l -tag -width Pa t Pa /dev/console t Pa /dev/ttyC1 t Pa /dev/ttyC2 t Pa /dev/ttyC3 .El .Sh DIAGNOSTICS l -diag t clmpcc%d: channel %d command timeout (idle) The chip failed to acknowledge a command sent to the specified channel. t clmpcc%d: Failed to reset chip The .Nm driver was unable to determine if the chip completed its RESET processing. .El .Sh SEE ALSO .Xr mvme68k/pcctwo 4 , .Xr tty 4 .Sh HISTORY The .Nm driver first appeared in .Nx 1.4 and is d .Sh BUGS The hardware flow control features of the chip are not yet fully supported.