summaryrefslogtreecommitdiff
path: root/i386/i386at/lpr.c
diff options
context:
space:
mode:
Diffstat (limited to 'i386/i386at/lpr.c')
-rw-r--r--i386/i386at/lpr.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/i386/i386at/lpr.c b/i386/i386at/lpr.c
index 17bafeb..d10f801 100644
--- a/i386/i386at/lpr.c
+++ b/i386/i386at/lpr.c
@@ -30,7 +30,6 @@
#include <lpr.h>
#if NLPR > 0
-#include <par.h>
#ifdef MACH_KERNEL
#include <mach/std_types.h>
@@ -58,10 +57,6 @@
#include <chips/busses.h>
#include <i386at/lprreg.h>
-#if NPAR > 0
-extern int parattach();
-#endif
-
extern void splx();
extern spl_t spltty();
extern void timeout();
@@ -127,10 +122,6 @@ void lprattach(struct bus_device *dev)
outb(INTR_ENAB(addr), inb(INTR_ENAB(addr)) & 0x0f);
-#if NPAR > 0
- parattach(dev);
-#endif
-
return;
}