summaryrefslogtreecommitdiffstats
path: root/sys/dev/bwi
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2011-10-10 02:49:21 +0000
committeradrian <adrian@FreeBSD.org>2011-10-10 02:49:21 +0000
commitd0f5d5d0114bce92be9b9da2fdb302cd77ee7eea (patch)
tree96326cbc79244b176a07b3f53d400561cbbf34f9 /sys/dev/bwi
parentc78f4c8ed16ca19e4db3ef5375fdbd4c180cfbdf (diff)
downloadFreeBSD-src-d0f5d5d0114bce92be9b9da2fdb302cd77ee7eea.zip
FreeBSD-src-d0f5d5d0114bce92be9b9da2fdb302cd77ee7eea.tar.gz
Update from OpenBSD: Include 0x4402 in the bbp id mapping table used on older devices.
http://bcm-specs.sipsolutions.net/BackPlane agrees. Obtained from: OpenBSD, sys/dev/ic/bwi.c r1.88
Diffstat (limited to 'sys/dev/bwi')
-rw-r--r--sys/dev/bwi/if_bwi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bwi/if_bwi.c b/sys/dev/bwi/if_bwi.c
index f866a61..b155507 100644
--- a/sys/dev/bwi/if_bwi.c
+++ b/sys/dev/bwi/if_bwi.c
@@ -220,7 +220,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 }
OpenPOWER on IntegriCloud