Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Nov 2011 17:15:09 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r227532 - head/sys/dev/sio
Message-ID:  <201111151715.pAFHF9me009449@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler (ports committer)
Date: Tue Nov 15 17:15:09 2011
New Revision: 227532
URL: http://svn.freebsd.org/changeset/base/227532

Log:
  - add support for Broadcom 802.11bg/EDGE/GPRS CardBus (Serial)
  - correct mislabeling of 0x432214e4 device
  
  PR:		kern/119606
  Submitted by:	Joe Greco <jgreco@ns.sol.net>
  Approved by:	jhb
  MFC after:	1 week

Modified:
  head/sys/dev/sio/sio_pci.c

Modified: head/sys/dev/sio/sio_pci.c
==============================================================================
--- head/sys/dev/sio/sio_pci.c	Tue Nov 15 16:20:39 2011	(r227531)
+++ head/sys/dev/sio/sio_pci.c	Tue Nov 15 17:15:09 2011	(r227532)
@@ -76,7 +76,8 @@ static struct pci_ids pci_ids[] = {
 	{ 0x7101135e, "SeaLevel Ultra 530.PCI Single Port Serial", 0x18 },
 	{ 0x0000151f, "SmartLink 5634PCV SurfRider", 0x10 },
 	{ 0x0103115d, "Xircom Cardbus modem", 0x10 },
-	{ 0x432214e4, "Broadcom 802.11g/GPRS CardBus (Serial)", 0x10 },
+	{ 0x432214e4, "Broadcom 802.11b/GPRS CardBus (Serial)", 0x10 },
+	{ 0x434414e4, "Broadcom 802.11bg/EDGE/GPRS CardBus (Serial)", 0x10 },
 	{ 0x01c0135c, "Quatech SSCLP-200/300", 0x18 
 		/* 
 		 * NB: You must mount the "SPAD" jumper to correctly detect



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