aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/si/si.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1999-08-30 20:47:29 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1999-08-30 20:47:29 +0000
commit3608e384cae6d2a87e459e4fd869f1387acc4d08 (patch)
tree6fef3f3e93d187a495a5f4f188d37af363caf717 /sys/dev/si/si.c
parent8c0abefacef69140658dae99e06b057c19df545b (diff)
downloadsrc-3608e384cae6d2a87e459e4fd869f1387acc4d08.tar.gz
src-3608e384cae6d2a87e459e4fd869f1387acc4d08.zip
*** empty log message ***
Notes
Notes: svn path=/head/; revision=50669
Diffstat (limited to 'sys/dev/si/si.c')
-rw-r--r--sys/dev/si/si.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c
index 4186f4be232b..c80303230cfe 100644
--- a/sys/dev/si/si.c
+++ b/sys/dev/si/si.c
@@ -215,7 +215,7 @@ static int si_debug = 0; /* data, not bss, so it's patchable */
SYSCTL_INT(_machdep, OID_AUTO, si_debug, CTLFLAG_RW, &si_debug, 0, "");
-static struct tty *si_tty;
+static struct tty *si__tty;
/* where the firmware lives; defined in si2_z280.c and si3_t225.c */
/* old: si2_z280.c */
@@ -1012,7 +1012,7 @@ mem_fail:
if (tp == 0)
goto mem_fail;
bzero(tp, sizeof(*tp) * nport);
- si_tty = tp;
+ si__tty = tp;
/*
* Scan round the ports again, this time initialising.