summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev/zs.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/macppc/dev/zs.c')
-rw-r--r--sys/arch/macppc/dev/zs.c15
1 files changed, 8 insertions, 7 deletions
diff --git a/sys/arch/macppc/dev/zs.c b/sys/arch/macppc/dev/zs.c
index fac56d2d6c1..b5176c301b6 100644
--- a/sys/arch/macppc/dev/zs.c
+++ b/sys/arch/macppc/dev/zs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: zs.c,v 1.8 2002/09/15 02:02:43 deraadt Exp $ */
+/* $OpenBSD: zs.c,v 1.9 2002/09/15 09:01:58 deraadt Exp $ */
/* $NetBSD: zs.c,v 1.17 2001/06/19 13:42:15 wiz Exp $ */
/*
@@ -365,12 +365,12 @@ zsc_attach(parent, self, aux)
* We used to disable chip interrupts here, but we now
* do that in zscnprobe, just in case MacOS left the chip on.
*/
-
+
xcs->cs_chip = 0;
-
+
/* Stash away a copy of the final H/W flags. */
xcs->cs_hwflags = zsc_args.hwflags;
-
+
/*
* Look for a child driver for this channel.
* The child attach will setup the hardware.
@@ -480,7 +480,8 @@ zshard(arg)
if (zsc == NULL)
continue;
rval |= zsc_intr_hard(zsc);
- if (zsc->zsc_cs[0]->cs_softreq) {
+ if (zsc->zsc_cs[0]->cs_softreq)
+ {
/* zsc_req_softint(zsc); */
/* We are at splzs here, so no need to lock. */
if (zssoftpending == 0) {
@@ -919,7 +920,7 @@ zs_enable(cs)
cs->enabled = 1;
return(0);
}
-
+
void
zs_disable(cs)
struct zs_chanstate *cs;
@@ -1143,7 +1144,7 @@ zs_abort(struct zs_chanstate *channel)
void
zscnpollc(dev, on)
dev_t dev;
- int on;
+ int on;
{
/*
* Need to tell zs driver to acknowledge all interrupts or we get