ntwo -> ntwoc
ntowc -> ntwoc

Reviewed by Christian Hopps.
This commit is contained in:
keihan 2003-01-25 00:17:30 +00:00
parent fbea162b87
commit a4c1e9c0ba

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ntwoc.4,v 1.3 2001/09/22 01:39:13 wiz Exp $
.\" $NetBSD: ntwoc.4,v 1.4 2003/01/25 00:17:30 keihan Exp $
.\"
.\" Copyright (c) 2000 Christian E. Hopps
.\" All rights reserved.
@ -32,8 +32,8 @@
.Nm ntwoc
.Nd Riscom/N2, N2pci, WANic/400 synchronous serial interfaces
.Sh SYNOPSIS
.Cd "ntowc* at pci? dev ? function ? flags 0"
.Cd "ntowc0 at isa? port 0x300 irq 5 iomem 0xc8000 flags 1"
.Cd "ntwoc* at pci? dev ? function ? flags 0"
.Cd "ntwoc0 at isa? port 0x300 irq 5 iomem 0xc8000 flags 1"
.Sh DESCRIPTION
The
.Nm
@ -145,13 +145,13 @@ SDL Communications WAN/ic 400 (untested)
.El
.Sh DIAGNOSTICS
.Bl -diag
.It "ntwo0: TXDMA underrun - fifo depth maxed"
.It "ntwoc0: TXDMA underrun - fifo depth maxed"
Indicates that the serial port's FIFO is being drained faster
than DMA can fill it. The driver automatically increases the
low-water mark at which to begin dma transfers when underruns
occur. This diagnostic is issued when the low-water mark is
maximized (i.e., 1 less than the depth of the FIFO).
.It "ntwo0: RXDMA buffer overflow"
.It "ntwoc0: RXDMA buffer overflow"
Indicates that a frame is being received by the card, but
there are no free receive buffers.
.El