diff options
author | 2007-11-26 20:14:42 +0000 | |
---|---|---|
committer | 2007-11-26 20:14:42 +0000 | |
commit | 4d93006f70f983e05dbc92589f219224617e587e (patch) | |
tree | 305fafc309f50aec44a33ca932b065a3860778b8 /sys/dev/softraid.c | |
parent | implement atascsi_probe_dev and atascsi_detach_dev. they let a hba tell (diff) | |
download | wireguard-openbsd-4d93006f70f983e05dbc92589f219224617e587e.tar.xz wireguard-openbsd-4d93006f70f983e05dbc92589f219224617e587e.zip |
Just CRYPTO; RAID CRYPTO doesn't mean anything.
Diffstat (limited to 'sys/dev/softraid.c')
-rw-r--r-- | sys/dev/softraid.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/softraid.c b/sys/dev/softraid.c index e97092d5954..2a3e70c1085 100644 --- a/sys/dev/softraid.c +++ b/sys/dev/softraid.c @@ -1,4 +1,4 @@ -/* $OpenBSD: softraid.c,v 1.86 2007/11/26 13:49:26 tedu Exp $ */ +/* $OpenBSD: softraid.c,v 1.87 2007/11/26 20:14:42 marco Exp $ */ /* * Copyright (c) 2007 Marco Peereboom <marco@peereboom.us> * @@ -820,7 +820,7 @@ sr_ioctl_createraid(struct sr_softc *sc, struct bioc_createraid *bc, int user) case 'C': if (no_chunk != 1) goto unwind; - strlcpy(sd->sd_name, "RAID CRYPTO", sizeof(sd->sd_name)); + strlcpy(sd->sd_name, "CRYPTO", sizeof(sd->sd_name)); break; #endif default: |