diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2010-02-11 20:14:09 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2010-02-11 20:14:09 +0000 |
commit | e726d8d6e62e173404b2e441a55a32d8fb632754 (patch) | |
tree | 7ebbc61d114c673177e42a458cbf04b2e6ba4463 | |
parent | dd37095310257c5b7bfc0db8ae36120876eb46f2 (diff) |
cd in nam2blk; ok miod
-rw-r--r-- | sys/arch/loongson/loongson/autoconf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/loongson/loongson/autoconf.c b/sys/arch/loongson/loongson/autoconf.c index 76f6671bf8a..ba016b1e411 100644 --- a/sys/arch/loongson/loongson/autoconf.c +++ b/sys/arch/loongson/loongson/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.2 2010/02/04 16:41:16 otto Exp $ */ +/* $OpenBSD: autoconf.c,v 1.3 2010/02/11 20:14:08 otto Exp $ */ /* * Copyright (c) 2009 Miodrag Vallat. * @@ -127,6 +127,7 @@ device_register(struct device *dev, void *aux) struct nam2blk nam2blk[] = { { "sd", 0 }, + { "cd", 3 }, { "wd", 4 }, { "rd", 8 }, { "vnd", 2 }, |