svn commit: r229894 - stable/7/sys/dev/sio

Eitan Adler eadler at FreeBSD.org
Tue Jan 10 00:27:38 UTC 2012


Author: eadler (ports committer)
Date: Tue Jan 10 00:27:37 2012
New Revision: 229894
URL: http://svn.freebsd.org/changeset/base/229894

Log:
  MFC r227532:
  	- add support for Broadcom 802.11bg/EDGE/GPRS CardBus (Serial)
  	- correct mislabeling of 0x432214e4 device
  
  PR:		kern/119606
  Approved by:	jhb

Modified:
  stable/7/sys/dev/sio/sio_pci.c
Directory Properties:
  stable/7/sys/   (props changed)

Modified: stable/7/sys/dev/sio/sio_pci.c
==============================================================================
--- stable/7/sys/dev/sio/sio_pci.c	Tue Jan 10 00:27:16 2012	(r229893)
+++ stable/7/sys/dev/sio/sio_pci.c	Tue Jan 10 00:27:37 2012	(r229894)
@@ -77,7 +77,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


More information about the svn-src-stable-7 mailing list