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/octeon | |
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/octeon')
-rw-r--r-- | sys/arch/octeon/octeon/conf.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/octeon/octeon/conf.c b/sys/arch/octeon/octeon/conf.c index ade4586fec4..df20c6d8d27 100644 --- a/sys/arch/octeon/octeon/conf.c +++ b/sys/arch/octeon/octeon/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.4 2010/11/19 20:55:48 miod Exp $ */ +/* $OpenBSD: conf.c,v 1.5 2010/11/22 21:10:45 miod Exp $ */ /* * Copyright (c) 1992, 1993 @@ -307,12 +307,6 @@ int chrtoblktbl[] = { int nchrtoblktbl = sizeof(chrtoblktbl) / sizeof(int); -/* - * 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> cons_decl(ws); |