summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-12-27 12:44:57 +0000
committerphk <phk@FreeBSD.org>1998-12-27 12:44:57 +0000
commit2225f39db313f8cdb0b0f115337955924684df79 (patch)
tree34cfc55e458c1905e85f2dbc63dbc1224230fbd6 /share
parent77de2e7413bc386d29ba75317ca9630c99a5e698 (diff)
downloadFreeBSD-src-2225f39db313f8cdb0b0f115337955924684df79.zip
FreeBSD-src-2225f39db313f8cdb0b0f115337955924684df79.tar.gz
Pre 3.0 branch cleanup casualty #3: 3c505 ethernet support
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/man4.i386/Makefile5
-rw-r--r--share/man/man4/man4.i386/eg.472
2 files changed, 2 insertions, 75 deletions
diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile
index deeba2b..3e91492 100644
--- a/share/man/man4/man4.i386/Makefile
+++ b/share/man/man4/man4.i386/Makefile
@@ -1,8 +1,8 @@
-# $Id: Makefile,v 1.88 1998/12/04 18:01:22 wpaul Exp $
+# $Id: Makefile,v 1.89 1998/12/22 09:36:29 joerg Exp $
MAN4= adv.4 adw.4 aha.4 ahb.4 ahc.4 aic.4 alog.4 apm.4 ar.4 asc.4 bktr.4 \
bt.4 cs.4 cx.4 cy.4 de.4 \
- dgb.4 dpt.4 ed.4 eg.4 el.4 en.4 ep.4 ex.4 fdc.4 fe.4 fxp.4 gsc.4 ie.4 \
+ dgb.4 dpt.4 ed.4 el.4 en.4 ep.4 ex.4 fdc.4 fe.4 fxp.4 gsc.4 ie.4 \
io.4 joy.4 keyboard.4 labpc.4 le.4 lnc.4 lp.4 lpt.4 matcd.4 mcd.4 \
mem.4 meteor.4 mouse.4 mse.4 mtio.4 mx.4 nca.4 ncr.4 npx.4 \
pcf.4 pcm.4 pcvt.4 perfmon.4 pn.4 pnp.4 ppc.4 psm.4 \
@@ -29,7 +29,6 @@ MLINKS+= de.4 ../de.4
MLINKS+= dgb.4 ../dgb.4
MLINKS+= dpt.4 ../dpt.4
MLINKS+= ed.4 ../ed.4
-MLINKS+= eg.4 ../eg.4
MLINKS+= el.4 ../el.4
MLINKS+= en.4 ../en.4
MLINKS+= ep.4 ../ep.4
diff --git a/share/man/man4/man4.i386/eg.4 b/share/man/man4/man4.i386/eg.4
deleted file mode 100644
index e95bcf9..0000000
--- a/share/man/man4/man4.i386/eg.4
+++ /dev/null
@@ -1,72 +0,0 @@
-.\"
-.\" Copyright (c) 1994 James A. Jegers
-.\" All rights reserved.
-.\"
-.\" 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. The name of the author may not be used to endorse or promote products
-.\" derived from this software without specific prior written permission
-.\"
-.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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.
-.\"
-.\" $Id: eg.4,v 1.6 1998/03/12 07:30:31 charnier Exp $
-.\"
-.Dd July 10, 1995
-.Dt EG 4 i386
-.Os
-.Sh NAME
-.Nm eg
-.Nd Ethernet driver for 3Com 3c505 Etherlink+ Ethernet board
-.Sh SYNOPSIS
-.Cd "device eg0 at isa? port 0x310 net irq 5"
-.Sh DESCRIPTION
-The
-.Nm
-interface provides access to a 10 Mb/s Ethernet network via the
-3Com 3c505 board based on the Intel 82586 Ethernet chip.
-.Sh DIAGNOSTICS
-.Bl -diag
-.It "eg%d: configure card command failed"
-For some reason, the driver could not initialize the card. Please check
-the card's IRQ and I/O settings relative to those in the kernel
-configuration file.
-.El
-.Pp
-.Sh BUGS
-Uses the onboard firmware, which is not a good way to do it.
-Doesn't support DMA or high speeds.
-Currently the driver does not support multicast.
-The timeout interval can be quite long (16 seconds) for a 512k board.
-.Sh SEE ALSO
-.Xr ed 4 ,
-.Xr el 4 ,
-.Xr ep 4 ,
-.Xr ie 4 ,
-.Xr intro 4 ,
-.Xr le 4 ,
-.Xr ifconfig 8
-.Sh HISTORY
-The
-.Nm
-device driver first appeared in
-.Fx 2.0.5
-coming from NetBSD.
-.Sh AUTHORS
-The
-.Nm
-device driver was written by
-.An Dean Huxley .
-This manual page was written by
-.An James A. Jegers .
OpenPOWER on IntegriCloud