summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2009-07-19 11:35:38 +0000
committerjsg <jsg@openbsd.org>2009-07-19 11:35:38 +0000
commita42cf5853cca7d36a44c58cd27487ef84b8ec775 (patch)
treed5e14223b25a9ba9e49be81a147254155fc8b159
parentclalloc() can't fail, so there's no need to handle failure cases. (diff)
downloadwireguard-openbsd-a42cf5853cca7d36a44c58cd27487ef84b8ec775.tar.xz
wireguard-openbsd-a42cf5853cca7d36a44c58cd27487ef84b8ec775.zip
Include 0x4402 in the bbp id mapping table used on older
devices. http://bcm-specs.sipsolutions.net/BackPlane agrees.
-rw-r--r--sys/dev/ic/bwi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/bwi.c b/sys/dev/ic/bwi.c
index c027e1a76da..aa163da0d38 100644
--- a/sys/dev/ic/bwi.c
+++ b/sys/dev/ic/bwi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bwi.c,v 1.87 2009/06/02 11:54:00 deraadt Exp $ */
+/* $OpenBSD: bwi.c,v 1.88 2009/07/19 11:35:38 jsg Exp $ */
/*
* Copyright (c) 2007 The DragonFly Project. All rights reserved.
@@ -492,7 +492,7 @@ static const struct {
} bwi_bbpid_map[] = {
{ 0x4301, 0x4301, 0x4301 },
{ 0x4305, 0x4307, 0x4307 },
- { 0x4403, 0x4403, 0x4402 },
+ { 0x4402, 0x4403, 0x4402 },
{ 0x4610, 0x4615, 0x4610 },
{ 0x4710, 0x4715, 0x4710 },
{ 0x4720, 0x4725, 0x4309 }