--- src/sys/dev/raid/vinum/vinumconfig.c 2004/07/02 15:47:56 1.6 +++ src/sys/dev/raid/vinum/vinumconfig.c 2005/09/16 04:34:13 1.6.2.1 @@ -45,7 +45,7 @@ * otherwise) arising in any way out of the use of this software, even if * advised of the possibility of such damage. * - * $Id: vinumconfig.c,v 1.6 2004/07/02 15:47:56 joerg Exp $ + * $Id: vinumconfig.c,v 1.6.2.1 2005/09/16 04:34:13 dillon Exp $ * $FreeBSD: src/sys/dev/vinum/vinumconfig.c,v 1.32.2.6 2002/02/03 00:43:35 grog Exp $ * $DragonFly$ */ @@ -1168,7 +1168,7 @@ config_subdisk(int update) parameter++; /* skip the keyword */ if ((strlen(token[parameter]) != 1) || (token[parameter][0] < 'a') - || (token[parameter][0] > 'h')) + || (token[parameter][0] > 'p')) throw_rude_remark(EINVAL, "%s: invalid partition %c", sd->name,