diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2016-06-08 17:24:45 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2016-06-08 17:24:45 +0000 |
commit | 622a1537a4a4a506bc359e09cb873bdc14455ddf (patch) | |
tree | aa50eabb1186f1954bdab630bb6735ed1c87c3db /sys/arch/socppc | |
parent | 009fd8e1fc4b627dc0b1f2f27ec4c460bf599ed1 (diff) |
remove obsolete raid from namtoblk tables. from Artturi Alm
Diffstat (limited to 'sys/arch/socppc')
-rw-r--r-- | sys/arch/socppc/socppc/autoconf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/socppc/socppc/autoconf.c b/sys/arch/socppc/socppc/autoconf.c index f7447d4e184..122585a80cd 100644 --- a/sys/arch/socppc/socppc/autoconf.c +++ b/sys/arch/socppc/socppc/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.5 2014/04/01 20:42:39 mpi Exp $ */ +/* $OpenBSD: autoconf.c,v 1.6 2016/06/08 17:24:44 tedu Exp $ */ /* * Copyright (c) 2008 Mark Kettenis @@ -68,7 +68,6 @@ struct nam2blk nam2blk[] = { { "wd", 0 }, { "sd", 2 }, { "rd", 17 }, - { "raid", 19 }, { "vnd", 14 }, { NULL, -1 } }; |