svn commit: r226181 - head/sys/dev/bwi

Adrian Chadd adrian at FreeBSD.org
Mon Oct 10 02:49:22 UTC 2011


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 }


More information about the svn-src-all mailing list