summaryrefslogtreecommitdiff
path: root/share/man/man4/man4.sgi
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2004-08-10 08:17:10 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2004-08-10 08:17:10 +0000
commit9e89ae6c30c340f98e2352d7c805ed9285f37b29 (patch)
tree7406f04c50a7f36ea3662f54a973cf14df8106c5 /share/man/man4/man4.sgi
parent42e72ea630b254a6f994259645dfea288f99e503 (diff)
if_mec man
Diffstat (limited to 'share/man/man4/man4.sgi')
-rw-r--r--share/man/man4/man4.sgi/Makefile4
-rw-r--r--share/man/man4/man4.sgi/mec.436
2 files changed, 38 insertions, 2 deletions
diff --git a/share/man/man4/man4.sgi/Makefile b/share/man/man4/man4.sgi/Makefile
index 3afeb09d424..cb95289baaf 100644
--- a/share/man/man4/man4.sgi/Makefile
+++ b/share/man/man4/man4.sgi/Makefile
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile,v 1.1 2004/08/06 23:51:59 mickey Exp $
+# $OpenBSD: Makefile,v 1.2 2004/08/10 08:17:09 mickey Exp $
MAN= crime.4 dpclock.4 dsclock.4 gio.4 haltwo.4 hpc.4 imc.4 intro.4 \
- mace.4 newport.4 pic.4 wdsc.4
+ mace.4 mec.4 newport.4 pic.4 wdsc.4
MANSUBDIR=sgi
.include <bsd.prog.mk>
diff --git a/share/man/man4/man4.sgi/mec.4 b/share/man/man4/man4.sgi/mec.4
new file mode 100644
index 00000000000..dc74d4fd2a2
--- /dev/null
+++ b/share/man/man4/man4.sgi/mec.4
@@ -0,0 +1,36 @@
+.\" $OpenBSD: mec.4,v 1.1 2004/08/10 08:17:09 mickey Exp $
+.\"
+.\" Written by Michael Shalayeff, 2004. Public Domain.
+.\"
+.Dd August 10, 2004
+.Dt MEC 4 SGI
+.Os
+.Sh NAME
+.Nm mec
+.Nd MAC-110 Ethernet controller
+.Sh SYNOPSIS
+.Cd "mec0 at macebus0 sys 0x18 base 0x00280000 irq 4"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the MAC-110 Fast Ethernet controller
+found on the
+.Tn O2
+machines.
+.Sh SEE ALSO
+.Xr arp 4 ,
+.Xr intro 4 ,
+.Xr mace 4 ,
+.Xr netintro 4 ,
+.Xr ifconfig 8
+.Sh HISTORY
+The
+.Nm
+device driver first appeared in
+.Ox 3.6 .
+.Sh AUTHORS
+The
+.Nm
+device driver was written by Izumi Tsutsui and Christopher SEKIYA.
+.Ox
+port was done by Michael Shalayeff.