summaryrefslogtreecommitdiffstats
path: root/sys/isa/isa_common.h
diff options
context:
space:
mode:
authortmm <tmm@FreeBSD.org>2001-12-21 21:54:56 +0000
committertmm <tmm@FreeBSD.org>2001-12-21 21:54:56 +0000
commit9c8c691fbfe4076adbe3fcb04d7b487bf6d01620 (patch)
treeaeb014db2e4857145a2ae37732a82134e4baebab /sys/isa/isa_common.h
parentfe2f3a4e09e1db7afd528deaf26ef80c71e27ad7 (diff)
downloadFreeBSD-src-9c8c691fbfe4076adbe3fcb04d7b487bf6d01620.zip
FreeBSD-src-9c8c691fbfe4076adbe3fcb04d7b487bf6d01620.tar.gz
Use the new resource_list_print_type() function.
Pass the bus device to isa_init() (this is needed for the sparc64 version).
Diffstat (limited to 'sys/isa/isa_common.h')
-rw-r--r--sys/isa/isa_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/isa/isa_common.h b/sys/isa/isa_common.h
index a2f39f8..dc559ad 100644
--- a/sys/isa/isa_common.h
+++ b/sys/isa/isa_common.h
@@ -65,7 +65,7 @@ struct isa_device {
/*
* These functions are architecture dependant.
*/
-extern void isa_init(void);
+extern void isa_init(device_t dev);
extern struct resource *isa_alloc_resource(device_t bus, device_t child,
int type, int *rid,
u_long start, u_long end,
OpenPOWER on IntegriCloud