diff options
author | n_hibma <n_hibma@FreeBSD.org> | 1999-10-05 20:46:58 +0000 |
---|---|---|
committer | n_hibma <n_hibma@FreeBSD.org> | 1999-10-05 20:46:58 +0000 |
commit | 2ab0ef31d01ca8929aad6b876fe2097123ebf833 (patch) | |
tree | a29de0f93b3dc20ae2b8039f1f1e2d0330b0ecb1 /sys/alpha/tc/ioasic.c | |
parent | bb81fe937104c2742b86fbe1f35b69fbb9e3f905 (diff) | |
download | FreeBSD-src-2ab0ef31d01ca8929aad6b876fe2097123ebf833.zip FreeBSD-src-2ab0ef31d01ca8929aad6b876fe2097123ebf833.tar.gz |
Attempt at cleaning up the (unused part of) support for TurboChannel to
remove the need for device.h.
Diffstat (limited to 'sys/alpha/tc/ioasic.c')
-rw-r--r-- | sys/alpha/tc/ioasic.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/tc/ioasic.c b/sys/alpha/tc/ioasic.c index d779e56..c6dd884 100644 --- a/sys/alpha/tc/ioasic.c +++ b/sys/alpha/tc/ioasic.c @@ -276,7 +276,7 @@ ioasic_lance_dma_setup(void *v) void ioasic_intr_establish(ioa, cookie, level, func, arg) - struct device *ioa; + device_t ioa; void *cookie, *arg; tc_intrlevel_t level; void (*func) __P((void *)); @@ -307,7 +307,7 @@ ioasic_intr_establish(ioa, cookie, level, func, arg) void ioasic_intr_disestablish(ioa, cookie) - struct device *ioa; + device_t ioa; void *cookie; { u_long dev, i; |