diff options
author | 2006-07-12 19:09:03 +0000 | |
---|---|---|
committer | 2006-07-12 19:09:03 +0000 | |
commit | 1dd2835944c0160690596fc7c381186d99c5167b (patch) | |
tree | e1454d62f213397ce66e95b8581a76d022703161 | |
parent | add an initial PHY driver for the IC Plus IP1000A integrated PHY. (diff) | |
download | wireguard-openbsd-1dd2835944c0160690596fc7c381186d99c5167b.tar.xz wireguard-openbsd-1dd2835944c0160690596fc7c381186d99c5167b.zip |
mention ipgphy
-rw-r--r-- | share/man/man4/stge.4 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man4/stge.4 b/share/man/man4/stge.4 index e2eb8d5ba9f..e70e57adb0d 100644 --- a/share/man/man4/stge.4 +++ b/share/man/man4/stge.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stge.4,v 1.10 2005/08/23 16:51:55 jmc Exp $ +.\" $OpenBSD: stge.4,v 1.11 2006/07/12 19:09:03 brad Exp $ .\" $NetBSD: stge.4,v 1.5 2001/09/11 22:52:54 wiz Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -44,6 +44,7 @@ .Sh SYNOPSIS .Cd "stge* at pci?" .Cd "eephy* at mii?" +.Cd "ipgphy* at mii?" .Sh DESCRIPTION The .Nm @@ -70,6 +71,7 @@ The TC9021 supports IPv4 receive IP/TCP/UDP checksum offload. .Xr eephy 4 , .Xr ifmedia 4 , .Xr intro 4 , +.Xr ipgphy 4 , .Xr mii 4 , .Xr netintro 4 , .Xr pci 4 , |