1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

*** empty log message ***

This commit is contained in:
Poul-Henning Kamp 1999-08-30 20:47:29 +00:00
parent 8c0abeface
commit 3608e384ca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50669
2 changed files with 4 additions and 4 deletions

View File

@ -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 @@ siattach(id)
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.

View File

@ -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 @@ siattach(id)
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.