summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2005-07-27 23:27:36 +0000
committerBrad Smith <brad@cvs.openbsd.org>2005-07-27 23:27:36 +0000
commit384dd4e678c157c3ed1db416dd8405b00bdacdd7 (patch)
tree3f02ab8c641c4f8c969edf3cb42d854f9c05b53b /share/man
parent5412c50547664c57e134311083958984cffb6aee (diff)
remove a useless chunk of the page and mention myself in the AUTHORS
section.
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/epic.422
1 files changed, 9 insertions, 13 deletions
diff --git a/share/man/man4/epic.4 b/share/man/man4/epic.4
index a09d5b04f02..4909c30d64d 100644
--- a/share/man/man4/epic.4
+++ b/share/man/man4/epic.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: epic.4,v 1.2 2005/05/10 03:29:50 brad Exp $
+.\" $OpenBSD: epic.4,v 1.3 2005/07/27 23:27:35 brad Exp $
.\"
.\" Copyright (c) 1998 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@@ -45,17 +45,6 @@ This driver provides support for the
.Tn EtherPower II 10/100
Ethernet cards.
.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
When a
.Nm
interface is brought up, by default, it will attempt to auto-negotiate the
@@ -108,4 +97,11 @@ device driver first appeared in
support was added in
.Ox 3.8 .
.Sh AUTHORS
-Jason R. Thorpe
+The
+.Nm
+driver was written by
+.An Jason R. Thorpe Aq thorpej@wasabisystems.com
+and ported to
+.Ox
+by
+.An Brad Smith Aq brad@openbsd.org .