Create MI manpages for ea(4) and eb(4) and remove the arm{26,32}-specific ones.

This commit is contained in:
bjh21 2001-04-10 21:11:11 +00:00
parent 37dcd07159
commit a886186c7f
6 changed files with 44 additions and 106 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.191 2001/04/09 19:16:03 wiz Exp $
# $NetBSD: Makefile,v 1.192 2001/04/10 21:11:11 bjh21 Exp $
# @(#)Makefile 8.1 (Berkeley) 6/18/93
MAN= adv.4 adw.4 ahb.4 ahc.4 an.4 aria.4 atalk.4 audio.4 auich.4 auvia.4 \
@ -43,6 +43,9 @@ MAN+= aha.4 ai.4 aic.4 ast.4 ate.4 boca.4 cs.4 cy.4 ec.4 ef.4 \
# machine-independent PCMCIA devices
MAN+= pcic.4 tcic.4 pcmcom.4 xi.4
# machine-independent podulebus devices
MAN+= ea.4 eb.4
# machine-independent VME devices
MAN+= si.4

View File

@ -1,6 +1,6 @@
.\" $NetBSD: ea.4,v 1.1 2000/07/22 23:14:38 bjh21 Exp $
.\" $NetBSD: ea.4,v 1.1 2001/04/10 21:11:11 bjh21 Exp $
.\"
.\" Copyright (c) 2000 Ben Harris
.\" Copyright (c) 2000, 2001 Ben Harris
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@ -25,12 +25,12 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd July 23, 2000
.Dd April 06, 2001
.Os
.Dt EA 4 arm26
.Dt EA 4
.Sh NAME
.Nm ea
.Nd Atomwide/ANT
.Nd Atomwide
.Dq Ether3
Ethernet driver
.Sh SYNOPSIS
@ -63,13 +63,9 @@ Media selection on these cards is through links on the board, so there
are no media options available through the driver.
.Sh SEE ALSO
.Xr ifconfig 8 ,
.Xr eb 4 ,
.Xr netintro 4 ,
.Xr podulebus 4
.Sh BUGS
The driver doesn't support 8-bit cards like the A-1009, A-1010, A-1011
and A-1012.
The driver doesn't support multicast.
Receiving more than one packet at a time seems to swamp the driver \(en NFS
should be used with small block sizes.

View File

@ -1,5 +1,6 @@
.\" $NetBSD: eb.4,v 1.1 2001/04/10 21:11:12 bjh21 Exp $
.\"
.\" Copyright (c) 1995 Mark Brinicombe
.\" Copyright (c) 2000, 2001 Ben Harris
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@ -10,12 +11,9 @@
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\" 3. All advertising materials mentioning features or use of this software
.\" must display the following acknowledgement:
.\" This product includes software developed by Mark Brinicombe.
.\" 4. The name of the author may not be used to endorse or promote products
.\" derived from this software without specific prior written permission
.\"
.\" 3. 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.
@ -27,35 +25,37 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $NetBSD: ea.4,v 1.8 1999/12/17 16:23:23 abs Exp $
.\"
.Dd
.Dt EA 4 arm32
.Dd April 06, 2001
.Os
.Dt EB 4
.Sh NAME
.Nm ea
.Nd Ethernet driver for SEQ8004 based podule Ethernet interfaces.
.Nm eb
.Nd ANT
.Dq EtherB
Ethernet driver
.Sh SYNOPSIS
.Cd "ea0 at podulebus?"
.Cd eb* at podulebus0 slot ?
.Sh DESCRIPTION
The
.Nm
interface provides access to a 10 Mb/s Ethernet network via the
SEEQ 8004 Ethernet chip.
.Sh HARDWARE
The Ethernet cards supported by the
.Nm
interface are:
.Pp
.Bl -tag -width -offset indent -compact
.It ANT Ether3 podule
.It ANT Ether5 podule
driver provides access to a 10 Mb/s Ethernet network through a
card based on the SEEQ 80C04 Ethernet Data Link Controller.
The cards supported by this driver are generally those supported by the
.Dq EtherB
driver under
.Tn RISC OS .
These include:
.Bl -bullet -compact
.It
ANT EtherB network slot card
.It
Acorn
.Tn AEH61
.El
.Sh SEE ALSO
.Xr ifconfig 8 ,
.Xr intro 4 ,
.Xr eb 4 ,
.Xr eh 4 ,
.Xr em 4 ,
.Xr es 4 ,
.Xr ie 4
.Xr ea 4 ,
.Xr netintro 4 ,
.Xr podulebus 4

View File

@ -1,7 +1,7 @@
# from: @(#)Makefile 5.1 (Berkeley) 2/12/91
# $NetBSD: Makefile,v 1.4 2000/12/20 21:12:14 bjh21 Exp $
# $NetBSD: Makefile,v 1.5 2001/04/10 21:11:12 bjh21 Exp $
MAN= arckbd.4 cpu.4 dtide.4 ea.4 eh.4 ei.4 podulebus.4 unixbp.4
MAN= arckbd.4 cpu.4 dtide.4 eh.4 ei.4 podulebus.4 unixbp.4
MLINKS= arckbd.4 arcwskbd.4 arckbd.4 arcwsmouse.4
MANSUBDIR=/arm26

View File

@ -1,8 +1,8 @@
# from: @(#)Makefile 5.1 (Berkeley) 2/12/91
# $NetBSD: Makefile,v 1.5 1997/10/18 03:52:05 mark Exp $
# $NetBSD: Makefile,v 1.6 2001/04/10 21:11:13 bjh21 Exp $
MAN= intro.4 asc.4 autoconf.4 beep.4 com.4
MAN+= cosc.4 csc.4 ea.4 eb.4 eh.4 em.4 es.4 ie.4 kbd.4 lpt.4
MAN+= cosc.4 csc.4 eh.4 em.4 es.4 ie.4 kbd.4 lpt.4
MAN+= mainbus.4 mem.4
MAN+= oak.4 podulebus.4 ptsc.4 quadmouse.4 wd.4

View File

@ -1,61 +0,0 @@
.\"
.\" Copyright (c) 1995 Mark Brinicombe
.\" 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. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\" 3. All advertising materials mentioning features or use of this software
.\" must display the following acknowledgement:
.\" This product includes software developed by Mark Brinicombe.
.\" 4. 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.
.\"
.\" $NetBSD: eb.4,v 1.8 1999/12/17 16:23:23 abs Exp $
.\"
.Dd
.Dt EB 4 arm32
.Os
.Sh NAME
.Nm eb
.Nd Ethernet driver for SEQ8005 based network slot Ethernet interfaces.
.Sh SYNOPSIS
.Cd "eb0 at podulebus?"
.Sh DESCRIPTION
The
.Nm
interface provides access to a 10 Mb/s Ethernet network via the
SEEQ 8005 Ethernet chip.
.Sh HARDWARE
The Ethernet cards supported by the
.Nm
interface are:
.Pp
.Bl -tag -width -offset indent -compact
.It Acorn AEH61 network slot card
.It ANT EtherB network slot card
.El
.Sh SEE ALSO
.Xr ifconfig 8 ,
.Xr intro 4 ,
.Xr ea 4 ,
.Xr eh 4 ,
.Xr em 4 ,
.Xr es 4 ,
.Xr ie 4