diff options
author | 2000-09-17 05:17:18 +0000 | |
---|---|---|
committer | 2000-09-17 05:17:18 +0000 | |
commit | eec4bbe77c44efce47bfc95db3f757dcb2e73b24 (patch) | |
tree | 7ce97b30c83a9e2b7e6227762176df4e60073403 | |
parent | fxp cardbus attachment (diff) | |
download | wireguard-openbsd-eec4bbe77c44efce47bfc95db3f757dcb2e73b24.tar.xz wireguard-openbsd-eec4bbe77c44efce47bfc95db3f757dcb2e73b24.zip |
Update man pages to note support for Intel PRO/100 CardBus Ethernet.
-rw-r--r-- | share/man/man4/cardbus.4 | 6 | ||||
-rw-r--r-- | share/man/man4/fxp.4 | 15 |
2 files changed, 13 insertions, 8 deletions
diff --git a/share/man/man4/cardbus.4 b/share/man/man4/cardbus.4 index d43d6c0c85c..4accc224f71 100644 --- a/share/man/man4/cardbus.4 +++ b/share/man/man4/cardbus.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cardbus.4,v 1.4 2000/08/17 22:03:41 mickey Exp $ +.\" $OpenBSD: cardbus.4,v 1.5 2000/09/17 05:17:18 aaron Exp $ .\" $NetBSD: cardbus.4,v 1.4 2000/02/02 19:57:17 augustss Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -68,8 +68,10 @@ drivers, sorted by function and driver name: .Pp .Ss Network interfaces .Bl -tag -width speaker -offset ind -compact +.It Xr fxp 4 +Intel PRO/100 CardBus I/II Ethernet interfaces. .It Xr xl 4 -3Com 3c575TX, 3c575BTX, and 3c575CTX Ethernet interfaces. +3Com 3c575 and 3c656-based Ethernet interfaces. .El .Sh SEE ALSO .Xr intro 4 , diff --git a/share/man/man4/fxp.4 b/share/man/man4/fxp.4 index df01ae88c94..f4a7201cfca 100644 --- a/share/man/man4/fxp.4 +++ b/share/man/man4/fxp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fxp.4,v 1.13 2000/04/03 21:19:36 aaron Exp $ +.\" $OpenBSD: fxp.4,v 1.14 2000/09/17 05:17:18 aaron Exp $ .\" .\" Copyright (c) 1997 David E. O'Brien .\" @@ -32,7 +32,8 @@ .Nd Intel EtherExpress PRO/100 Ethernet device driver .Sh SYNOPSIS -.Cd "fxp* at pci?" +.Cd "fxp* at pci? dev ? function ?" +.Cd "fxp* at cardbus? dev ? function ?" .Sh DESCRIPTION The .Nm @@ -44,13 +45,15 @@ models: .Pp .Bl -item -offset indent -compact .It -Intel EtherExpress PRO/100 +Intel EtherExpress PRO/100 PCI .It -Intel EtherExpress PRO/100B +Intel EtherExpress PRO/100B PCI .It -Intel EtherExpress PRO/100+ +Intel EtherExpress PRO/100+ PCI .It -Intel EtherExpress PRO/100 Dual-Port +Intel EtherExpress PRO/100 Dual-Port PCI +.It +Intel PRO/100 CardBus I/II PC Card .El .Pp Other models of Intel network cards are supported by the |