diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2008-07-21 04:35:55 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2008-07-21 04:35:55 +0000 |
commit | d34de5d308fd2da85fca20d1c532458723a9d1bd (patch) | |
tree | a23631277c5c22da911796d022dcd526ef299f86 /sys/arch/hppa | |
parent | 84a77957ac0146e1470a5eace2f2370b56cee53e (diff) |
nam2blk[] needs a "vnd" entry for some things (like softraid)
ok marco@ no objection miod@ need this for regress djm@ no objection krw@
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/hppa/autoconf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa/hppa/autoconf.c b/sys/arch/hppa/hppa/autoconf.c index dbc172fe10d..15551aab5fd 100644 --- a/sys/arch/hppa/hppa/autoconf.c +++ b/sys/arch/hppa/hppa/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.52 2008/04/20 18:01:33 kettenis Exp $ */ +/* $OpenBSD: autoconf.c,v 1.53 2008/07/21 04:35:54 todd Exp $ */ /* * Copyright (c) 1998-2003 Michael Shalayeff @@ -480,5 +480,6 @@ struct nam2blk nam2blk[] = { { "cd", 6 }, { "fd", 7 }, { "wd", 8 }, + { "vnd", 2 }, { NULL, -1 } }; |