summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2010-11-22 21:10:46 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2010-11-22 21:10:46 +0000
commit3f5d1e243f1a3f9cff8a000dae3db7d1aa279211 (patch)
treed7a63cb4e4bd05caecfdd9772d6ce7cda0870bc3 /sys/arch
parent58806199a27a33618130c673149435a910dafd8f (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')
-rw-r--r--sys/arch/amd64/amd64/conf.c8
-rw-r--r--sys/arch/aviion/aviion/conf.c8
-rw-r--r--sys/arch/loongson/loongson/conf.c8
-rw-r--r--sys/arch/mvme68k/mvme68k/conf.c8
-rw-r--r--sys/arch/mvme88k/mvme88k/conf.c8
-rw-r--r--sys/arch/octeon/octeon/conf.c8
-rw-r--r--sys/arch/sgi/sgi/conf.c8
7 files changed, 7 insertions, 49 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);
diff --git a/sys/arch/aviion/aviion/conf.c b/sys/arch/aviion/aviion/conf.c
index dcd67cbb2fd..c41437e7630 100644
--- a/sys/arch/aviion/aviion/conf.c
+++ b/sys/arch/aviion/aviion/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.12 2010/09/23 05:02:14 claudio Exp $ */
+/* $OpenBSD: conf.c,v 1.13 2010/11/22 21:10:45 miod Exp $ */
/*-
* Copyright (c) 1991 The Regents of the University of California.
@@ -222,12 +222,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 dartcnpollc nullcnpollc
diff --git a/sys/arch/loongson/loongson/conf.c b/sys/arch/loongson/loongson/conf.c
index c5f81fd983d..a32a9212d6d 100644
--- a/sys/arch/loongson/loongson/conf.c
+++ b/sys/arch/loongson/loongson/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.10 2010/11/19 20:55:48 miod Exp $ */
+/* $OpenBSD: conf.c,v 1.11 2010/11/22 21:10:45 miod Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -296,12 +296,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);
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
diff --git a/sys/arch/mvme88k/mvme88k/conf.c b/sys/arch/mvme88k/mvme88k/conf.c
index 064425a08d8..b79b7b4551b 100644
--- a/sys/arch/mvme88k/mvme88k/conf.c
+++ b/sys/arch/mvme88k/mvme88k/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.42 2010/09/23 05:02:14 claudio Exp $ */
+/* $OpenBSD: conf.c,v 1.43 2010/11/22 21:10:45 miod Exp $ */
/*-
* Copyright (c) 1991 The Regents of the University of California.
@@ -283,12 +283,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
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);
diff --git a/sys/arch/sgi/sgi/conf.c b/sys/arch/sgi/sgi/conf.c
index f2ef0f0b5d2..8b0a81ded71 100644
--- a/sys/arch/sgi/sgi/conf.c
+++ b/sys/arch/sgi/sgi/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.26 2010/11/19 20:55:48 miod Exp $ */
+/* $OpenBSD: conf.c,v 1.27 2010/11/22 21:10:45 miod Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -294,12 +294,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);