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/amd64 | |
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/amd64')
-rw-r--r-- | sys/arch/amd64/amd64/conf.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/amd64/amd64/conf.c b/sys/arch/amd64/amd64/conf.c index 551d2a9a7b6..dd0eb44b8cf 100644 --- a/sys/arch/amd64/amd64/conf.c +++ b/sys/arch/amd64/amd64/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.30 2010/09/22 13:03:47 claudio Exp $ */ +/* $OpenBSD: conf.c,v 1.31 2010/11/22 21:10:42 miod Exp $ */ /* * Copyright (c) 1994, 1995 Charles M. Hannum. All rights reserved. @@ -441,12 +441,6 @@ dev_rawpart(struct device *dv) return (NODEV); } -/* - * 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(com); |