From 0f921e0992f543c4aafd5604a99a6edaa059ff36 Mon Sep 17 00:00:00 2001 From: jhb Date: Fri, 12 May 2006 05:04:46 +0000 Subject: Remove various bits of conditional Alpha code and fixup a few comments. --- sys/isa/isa_common.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'sys/isa/isa_common.h') diff --git a/sys/isa/isa_common.h b/sys/isa/isa_common.h index 65e0ad5..3f29807 100644 --- a/sys/isa/isa_common.h +++ b/sys/isa/isa_common.h @@ -69,13 +69,10 @@ extern struct resource *isa_alloc_resource(device_t bus, device_t child, extern int isa_release_resource(device_t bus, device_t child, int type, int rid, struct resource *r); -/* XXX alphe declares these elsewhere */ -#ifndef __alpha__ extern int isa_setup_intr(device_t bus, device_t child, struct resource *r, int flags, void (*ihand)(void *), void *arg, void **cookiep); extern int isa_teardown_intr(device_t bus, device_t child, struct resource *r, void *cookie); -#endif extern driver_t isa_driver; extern devclass_t isa_devclass; -- cgit v1.1