The is driver has been superseded by the lnc driver, so don't install

the is.4 man page.
This commit is contained in:
Garrett Wollman 1996-01-18 21:53:08 +00:00
parent 35fe659d58
commit 250ccd4a24
2 changed files with 1 additions and 47 deletions

View File

@ -2,7 +2,7 @@
MAN4= aha.4 ahb.4 ahc.4 apm.4 ar.4 asc.4 bt.4 cx.4 cy.4 dgb.4 \
ed.4 fdc.4 fe.4 ie.4 io.4 \
is.4 joy.4 keyboard.4 labpc.4 lpt.4 matcd.4 mcd.4 mem.4 meteor.4 \
joy.4 keyboard.4 labpc.4 lpt.4 matcd.4 mcd.4 mem.4 meteor.4 \
mse.4 nca.4 npx.4 pcvt.4 scd.4 screen.4 sea.4 si.4 sio.4 spkr.4 \
tw.4 uha.4 wd.4
@ -20,7 +20,6 @@ MLINKS+= ed.4 ../ed.4
MLINKS+= fdc.4 ../fdc.4
MLINKS+= fe.4 ../fe.4
MLINKS+= ie.4 ../ie.4
MLINKS+= is.4 ../is.4
MLINKS+= io.4 ../io.4
MLINKS+= joy.4 ../joy.4
MLINKS+= keyboard.4 ../keyboard.4

View File

@ -1,45 +0,0 @@
.\"
.\" Copyright (c) 1994, Wilko Bulte
.\" All rights reserved.
.\"
.Dd September 26, 1994
.Dt IS 4 i386
.Os
.Sh NAME
.Nm is
.Nd
ethernet device driver
.Sh SYNOPSIS
.Cd "device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr"
.Sh DESCRIPTION
The
.Nm is
driver provides support for Isolan AT4141-0 and Isolink 4110 ethernet
cards.
.Pp
.Sh DIAGNOSTICS
.Bl -diag
.It "is%d: reset"
The card had to be reset by the driver.
.It "is%d : Couldn't allocate memory for card"
The driver could not obtain dma-able memory.
.It "is%d: memory allocated not quadword aligned"
The dma-able memory obtained is not aligned on an 8 byte boundary.
.It "is%d: card failed to initialise"
The initialisation routine could not correctly setup the card.
.It "is%d: error: out of sync"
The driver is out of sync with the hardware. This should never happen.
.El
.Sh CAVEATS
There are a number of driver diagnostics that are not listed in the DIAGNOSTICS
section. You need intimate card and driver knowledge to understand them.
.Pp
.Sh SEE ALSO
.Xr arp 4 ,
.Xr ifconfig 8 ,
.Xr netintro 4
.Sh AUTHORS
The
.Nm
device driver was written by Paul Richards. This manual page was written
by Wilko C. Bulte.