summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/loran.c
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1999-04-11 03:06:07 +0000
committereivind <eivind@FreeBSD.org>1999-04-11 03:06:07 +0000
commit94b16edfb74a4dd3acebabd323041c2942bf9522 (patch)
treecc3f9695cde322c17bdb713025c5e60f13dd5a5a /sys/i386/isa/loran.c
parent7c680e088dae07c097a8f36169e7016264ee9bf4 (diff)
downloadFreeBSD-src-94b16edfb74a4dd3acebabd323041c2942bf9522.zip
FreeBSD-src-94b16edfb74a4dd3acebabd323041c2942bf9522.tar.gz
Staticize.
Diffstat (limited to 'sys/i386/isa/loran.c')
-rw-r--r--sys/i386/isa/loran.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/i386/isa/loran.c b/sys/i386/isa/loran.c
index d4dca4d..f542302 100644
--- a/sys/i386/isa/loran.c
+++ b/sys/i386/isa/loran.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: loran.c,v 1.13 1998/12/07 21:58:22 archie Exp $
+ * $Id: loran.c,v 1.14 1998/12/16 11:46:41 phk Exp $
*
* This device-driver helps the userland controlprogram for a LORAN-C
* receiver avoid monopolizing the CPU.
@@ -198,7 +198,7 @@ struct datapoint {
/**********************************************************************/
-dphead_t minors[NLORAN], working, holding;
+static dphead_t minors[NLORAN], working, holding;
static struct datapoint dummy[NDUMMY];
@@ -242,7 +242,7 @@ loranprobe(struct isa_device *dvp)
return (8);
}
-u_short tg_init[] = { /* stc initialization vector */
+static u_short tg_init[] = { /* stc initialization vector */
0x0562, 12, 13, /* counter 1 (p0) Mode J */
0x0262, PGUARD, GRI, /* counter 2 (gri) Mode J */
0x8562, PCX, 5000 - PCX, /* counter 3 (pcx) */
@@ -250,7 +250,7 @@ u_short tg_init[] = { /* stc initialization vector */
0x052a, 0, 0 /* counter 5 (out) */
};
-void
+static void
init_tgc(void)
{
int i;
OpenPOWER on IntegriCloud