diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2001-07-08 18:05:44 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2001-07-08 18:05:44 +0000 |
commit | 57bdfd4de6e53505bcd5b8b41240d64fbaae0a0a (patch) | |
tree | 5042c45387d35b89e727347b74bbc6fbc0769880 /sys/dev | |
parent | f524bbded1a63ecdc6be61e036087204ebe9ed83 (diff) |
Hifn has changed its company name, make the name consistent throughout
the tree. Hi/fn, Hi/Fn and HiFn -> Hifn.
--
Ok'd by deraadt@
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/hifn7751.c | 6 | ||||
-rw-r--r-- | sys/dev/pci/hifn7751reg.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/hifn7751var.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/lofn.c | 4 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs | 6 |
5 files changed, 12 insertions, 12 deletions
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 |