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/amd64 | |
parent | 009fd8e1fc4b627dc0b1f2f27ec4c460bf599ed1 (diff) |
remove obsolete raid from namtoblk tables. from Artturi Alm
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/amd64/autoconf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/amd64/autoconf.c b/sys/arch/amd64/amd64/autoconf.c index f34e557c575..c75907afce5 100644 --- a/sys/arch/amd64/amd64/autoconf.c +++ b/sys/arch/amd64/amd64/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.46 2016/05/30 17:52:26 tedu Exp $ */ +/* $OpenBSD: autoconf.c,v 1.47 2016/06/08 17:24:44 tedu Exp $ */ /* $NetBSD: autoconf.c,v 1.1 2003/04/26 18:39:26 fvdl Exp $ */ /*- @@ -225,6 +225,5 @@ struct nam2blk nam2blk[] = { { "cd", 6 }, { "vnd", 14 }, { "rd", 17 }, - { "raid", 19 }, { NULL, -1 } }; |