diff options
author | tmm <tmm@FreeBSD.org> | 2001-12-21 21:54:56 +0000 |
---|---|---|
committer | tmm <tmm@FreeBSD.org> | 2001-12-21 21:54:56 +0000 |
commit | 9c8c691fbfe4076adbe3fcb04d7b487bf6d01620 (patch) | |
tree | aeb014db2e4857145a2ae37732a82134e4baebab /sys/ia64/isa | |
parent | fe2f3a4e09e1db7afd528deaf26ef80c71e27ad7 (diff) | |
download | FreeBSD-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/ia64/isa')
-rw-r--r-- | sys/ia64/isa/isa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/isa/isa.c b/sys/ia64/isa/isa.c index 8ac1516..b171a60 100644 --- a/sys/ia64/isa/isa.c +++ b/sys/ia64/isa/isa.c @@ -69,7 +69,7 @@ #include <isa/isa_common.h> void -isa_init(void) +isa_init(device_t dev) { } |