diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2008-09-26 10:35:16 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2008-09-26 10:35:16 +0000 |
commit | 17fa253b80cce2fd92c8f1af0f69aff3ee1eadd7 (patch) | |
tree | 40490af44b8a4f9e7beb12df07d6a67a20922a44 /share/man/man4/pci.4 | |
parent | 3cfa51bd587e168a001ea6c5e1d0cfb55710cd87 (diff) |
Add drivers for the JMicron JMC250/JMC260 Ethernet controllers
and JMicron JMP202/JMP211 Ethernet PHYs.
Written by Pyun YongHyeon for FreeBSD, ported to DragonFlyBSD
by Sepherosa Ziehau and then ported to OpenBSD by me.
Thanks once again to JMicron for supplying hardware and
information which made this possible.
Some cleanup still needs to be done, and checksum offload
needs to be sorted out, but the driver otherwise seems
to work great. Comitted over a JMC250 card.
Diffstat (limited to 'share/man/man4/pci.4')
-rw-r--r-- | share/man/man4/pci.4 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4 index 5c80e0a2c94..eaefd64430e 100644 --- a/share/man/man4/pci.4 +++ b/share/man/man4/pci.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pci.4,v 1.259 2008/09/17 06:26:13 brad Exp $ +.\" $OpenBSD: pci.4,v 1.260 2008/09/26 10:35:15 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: September 17 2008 $ +.Dd $Mdocdate: September 26 2008 $ .Dt PCI 4 .Os .Sh NAME @@ -200,6 +200,8 @@ Sun Happy Meal 10/100 Ethernet device Intel 82598 PCI Express 10Gb Ethernet device .It Xr ixgb 4 Intel PRO/10GbE 10Gb Ethernet device +.It Xr jme 4 +JMicron JMC250/JMC260 10/100/Gigabit Ethernet device .It Xr lge 4 Level 1 LXT1001 NetCellerator PCI Gigabit Ethernet device .It Xr lii 4 |