diff options
author | 2000-09-21 16:05:24 +0000 | |
---|---|---|
committer | 2000-09-21 16:05:24 +0000 | |
commit | 7d8743ca71933f015341731e9d3ff50dc6ee0356 (patch) | |
tree | 20f2fe0cd8d70c09ad62775ae3ecf838881e924e | |
parent | oops forgot the other case in the pmsintr for add_mouse_randomness() call (diff) | |
download | wireguard-openbsd-7d8743ca71933f015341731e9d3ff50dc6ee0356.tar.xz wireguard-openbsd-7d8743ca71933f015341731e9d3ff50dc6ee0356.zip |
fxp driver supports Intel CardBus II cads, but not the older generation.
-rw-r--r-- | share/man/man4/cardbus.4 | 4 | ||||
-rw-r--r-- | share/man/man4/fxp.4 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/cardbus.4 b/share/man/man4/cardbus.4 index 4accc224f71..cb2a2fb2c9b 100644 --- a/share/man/man4/cardbus.4 +++ b/share/man/man4/cardbus.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cardbus.4,v 1.5 2000/09/17 05:17:18 aaron Exp $ +.\" $OpenBSD: cardbus.4,v 1.6 2000/09/21 16:05:24 aaron Exp $ .\" $NetBSD: cardbus.4,v 1.4 2000/02/02 19:57:17 augustss Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -69,7 +69,7 @@ drivers, sorted by function and driver name: .Ss Network interfaces .Bl -tag -width speaker -offset ind -compact .It Xr fxp 4 -Intel PRO/100 CardBus I/II Ethernet interfaces. +Intel PRO/100 CardBus II Ethernet interfaces. .It Xr xl 4 3Com 3c575 and 3c656-based Ethernet interfaces. .El diff --git a/share/man/man4/fxp.4 b/share/man/man4/fxp.4 index f4a7201cfca..70bbc410c3a 100644 --- a/share/man/man4/fxp.4 +++ b/share/man/man4/fxp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fxp.4,v 1.14 2000/09/17 05:17:18 aaron Exp $ +.\" $OpenBSD: fxp.4,v 1.15 2000/09/21 16:05:24 aaron Exp $ .\" .\" Copyright (c) 1997 David E. O'Brien .\" @@ -53,7 +53,7 @@ Intel EtherExpress PRO/100+ PCI .It Intel EtherExpress PRO/100 Dual-Port PCI .It -Intel PRO/100 CardBus I/II PC Card +Intel PRO/100 CardBus II PC Card .El .Pp Other models of Intel network cards are supported by the |