diff options
-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 }, |