diff options
author | 2002-10-10 17:51:06 +0000 | |
---|---|---|
committer | 2002-10-10 17:51:06 +0000 | |
commit | 598f34f0a263bb28494da88c1762e3b79a432b44 (patch) | |
tree | 5c9ca0c1e0b6b7f266bc973984cecd278c0208f1 | |
parent | Match the Sun Crypto Adapter 1000, it appears to be a broadcom 5821. (diff) | |
download | wireguard-openbsd-598f34f0a263bb28494da88c1762e3b79a432b44.tar.xz wireguard-openbsd-598f34f0a263bb28494da88c1762e3b79a432b44.zip |
mention that the Sun Crypto Accelerator 1000 is suspected to be a Broadom 5821.
If someone can confirm this (and heck, even better, test the driver patch
I just committed and lemme know, I'd appreciate it).
-rw-r--r-- | share/man/man4/ubsec.4 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man4/ubsec.4 b/share/man/man4/ubsec.4 index f286f5e9d70..9d9d9676fed 100644 --- a/share/man/man4/ubsec.4 +++ b/share/man/man4/ubsec.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ubsec.4,v 1.18 2002/09/26 07:55:41 miod Exp $ +.\" $OpenBSD: ubsec.4,v 1.19 2002/10/10 17:51:06 jason Exp $ .\" .\" Copyright (c) 2000 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -92,4 +92,5 @@ The device driver appeared in .Ox 2.8 . .Sh BUGS -The BCM5801, BCM5802, and BCM5822 have not actually been tested. +The BCM5801 and BCM5802 have not actually been tested. The Sun Crypto +Accelerator 1000 is suspected to be a Broadcom 5821. |