summaryrefslogtreecommitdiffstats
path: root/sys/dev/ppbus/lpt.c
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2000-01-25 22:23:48 +0000
committerdfr <dfr@FreeBSD.org>2000-01-25 22:23:48 +0000
commit17a2aa68ca8714e942c2f4edbc29f8c5988bd151 (patch)
treec34ce571cc4e4fb8456789e1c9cacb700ea3be5b /sys/dev/ppbus/lpt.c
parent7fef19bf38c91495521fdc441b0772e3af220573 (diff)
downloadFreeBSD-src-17a2aa68ca8714e942c2f4edbc29f8c5988bd151.zip
FreeBSD-src-17a2aa68ca8714e942c2f4edbc29f8c5988bd151.tar.gz
Make this lot build on alpha.
Diffstat (limited to 'sys/dev/ppbus/lpt.c')
-rw-r--r--sys/dev/ppbus/lpt.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/ppbus/lpt.c b/sys/dev/ppbus/lpt.c
index 671ae6a..1c8aa00 100644
--- a/sys/dev/ppbus/lpt.c
+++ b/sys/dev/ppbus/lpt.c
@@ -377,8 +377,9 @@ lpt_attach(device_t dev)
{
device_t ppbus = device_get_parent(dev);
struct lpt_data *sc = DEVTOSOFTC(dev);
- int zero = 0, irq, unit = device_get_unit(dev);
+ int zero = 0, unit = device_get_unit(dev);
int error;
+ u_long irq;
sc->sc_primed = 0; /* not primed yet */
@@ -830,7 +831,7 @@ lpt_intr(void *arg)
device_t lptdev = (device_t)arg;
device_t ppbus = device_get_parent(lptdev);
struct lpt_data *sc = DEVTOSOFTC(lptdev);
- int sts;
+ int sts = 0;
int i;
/* we must own the bus to use it */
OpenPOWER on IntegriCloud