From 4804085c6bbea0e57aa68e9f549a0bc3a9c3062e Mon Sep 17 00:00:00 2001 From: simokawa Date: Sun, 11 Jan 2004 15:40:42 +0000 Subject: Sync type of linkspeed with firewire.c. --- sys/dev/firewire/fwohci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/firewire') diff --git a/sys/dev/firewire/fwohci.c b/sys/dev/firewire/fwohci.c index a5bc997..7f6b3bf 100644 --- a/sys/dev/firewire/fwohci.c +++ b/sys/dev/firewire/fwohci.c @@ -84,7 +84,7 @@ char fwohcicode[32][0x20]={ "Undef","ack data_err","ack type_err",""}; #define MAX_SPEED 3 -extern char linkspeed[][0x10]; +extern char *linkspeed[]; u_int32_t tagbit[4] = { 1 << 28, 1 << 29, 1 << 30, 1 << 31}; static struct tcode_info tinfo[] = { -- cgit v1.1