diff options
author | 2002-05-19 05:13:38 +0000 | |
---|---|---|
committer | 2002-05-19 05:13:38 +0000 | |
commit | fae74ca7257bd67a00ae2a036dff4e8f238d5d1b (patch) | |
tree | 73b437309bd360c2dfc04d99672612478bd7d1a1 | |
parent | o Fix some fallout from argv handling changes. (diff) | |
download | wireguard-openbsd-fae74ca7257bd67a00ae2a036dff4e8f238d5d1b.tar.xz wireguard-openbsd-fae74ca7257bd67a00ae2a036dff4e8f238d5d1b.zip |
a few more cards the ep driver supports
-rw-r--r-- | share/man/man4/ep.4 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/share/man/man4/ep.4 b/share/man/man4/ep.4 index 7ec168595b9..10724775109 100644 --- a/share/man/man4/ep.4 +++ b/share/man/man4/ep.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ep.4,v 1.22 2002/01/24 23:00:05 mickey Exp $ +.\" $OpenBSD: ep.4,v 1.23 2002/05/19 05:13:38 brad Exp $ .\" .\" Copyright (c) 1994 Herb Peyerl .\" All rights reserved. @@ -50,6 +50,8 @@ This includes, among others, the following models: .Bl -tag -width 3CXXXX -offset indent -compact .It 3C509 EtherLink III ISA +.It 3C509B +EtherLink III ISA (Plug-and-Play) .It 3C556 EtherLink III LAN+Modem PC Card (PCMCIA) .It 3C562 @@ -62,8 +64,12 @@ EtherLink III EISA EtherLink III LAN PC Card (PCMCIA) .It 3C590 Fast EtherLink III PCI +.It 3C592 +EtherLink III EISA Bus Master .It 3C595 Fast EtherLink III 10/100 PCI +.It 3C597 +Fast EtherLink EISA 10/100 .El .Pp Other models of 3Com network cards are supported by the |