diff options
author | wollman <wollman@FreeBSD.org> | 1996-01-18 21:53:08 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1996-01-18 21:53:08 +0000 |
commit | 5afac1da74f13f2c3108f7032f2da983409dd14d (patch) | |
tree | 8f336d5891c705faff4e19a4706378d4eab5d4b9 | |
parent | b80bc65434425fca3abfd5fa7deeebc7f6cea5b8 (diff) | |
download | FreeBSD-src-5afac1da74f13f2c3108f7032f2da983409dd14d.zip FreeBSD-src-5afac1da74f13f2c3108f7032f2da983409dd14d.tar.gz |
The is driver has been superseded by the lnc driver, so don't install
the is.4 man page.
-rw-r--r-- | share/man/man4/man4.i386/Makefile | 3 | ||||
-rw-r--r-- | share/man/man4/man4.i386/is.4 | 45 |
2 files changed, 1 insertions, 47 deletions
diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile index 3eb572d..652b921 100644 --- a/share/man/man4/man4.i386/Makefile +++ b/share/man/man4/man4.i386/Makefile @@ -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 diff --git a/share/man/man4/man4.i386/is.4 b/share/man/man4/man4.i386/is.4 deleted file mode 100644 index 8565c8e..0000000 --- a/share/man/man4/man4.i386/is.4 +++ /dev/null @@ -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. |