summaryrefslogtreecommitdiff
path: root/sys/arch/sgi
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sgi')
-rw-r--r--sys/arch/sgi/sgi/autoconf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sgi/sgi/autoconf.c b/sys/arch/sgi/sgi/autoconf.c
index 180bbb147ab..b2ada3e0ebe 100644
--- a/sys/arch/sgi/sgi/autoconf.c
+++ b/sys/arch/sgi/sgi/autoconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.c,v 1.17 2008/03/30 22:19:33 deraadt Exp $ */
+/* $OpenBSD: autoconf.c,v 1.18 2008/07/21 04:35:54 todd Exp $ */
/*
* Copyright (c) 1996 Per Fogelstrom
* Copyright (c) 1995 Theo de Raadt
@@ -275,5 +275,6 @@ struct nam2blk nam2blk[] = {
{ "sd", 0 },
{ "wd", 4 },
{ "rd", 8 },
+ { "vnd", 2 },
{ NULL, -1 }
};