blob: 299140d0927dd04645010e4df2b538e9462d2dfb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
.\" $OpenBSD: mec.4,v 1.3 2004/08/27 13:30:57 miod 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 macebus 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.
|