summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHidetoshi Shimokawa <simokawa@FreeBSD.org>2004-01-11 15:40:42 +0000
committerHidetoshi Shimokawa <simokawa@FreeBSD.org>2004-01-11 15:40:42 +0000
commit480878299e268628ddb03249ed5746426fa4dbe5 (patch)
tree7c4b6640b968ca41dc673c91a008cc52f2ab8fe5
parent9c855145a8df73a75892013051e209362fb5c1ee (diff)
Notes
-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 a5bc997bb284..7f6b3bfdaa87 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[] = {