diff options
author | obrien <obrien@FreeBSD.org> | 2003-05-05 09:09:16 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-05-05 09:09:16 +0000 |
commit | 412c376b483b58877ae24580029d675605e7a03f (patch) | |
tree | 89c1ca8bd605415a9b7073adc3131bbad4834667 /sys/dev/sio/sio.c | |
parent | bfd76550a6cc33b349d48234b868bdf22c3c595b (diff) | |
download | FreeBSD-src-412c376b483b58877ae24580029d675605e7a03f.zip FreeBSD-src-412c376b483b58877ae24580029d675605e7a03f.tar.gz |
Revert rev 1.396 -- it broke the Alpha kernel build.
Diffstat (limited to 'sys/dev/sio/sio.c')
-rw-r--r-- | sys/dev/sio/sio.c | 2 |
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, ""); |