summaryrefslogtreecommitdiffstats
path: root/sys/amd64/isa
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/amd64/isa
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/amd64/isa')
-rw-r--r--sys/amd64/isa/isa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/isa/isa.c b/sys/amd64/isa/isa.c
index 4888029..87c9036 100644
--- a/sys/amd64/isa/isa.c
+++ b/sys/amd64/isa/isa.c
@@ -68,7 +68,7 @@
#include <isa/isa_common.h>
void
-isa_init(void)
+isa_init(device_t dev)
{
}
OpenPOWER on IntegriCloud