diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-03 17:17:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-03 17:17:34 +0000 |
commit | cee132488eb0b5c2ba9b271e636150ffb1139cb7 (patch) | |
tree | a420e76a7791102591a95e04a0167b233d49389c /sys/dev/pci/lofn.c | |
parent | e73723e446dce78a3ed861fe20580beac5e0f336 (diff) |
advertise features of our crypto chips better; ok tdeval
jason is being a slacker
Diffstat (limited to 'sys/dev/pci/lofn.c')
-rw-r--r-- | sys/dev/pci/lofn.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/lofn.c b/sys/dev/pci/lofn.c index aae12700220..1c16016e4fd 100644 --- a/sys/dev/pci/lofn.c +++ b/sys/dev/pci/lofn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lofn.c,v 1.24 2004/01/09 21:32:24 brad Exp $ */ +/* $OpenBSD: lofn.c,v 1.25 2004/02/03 17:17:33 deraadt Exp $ */ /* * Copyright (c) 2001-2002 Jason L. Wright (jason@thought.net) @@ -167,7 +167,7 @@ lofn_attach(parent, self, aux) crypto_kregister(sc->sc_cid, algs, lofn_kprocess); - printf(": %s\n", intrstr); + printf(": PK, %s\n", intrstr); return; |