summaryrefslogtreecommitdiffstats
path: root/sys/dev/ppbus/nlpt.h
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1997-08-16 14:05:38 +0000
committermsmith <msmith@FreeBSD.org>1997-08-16 14:05:38 +0000
commit4e86e1b8146d6d3db414343b88c3dd0a70c3f3e8 (patch)
tree872dbe7ecf3974deb2f497cb3182cb26f1059975 /sys/dev/ppbus/nlpt.h
parent1899bf201a04592fed57f354db459ee66c21bbaa (diff)
downloadFreeBSD-src-4e86e1b8146d6d3db414343b88c3dd0a70c3f3e8.zip
FreeBSD-src-4e86e1b8146d6d3db414343b88c3dd0a70c3f3e8.tar.gz
Sync with ppbus-970815 from the author :
- interrupt-driven printing now works (nlpt) - Rearrangement of bus-related functions into ppb_base/ppbconf - Addition of ieee1284 interface functions, preliminary parallel-port PnP support Submitted by: Nicolas Souchu <Nicolas.Souchu@prism.uvsq.fr>
Diffstat (limited to 'sys/dev/ppbus/nlpt.h')
-rw-r--r--sys/dev/ppbus/nlpt.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/ppbus/nlpt.h b/sys/dev/ppbus/nlpt.h
index 85f3dce..b0b3df6 100644
--- a/sys/dev/ppbus/nlpt.h
+++ b/sys/dev/ppbus/nlpt.h
@@ -27,7 +27,7 @@
* @(#)lptreg.h 1.1 (Berkeley) 12/19/90
* Id: lptreg.h,v 1.6 1997/02/22 09:36:52 peter Exp
*
- * $Id$
+ * $Id: nlpt.h,v 1.1 1997/08/14 13:57:40 msmith Exp $
*/
#ifndef __NLPT_H
#define __NLPT_H
@@ -69,6 +69,11 @@ struct lpt_data {
#define LP_USE_IRQ 0x02 /* we are using our irq */
#define LP_ENABLE_IRQ 0x04 /* enable IRQ on open */
u_char sc_backoff ; /* time to call lptout() again */
+
+#ifdef DEVFS
+ void *devfs_token;
+ void *devfs_token_ctl;
+#endif
};
#endif
OpenPOWER on IntegriCloud