summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--distrib/notes/i386/hardware4
-rw-r--r--share/man/man4/hifn.412
-rw-r--r--share/man/man4/lofn.46
-rw-r--r--sys/dev/pci/hifn7751.c6
-rw-r--r--sys/dev/pci/hifn7751reg.h4
-rw-r--r--sys/dev/pci/hifn7751var.h4
-rw-r--r--sys/dev/pci/lofn.c4
-rw-r--r--sys/dev/pci/pcidevs6
8 files changed, 23 insertions, 23 deletions
diff --git a/distrib/notes/i386/hardware b/distrib/notes/i386/hardware
index aceeee8b95a..ef8a061c918 100644
--- a/distrib/notes/i386/hardware
+++ b/distrib/notes/i386/hardware
@@ -359,10 +359,10 @@ Supported hardware {:-include-:}:
interfaces
Cryptography Accelerators
Broadcom Bluesteelnet uBsec 5501, 5601, 5805, 5820
- Hi/Fn 7751-based boards, including:
+ Hifn 7751-based boards, including:
GTGI PowerCrypt Encryption Accelerator
NETSEC 7751
- HiFn reference board
+ Hifn reference board
Invertex AEON
PC Cards (PCMCIA and Carbus)
ATA cards, including:
diff --git a/share/man/man4/hifn.4 b/share/man/man4/hifn.4
index 0e700ba0490..3b2c00b1ca5 100644
--- a/share/man/man4/hifn.4
+++ b/share/man/man4/hifn.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hifn.4,v 1.22 2001/07/04 15:59:52 deraadt Exp $
+.\" $OpenBSD: hifn.4,v 1.23 2001/07/08 18:05:41 brad Exp $
.\"
.\" Copyright (c) 2000 Theo de Raadt
.\" All rights reserved.
@@ -31,18 +31,18 @@
.Os
.Sh NAME
.Nm hifn
-.Nd Hi/fn 7751/7951 crypto accelerator
+.Nd Hifn 7751/7951 crypto accelerator
.Sh SYNOPSIS
.Cd "hifn* at pci? dev ? function ?"
.Sh DESCRIPTION
The
.Nm
-driver supports various cards containing the Hi/fn 7751 or Hi/Fn 7951
+driver supports various cards containing the Hifn 7751 or Hifn 7951
chipsets, such as
.Bl -tag -width namenamenamena -offset indent
.It Invertex AEON
No longer being made. Came as 128KB SRAM model, or 2MB DRAM model.
-.It Hi/fn 7751
+.It Hifn 7751
Reference board with 512KB SRAM.
.It PowerCrypt
See
@@ -63,7 +63,7 @@ and SHA1-HMAC96 operations in
.Xr ipsec 4 .
.Pp
The
-.Tn Hi/Fn 7951
+.Tn Hifn 7951
will also supply data to the kernel
.Xr random 4
subsystem.
@@ -79,7 +79,7 @@ all vendors currently just use the obvious ID which is 13 bytes of 0.
.Xr random 4 ,
.Xr crypto 9
.Sh CAVEATS
-The Hi/fn 9751 shares the same PCI id. This chip is basically a 7751, but
+The Hifn 9751 shares the same PCI id. This chip is basically a 7751, but
with the cryptographic functions missing. Instead, the 9751 is only capable
of doing compression. Since we do not currently attempt to use any of
these chips to do compression, the 9751-based cards are not useful.
diff --git a/share/man/man4/lofn.4 b/share/man/man4/lofn.4
index 8988aeb0d7f..2f8556a34b0 100644
--- a/share/man/man4/lofn.4
+++ b/share/man/man4/lofn.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: lofn.4,v 1.1 2001/06/26 05:41:19 jason Exp $
+.\" $OpenBSD: lofn.4,v 1.2 2001/07/08 18:05:41 brad Exp $
.\"
.\" Copyright (c) 2001 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@@ -34,13 +34,13 @@
.Os
.Sh NAME
.Nm lofn
-.Nd Hi/Fn 6500 crypto accelerator driver
+.Nd Hifn 6500 crypto accelerator driver
.Sh SYNOPSIS
.Cd "lofn* at pci? dev ? function ?"
.Sh DESCRIPTION
The
.Nm
-driver supports cards the Hi/Fn 6500 public key processor.
+driver supports cards the Hifn 6500 public key processor.
Currently, no cryptography operations are supported, but the
.Nm
driver will provide random data to the
diff --git a/sys/dev/pci/hifn7751.c b/sys/dev/pci/hifn7751.c
index 0b8de345a8e..cc0cf7bbcde 100644
--- a/sys/dev/pci/hifn7751.c
+++ b/sys/dev/pci/hifn7751.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: hifn7751.c,v 1.82 2001/06/25 19:49:14 jason Exp $ */
+/* $OpenBSD: hifn7751.c,v 1.83 2001/07/08 18:05:41 brad Exp $ */
/*
- * Invertex AEON / Hi/fn 7751 driver
+ * Invertex AEON / Hifn 7751 driver
* Copyright (c) 1999 Invertex Inc. All rights reserved.
* Copyright (c) 1999 Theo de Raadt
* Copyright (c) 2000-2001 Network Security Technologies, Inc.
@@ -36,7 +36,7 @@
*/
/*
- * Driver for the Hi/Fn 7751 encryption processor.
+ * Driver for the Hifn 7751 encryption processor.
*/
#include <sys/param.h>
diff --git a/sys/dev/pci/hifn7751reg.h b/sys/dev/pci/hifn7751reg.h
index c7120c10c37..cd3de5b4bf3 100644
--- a/sys/dev/pci/hifn7751reg.h
+++ b/sys/dev/pci/hifn7751reg.h
@@ -1,7 +1,7 @@
-/* $OpenBSD: hifn7751reg.h,v 1.27 2001/06/27 03:33:53 angelos Exp $ */
+/* $OpenBSD: hifn7751reg.h,v 1.28 2001/07/08 18:05:42 brad Exp $ */
/*
- * Invertex AEON / Hi/fn 7751 driver
+ * Invertex AEON / Hifn 7751 driver
* Copyright (c) 1999 Invertex Inc. All rights reserved.
* Copyright (c) 1999 Theo de Raadt
* Copyright (c) 2000-2001 Network Security Technologies, Inc.
diff --git a/sys/dev/pci/hifn7751var.h b/sys/dev/pci/hifn7751var.h
index de54e9de522..cb1b46d0b37 100644
--- a/sys/dev/pci/hifn7751var.h
+++ b/sys/dev/pci/hifn7751var.h
@@ -1,7 +1,7 @@
-/* $OpenBSD: hifn7751var.h,v 1.27 2001/06/27 03:33:53 angelos Exp $ */
+/* $OpenBSD: hifn7751var.h,v 1.28 2001/07/08 18:05:42 brad Exp $ */
/*
- * Invertex AEON / Hi/fn 7751 driver
+ * Invertex AEON / Hifn 7751 driver
* Copyright (c) 1999 Invertex Inc. All rights reserved.
* Copyright (c) 1999 Theo de Raadt
* Copyright (c) 2000-2001 Network Security Technologies, Inc.
diff --git a/sys/dev/pci/lofn.c b/sys/dev/pci/lofn.c
index bc0005dcc3d..d02a77fc554 100644
--- a/sys/dev/pci/lofn.c
+++ b/sys/dev/pci/lofn.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lofn.c,v 1.7 2001/06/26 23:34:18 jason Exp $ */
+/* $OpenBSD: lofn.c,v 1.8 2001/07/08 18:05:43 brad Exp $ */
/*
* Copyright (c) 2001 Jason L. Wright (jason@thought.net)
@@ -32,7 +32,7 @@
*/
/*
- * Driver for the Hi/Fn 6500 assymmetric encryption processor.
+ * Driver for the Hifn 6500 assymmetric encryption processor.
*/
#include <sys/param.h>
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs
index f02e91678ba..b3f152bcecd 100644
--- a/sys/dev/pci/pcidevs
+++ b/sys/dev/pci/pcidevs
@@ -1,4 +1,4 @@
- $OpenBSD: pcidevs,v 1.414 2001/07/07 11:22:00 niklas Exp $
+ $OpenBSD: pcidevs,v 1.415 2001/07/08 18:05:43 brad Exp $
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
/*
@@ -523,7 +523,7 @@ vendor SIIG 0x131f SIIG
vendor KAWASAKI 0x136b Kawasaki
vendor LMC 0x1376 LAN Media Corp
vendor NETGEAR 0x1385 Netgear
-vendor HIFN 0x13a3 Hi/Fn
+vendor HIFN 0x13a3 Hifn
vendor TRIWARE 0x13c1 3ware
vendor SUNDANCE 0x13f0 Sundance
vendor CMI 0x13f6 C-Media Electronics
@@ -1120,7 +1120,7 @@ product HP J2585A 0x1030 J2585A
product HP J2585B 0x1031 J2585B
product HP NETRAID_4M 0x10c2 NetRaid-4M
-/* Hi/Fn products */
+/* Hifn products */
product HIFN 7751 0x0005 7751
product HIFN 6500 0x0006 6500
product HIFN 7951 0x0012 7951