summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-05-05 09:09:16 +0000
committerobrien <obrien@FreeBSD.org>2003-05-05 09:09:16 +0000
commit412c376b483b58877ae24580029d675605e7a03f (patch)
tree89c1ca8bd605415a9b7073adc3131bbad4834667
parentbfd76550a6cc33b349d48234b868bdf22c3c595b (diff)
downloadFreeBSD-src-412c376b483b58877ae24580029d675605e7a03f.zip
FreeBSD-src-412c376b483b58877ae24580029d675605e7a03f.tar.gz
Revert rev 1.396 -- it broke the Alpha kernel build.
-rw-r--r--sys/dev/sio/sio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c
index 96968d9..c04d11166 100644
--- a/sys/dev/sio/sio.c
+++ b/sys/dev/sio/sio.c
@@ -327,7 +327,7 @@ static struct cdevsw sio_cdevsw = {
.d_kqfilter = ttykqfilter,
};
-static int comconsole = -1;
+int comconsole = -1;
static volatile speed_t comdefaultrate = CONSPEED;
static u_long comdefaultrclk = DEFAULT_RCLK;
SYSCTL_ULONG(_machdep, OID_AUTO, conrclk, CTLFLAG_RW, &comdefaultrclk, 0, "");
OpenPOWER on IntegriCloud