diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-11-22 21:10:46 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-11-22 21:10:46 +0000 |
commit | 3f5d1e243f1a3f9cff8a000dae3db7d1aa279211 (patch) | |
tree | d7a63cb4e4bd05caecfdd9772d6ce7cda0870bc3 /sys/arch/mvme68k | |
parent | 58806199a27a33618130c673149435a910dafd8f (diff) |
Remove old comment about constab[] being eventually generated by config(8).
This has never happened and this wouldn't make much sense on anything but
hp300, if at all, nowadays.
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 |