diff options
author | 2006-02-20 02:59:43 +0000 | |
---|---|---|
committer | 2006-02-20 02:59:43 +0000 | |
commit | 82ec49c2308e66f999106666ca13a7b57c9fe134 (patch) | |
tree | e4e3add53d50f88f38ac1aab9de9e0d44b0029de | |
parent | Add acpibtn device. Remains disabled for now. (diff) | |
download | wireguard-openbsd-82ec49c2308e66f999106666ca13a7b57c9fe134.tar.xz wireguard-openbsd-82ec49c2308e66f999106666ca13a7b57c9fe134.zip |
There are systems with nfe attaching icsphy in the wild.
-rw-r--r-- | share/man/man4/nfe.4 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man4/nfe.4 b/share/man/man4/nfe.4 index 4b057c8003c..8de93e18ba8 100644 --- a/share/man/man4/nfe.4 +++ b/share/man/man4/nfe.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nfe.4,v 1.4 2006/02/13 06:08:16 brad Exp $ +.\" $OpenBSD: nfe.4,v 1.5 2006/02/20 02:59:43 jsg Exp $ .\" .\" Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org> .\" @@ -24,6 +24,7 @@ .Cd "nfe* at pci?" .Cd "ciphy* at mii?" .Cd "eephy* at mii?" +.Cd "icsphy* at mii?" .Cd "rlphy* at mii?" .Sh DESCRIPTION The @@ -53,6 +54,7 @@ Set 1000Mbps (Gigabit Ethernet) operation (recent models only). .Xr arp 4 , .Xr ciphy 4 , .Xr eephy 4 , +.Xr icsphy 4 , .Xr ifmedia 4 , .Xr intro 4 , .Xr netintro 4 , |