Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Oct 2011 02:49:22 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r226181 - head/sys/dev/bwi
Message-ID:  <201110100249.p9A2nMjZ038809@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Mon Oct 10 02:49:21 2011
New Revision: 226181
URL: http://svn.freebsd.org/changeset/base/226181

Log:
  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

Modified:
  head/sys/dev/bwi/if_bwi.c

Modified: head/sys/dev/bwi/if_bwi.c
==============================================================================
--- head/sys/dev/bwi/if_bwi.c	Mon Oct 10 00:37:23 2011	(r226180)
+++ head/sys/dev/bwi/if_bwi.c	Mon Oct 10 02:49:21 2011	(r226181)
@@ -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 }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110100249.p9A2nMjZ038809>