summaryrefslogtreecommitdiffstats
path: root/sys/alpha
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/alpha
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/alpha')
-rw-r--r--sys/alpha/isa/isa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/isa/isa.c b/sys/alpha/isa/isa.c
index 694f4c1..00c0ee9 100644
--- a/sys/alpha/isa/isa.c
+++ b/sys/alpha/isa/isa.c
@@ -98,7 +98,7 @@ isa_irq_mask(void)
}
void
-isa_init(void)
+isa_init(device_t dev)
{
isa_init_intr();
}
OpenPOWER on IntegriCloud