Index: head/share/man/man4/man4.i386/is.4 =================================================================== --- head/share/man/man4/man4.i386/is.4 (revision 13484) +++ head/share/man/man4/man4.i386/is.4 (nonexistent) @@ -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. Property changes on: head/share/man/man4/man4.i386/is.4 ___________________________________________________________________ Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Index: head/share/man/man4/man4.i386/Makefile =================================================================== --- head/share/man/man4/man4.i386/Makefile (revision 13484) +++ head/share/man/man4/man4.i386/Makefile (revision 13485) @@ -1,49 +1,48 @@ # @(#)Makefile 0.1 (RWGrimes) 3/25/93 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 MLINKS= aha.4 ../aha.4 MLINKS+= ahb.4 ../ahb.4 MLINKS+= ahc.4 ../ahc.4 MLINKS+= apm.4 ../apm.4 MLINKS+= ar.4 ../ar.4 MLINKS+= asc.4 ../asc.4 MLINKS+= bt.4 ../bt.4 MLINKS+= cx.4 ../cx.4 MLINKS+= cy.4 ../cy.4 MLINKS+= dgb.4 ../dgb.4 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 MLINKS+= labpc.4 ../labpc.4 MLINKS+= lpt.4 ../lpt.4 MLINKS+= matcd.4 ../matcd.4 MLINKS+= mcd.4 ../mcd.4 MLINKS+= mem.4 kmem.4 mem.4 ../mem.4 mem.4 ../kmem.4 MLINKS+= meteor.4 ../meteor.4 MLINKS+= mse.4 ../mse.4 MLINKS+= nca.4 ../nca.4 MLINKS+= npx.4 ../npx.4 MLINKS+= pcvt.4 ../pcvt.4 MLINKS+= scd.4 ../scd.4 MLINKS+= screen.4 ../screen.4 MLINKS+= sea.4 ../sea.4 MLINKS+= si.4 ../si.4 MLINKS+= sio.4 ../sio.4 MLINKS+= spkr.4 ../spkr.4 MLINKS+= tw.4 ../tw.4 MLINKS+= uha.4 ../uha.4 MLINKS+= wd.4 ../wd.4 MANSUBDIR=/i386 .include