diff options
author | eadler <eadler@FreeBSD.org> | 2011-11-15 17:15:09 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2011-11-15 17:15:09 +0000 |
commit | c8289445b8369fa5fab7ebe2b32bfa25da9d6743 (patch) | |
tree | 324b5a5cb79763e0fcd85ba59fc287b7f6b4af5e | |
parent | c1ca763685207339b85bfa4eccf72438df683eb9 (diff) | |
download | FreeBSD-src-c8289445b8369fa5fab7ebe2b32bfa25da9d6743.zip FreeBSD-src-c8289445b8369fa5fab7ebe2b32bfa25da9d6743.tar.gz |
- 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
-rw-r--r-- | sys/dev/sio/sio_pci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/sio/sio_pci.c b/sys/dev/sio/sio_pci.c index 3564194..a693536 100644 --- a/sys/dev/sio/sio_pci.c +++ b/sys/dev/sio/sio_pci.c @@ -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 |