diff options
author | 2006-05-14 19:11:01 +0000 | |
---|---|---|
committer | 2006-05-14 19:11:01 +0000 | |
commit | 8787a99f9ae23136a476fa66c2536aa3b925625c (patch) | |
tree | 6ff4f08fe66d5d3bd9d4ebf2412852d4434cc802 | |
parent | Bring over workaround for broken BIOSes that use ACPI global interrupt numbers (diff) | |
download | wireguard-openbsd-8787a99f9ae23136a476fa66c2536aa3b925625c.tar.xz wireguard-openbsd-8787a99f9ae23136a476fa66c2536aa3b925625c.zip |
add wpi(4)
pointed out by deraadt@
-rw-r--r-- | share/man/man4/pci.4 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4 index f22baea5bf3..2ddeb895c19 100644 --- a/share/man/man4/pci.4 +++ b/share/man/man4/pci.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pci.4,v 1.147 2006/05/14 19:07:04 miod Exp $ +.\" $OpenBSD: pci.4,v 1.148 2006/05/14 19:11:01 damien Exp $ .\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $ .\" .\" Copyright (c) 2000 Theo de Raadt. All rights reserved. @@ -308,6 +308,9 @@ PRO/Wireless 3945ABG IEEE 802.11a/b/g wireless network adapters. Neterion Xframe-I/II Ten Gigabit Ethernet interfaces. .It Xr xl 4 3Com 3c555, 3c556, 3c900, 3c905, 3c980, and 3cSOHO Ethernet interfaces. +.It Xr wpi 4 +.Tn Intel +PRO/Wireless 3945ABG IEEE 802.11a/b/g wireless network adapters. .El .Ss Cryptography accelerators .Bl -tag -width 10n -offset ind -compact |