summaryrefslogtreecommitdiffstats
path: root/sys/dev/si
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-08-30 20:47:29 +0000
committerphk <phk@FreeBSD.org>1999-08-30 20:47:29 +0000
commitf82f3c42eb7e6385b0100fd5fbf15da2ff2e0874 (patch)
tree00828aad1eb7eb1183b79eee09520ef57e54289f /sys/dev/si
parentc8f87c5ea6d4c4cca4afd8f05bcb6432fdd47e87 (diff)
downloadFreeBSD-src-f82f3c42eb7e6385b0100fd5fbf15da2ff2e0874.zip
FreeBSD-src-f82f3c42eb7e6385b0100fd5fbf15da2ff2e0874.tar.gz
*** empty log message ***
Diffstat (limited to 'sys/dev/si')
-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 4186f4b..c803032 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.
OpenPOWER on IntegriCloud