diff options
author | 1999-05-27 18:42:30 +0000 | |
---|---|---|
committer | 1999-05-27 18:42:30 +0000 | |
commit | ff65096f191eb97a644bf3cc86e0545f9a0b1769 (patch) | |
tree | bb484139145c5d40ce9136212d5b6f7f8afda179 | |
parent | add missing .El macros (which properly terminate .Bl macro lists) (diff) | |
download | wireguard-openbsd-ff65096f191eb97a644bf3cc86e0545f9a0b1769.tar.xz wireguard-openbsd-ff65096f191eb97a644bf3cc86e0545f9a0b1769.zip |
ie(4) supports the Intel EtherExpress 16
-rw-r--r-- | share/man/man4/man4.i386/ie.4 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/share/man/man4/man4.i386/ie.4 b/share/man/man4/man4.i386/ie.4 index 29eb4391d0b..6475884f051 100644 --- a/share/man/man4/man4.i386/ie.4 +++ b/share/man/man4/man4.i386/ie.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ie.4,v 1.4 1999/05/26 02:34:13 aaron Exp $ +.\" $OpenBSD: ie.4,v 1.5 1999/05/27 18:42:30 aaron Exp $ .\" .\" Copyright (c) 1994 James A. Jegers .\" All rights reserved. @@ -37,10 +37,11 @@ device driver supports Intel 82586-based Ethernet cards. This includes the following network adapters: .Pp .Bl -tag -width -offset indent -compact +.It 3Com 3C507 .It AT&T StarLAN 10 .It AT&T EN100 .It AT&T StarLan Fiber -.It 3Com 3C507 +.It Intel EtherExpress 16 .El .Pp Other models of 3Com network cards are supported by the @@ -51,6 +52,11 @@ Other models of 3Com network cards are supported by the and .Xr xl 4 drivers. +Other models of Intel network cards are supported by the +.Xr fxp 4 +and +.Xr iy 4 +drivers. .Pp For more information on configuring this device, see .Xr ifconfig 8 . @@ -63,6 +69,8 @@ For example, .Xr eg 4 , .Xr el 4 , .Xr ep 4 , +.Xr fxp 4 , .Xr ifmedia 4 , +.Xr iy 4 , .Xr xl 4 , .Xr ifconfig 8 |