diff options
-rw-r--r-- | share/man/man4/em.4 | 8 | ||||
-rw-r--r-- | share/man/man4/gcu.4 | 25 |
2 files changed, 18 insertions, 15 deletions
diff --git a/share/man/man4/em.4 b/share/man/man4/em.4 index 07e43bb7c81..9d208236054 100644 --- a/share/man/man4/em.4 +++ b/share/man/man4/em.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: em.4,v 1.43 2009/11/25 16:18:04 dms Exp $ +.\" $OpenBSD: em.4,v 1.44 2009/11/25 22:07:38 jmc Exp $ .\" Copyright (c) 2002 Intel Corporation .\" All rights reserved. .\" Redistribution and use in source and binary forms of the Software, with or without @@ -53,6 +53,8 @@ This includes the following models: .Pp .Bl -item -offset indent -compact .It +Axiomtek NA-200 EP80579 based board +.It HP ProLiant NC110T PCI Express Gigabit NIC .It HP ProLiant NC112T PCI Express Gigabit NIC @@ -150,8 +152,6 @@ Sun x8 PCI-E Quad Gigabit Ethernet ExpressModule Supermicro AOC-SG-i2 Dual Port Server Adapter .It Supermicro AOC-PG-I2+ Dual Port Server Adapter -.It -Axiomtek NA-200 EP80579 based board .El .Pp The @@ -179,11 +179,11 @@ For more information on configuring this device, see .Xr ifconfig 8 . .Sh SEE ALSO .Xr arp 4 , +.Xr gcu 4 , .Xr ifmedia 4 , .Xr intro 4 , .Xr netintro 4 , .Xr pci 4 , -.Xr gcu 4 , .Xr hostname.if 5 , .Xr ifconfig 8 .Sh HISTORY diff --git a/share/man/man4/gcu.4 b/share/man/man4/gcu.4 index 17923910817..20d4a56f7f2 100644 --- a/share/man/man4/gcu.4 +++ b/share/man/man4/gcu.4 @@ -1,11 +1,11 @@ -.\" $OpenBSD: gcu.4,v 1.1 2009/11/25 16:18:04 dms Exp $ +.\" $OpenBSD: gcu.4,v 1.2 2009/11/25 22:07:38 jmc Exp $ .\" .\" Copyright (c) 2009 Dariusz Swiderski <sfires@sfires.net> -.\" +.\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above .\" copyright notice and this permission notice appear in all copies. -.\" +.\" .\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES .\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR @@ -13,7 +13,7 @@ .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" +.\" .Dd $Mdocdate: November 25 2009 $ .Os .Dt GCU 4 @@ -25,19 +25,20 @@ .Sh DESCRIPTION The .Nm -driver provides access to the miibus that is hidden behind the GCU device. It -is used to control PHY's on embedded designs utilizing Intel's EP80579 +driver provides access to the miibus that is hidden behind the GCU device. +It is used to control PHYs on embedded designs utilizing Intel's EP80579 chips. .Pp The GCU also provides access to CAN, SSP and TDM signal strength drivers, -but since they are not supported by OpenBSD the driver does not provide any +but since they are not supported by +.Ox +the driver does not provide any functionality related to them. -.Pp .Sh SEE ALSO .Xr em 4 , .Xr intro 4 , .Xr netintro 4 , -.Xr pci 4 , +.Xr pci 4 .Pp Intel's EP80579 Datasheet: .Pa http://download.intel.com/design/intarch/ep80579/320066.pdf @@ -50,5 +51,7 @@ driver first appeared in The .Nm driver was written by -.An Dariusz Swiderski Aq dms@openbsd.org -partialy based on FreeBSD driver released by Intel under ISC license. +.An Dariusz Swiderski Aq dms@openbsd.org , +partially based on the +.Fx +driver released by Intel under the ISC license. |