diff options
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); |