diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-02-18 18:29:28 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-02-18 18:29:28 +0000 |
commit | e14099da1c2a46f822d705625a5ae156623c9e5d (patch) | |
tree | 70653283dffe71b745609b9523e2d3318e99af19 | |
parent | 99341139205a7090a02354b6538ec9ee5e66de54 (diff) |
shorten message
-rw-r--r-- | sys/dev/pci/hifn7751.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/hifn7751.c b/sys/dev/pci/hifn7751.c index a63af5a148e..4115b8a573f 100644 --- a/sys/dev/pci/hifn7751.c +++ b/sys/dev/pci/hifn7751.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hifn7751.c,v 1.54 2001/01/31 05:14:02 jason Exp $ */ +/* $OpenBSD: hifn7751.c,v 1.55 2001/02/18 18:29:27 deraadt Exp $ */ /* * Invertex AEON / Hi/fn 7751 driver @@ -491,10 +491,10 @@ hifn_enable_crypto(sc, pciid) printf(": no encr/auth"); break; case HIFN_PUSTAT_ENA_1: - printf(": DES enabled"); + printf(": DES"); break; case HIFN_PUSTAT_ENA_2: - printf(": fully enabled"); + printf(": 3DES"); break; default: printf(": disabled"); |