summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorjohns <johns@cvs.openbsd.org>1998-03-19 21:18:13 +0000
committerjohns <johns@cvs.openbsd.org>1998-03-19 21:18:13 +0000
commit7b48943ce6110371ac538ccefc64a5ed66697bb3 (patch)
tree8a7cdb05514d1dbe5ebaecada4d40bdd876ad9b5 /share
parent0df8548bf4570f7edf2d43c9baab60552ce7d9b2 (diff)
Add ie.4 man page..
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/man4.sparc/Makefile4
-rw-r--r--share/man/man4/man4.sparc/ie.447
2 files changed, 49 insertions, 2 deletions
diff --git a/share/man/man4/man4.sparc/Makefile b/share/man/man4/man4.sparc/Makefile
index d10bb8d01a2..b20efb20ceb 100644
--- a/share/man/man4/man4.sparc/Makefile
+++ b/share/man/man4/man4.sparc/Makefile
@@ -1,9 +1,9 @@
# from: @(#)Makefile 8.2 (Berkeley) 2/16/94
-# $Id: Makefile,v 1.4 1998/03/07 23:34:07 johns Exp $
+# $Id: Makefile,v 1.5 1998/03/19 21:18:12 johns Exp $
MAN= intro.4
MAN+= bwtwo.4 cgtwo.4 cgthree.4 cgfour.4 cgsix.4 cgeight.4 cgfourteen.4
-MAN+= fd.4 esp.4 kbd.4 le.4 mem.4 ms.4 openprom.4 si.4 sw.4 tcx.4
+MAN+= esp.4 fd.4 ie.4 kbd.4 le.4 mem.4 ms.4 openprom.4 si.4 sw.4 tcx.4
MAN+= xd.4 xy.4 zs.4
MLINKS= mem.4 kmem.4
MANSUBDIR=/sparc
diff --git a/share/man/man4/man4.sparc/ie.4 b/share/man/man4/man4.sparc/ie.4
new file mode 100644
index 00000000000..cc982f301be
--- /dev/null
+++ b/share/man/man4/man4.sparc/ie.4
@@ -0,0 +1,47 @@
+.\" $OpenBSD: ie.4,v 1.1 1998/03/19 21:18:12 johns Exp $
+.\"
+.\" Copyright (c) 1998 The OpenBSD Project
+.\" All rights reserved.
+.\"
+.Dd March 9, 1998
+.Dt IE 4 sparc
+.Os
+.Sh NAME
+.Nm ie
+.Nd SPARC Intel 82586 ethernet interface
+.Sh SYNOPSIS
+.Cd "ie0 at obio0 addr 0xf6000000 level 6 " Pq "sun4/200 on-board"
+.Cd "ie0 at obio0 addr 0x06000000 level 6 " Pq "sun4/100 on-board"
+.Cd "ie1 at vmes0 addr 0xffe88000 level 5 vect 0x75" Pq "VME"
+.Cd "ie2 at vmes0 addr 0xff31ff02 level 5 vect 0x76" Pq "VME"
+.Cd "ie3 at vmes0 addr 0xff35ff02 level 5 vect 0x77" Pq "VME"
+.Cd "ie4 at vmes0 addr 0xff2dff02 level 5 vect 0x7c" Pq "VME"
+.Sh DESCRIPTION
+The
+.Nm
+interface provides access to the 10 Mb/s Ethernet network via the
+.Tn Intel
+82586
+Ethernet chip set. The
+.Nm
+is found as an on-board interface on Sun 4/100, and 4/200 workstations.
+The
+.Nm
+also exists as a VME card.
+.Pp
+Each of the host's network addresses
+is specified at boot time with an
+.Dv SIOCSIFADDR
+.Xr ioctl 2 .
+The
+.Nm
+interface employs the address resolution protocol described in
+.Xr arp 4
+to dynamically map between Internet and Ethernet addresses on the local
+network.
+.Pp
+.Sh SEE ALSO
+.Xr le 4 ,
+.Xr intro 4 ,
+.Xr inet 4 ,
+.Xr arp 4