diff options
Diffstat (limited to 'sys/arch/mvme68k')
-rw-r--r-- | sys/arch/mvme68k/mvme68k/conf.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/mvme68k/mvme68k/conf.c b/sys/arch/mvme68k/mvme68k/conf.c index 1f2ac98c777..f7039a478fb 100644 --- a/sys/arch/mvme68k/mvme68k/conf.c +++ b/sys/arch/mvme68k/mvme68k/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.50 2010/09/23 05:02:14 claudio Exp $ */ +/* $OpenBSD: conf.c,v 1.51 2010/11/22 21:10:45 miod Exp $ */ /*- * Copyright (c) 1995 Theo de Raadt @@ -298,12 +298,6 @@ int chrtoblktbl[] = { }; int nchrtoblktbl = sizeof(chrtoblktbl) / sizeof(chrtoblktbl[0]); -/* - * This entire table could be autoconfig()ed but that would mean that - * the kernel's idea of the console would be out of sync with that of - * the standalone boot. I think it best that they both use the same - * known algorithm unless we see a pressing need otherwise. - */ #include <dev/cons.h> #define clcnpollc nullcnpollc |