diff options
author | 2018-07-10 03:19:18 +0000 | |
---|---|---|
committer | 2018-07-10 03:19:18 +0000 | |
commit | 4c8f636a7110d9cb189794d22fe2567421e53b34 (patch) | |
tree | bdc917d143db9db60a7cdd9cf5bc1f01eff250c0 | |
parent | build pcidump on armv7 (diff) | |
download | wireguard-openbsd-4c8f636a7110d9cb189794d22fe2567421e53b34.tar.xz wireguard-openbsd-4c8f636a7110d9cb189794d22fe2567421e53b34.zip |
sync arm64 and armv7 pci
-rw-r--r-- | share/man/man4/pci.4 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4 index eada6d50030..00ccd4dab93 100644 --- a/share/man/man4/pci.4 +++ b/share/man/man4/pci.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pci.4,v 1.362 2018/07/08 14:57:12 sthen Exp $ +.\" $OpenBSD: pci.4,v 1.363 2018/07/10 03:19:18 jsg Exp $ .\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $ .\" .\" Copyright (c) 2000 Theo de Raadt. All rights reserved. @@ -31,7 +31,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 8 2018 $ +.Dd $Mdocdate: July 10 2018 $ .Dt PCI 4 .Os .Sh NAME @@ -50,10 +50,15 @@ .Cd "pci* at mainbus0" .Pp .Cd "# arm64" +.Cd "pci* at acpipci?" .Cd "pci* at dwpcie?" .Cd "pci* at pciecam?" .Cd "pci* at rkpcie?" .Pp +.Cd "# armv7" +.Cd "pci* at mvpcie?" +.Cd "pci* at pciecam?" +.Pp .Cd "# hppa" .Cd "pci* at dino?" .Cd "pci* at elroy?" |