summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/loran.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-05-08 14:36:48 +0000
committerphk <phk@FreeBSD.org>1999-05-08 14:36:48 +0000
commit23385f9acd8c1f141547e790efb244179bb22a3d (patch)
treed8de250716d866db7d6e79901e53f2c23d3cd776 /sys/i386/isa/loran.c
parent41db63d93aff1cb9a9b829a9b4cf815100d50951 (diff)
downloadFreeBSD-src-23385f9acd8c1f141547e790efb244179bb22a3d.zip
FreeBSD-src-23385f9acd8c1f141547e790efb244179bb22a3d.tar.gz
Add compat hooks for DiskOnChip2000 driver.
Minor change to loran driver
Diffstat (limited to 'sys/i386/isa/loran.c')
-rw-r--r--sys/i386/isa/loran.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/i386/isa/loran.c b/sys/i386/isa/loran.c
index cef3f5a..a4a4729 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.16 1999/04/28 10:52:39 dt Exp $
+ * $Id: loran.c,v 1.17 1999/05/06 22:13:04 peter Exp $
*
* This device-driver helps the userland controlprogram for a LORAN-C
* receiver avoid monopolizing the CPU.
@@ -58,12 +58,10 @@ struct datapoint {
dphead_t *home;
/* Fields used only in userland */
+ void (*proc)(struct datapoint *);
void *ident;
int index;
- double ival;
- double qval;
- double sval;
- double mval;
+ char *name;
};
OpenPOWER on IntegriCloud