summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire
diff options
context:
space:
mode:
authorsimokawa <simokawa@FreeBSD.org>2004-01-11 15:40:42 +0000
committersimokawa <simokawa@FreeBSD.org>2004-01-11 15:40:42 +0000
commit4804085c6bbea0e57aa68e9f549a0bc3a9c3062e (patch)
tree7c4b6640b968ca41dc673c91a008cc52f2ab8fe5 /sys/dev/firewire
parent354564e9498b7620027676751aa9f8feb64f484d (diff)
downloadFreeBSD-src-4804085c6bbea0e57aa68e9f549a0bc3a9c3062e.zip
FreeBSD-src-4804085c6bbea0e57aa68e9f549a0bc3a9c3062e.tar.gz
Sync type of linkspeed with firewire.c.
Diffstat (limited to 'sys/dev/firewire')
-rw-r--r--sys/dev/firewire/fwohci.c2
1 files changed, 1 insertions, 1 deletions
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[] = {
OpenPOWER on IntegriCloud