bwn(4): Add missing BCM4306 PCI IDs.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Landon J. Fuller 2018-01-19 22:37:48 +00:00
parent aea6ca2486
commit 72759b4824

View File

@ -62,6 +62,9 @@ TUNABLE_INT("hw.bwn_pci.preferred", &prefer_new_driver);
static const struct bwn_pci_device siba_devices[] = { static const struct bwn_pci_device siba_devices[] = {
BWN_BCM_DEV(BCM4306_D11A, "BCM4306 802.11a", BWN_BCM_DEV(BCM4306_D11A, "BCM4306 802.11a",
BWN_QUIRK_WLAN_DUALCORE), BWN_QUIRK_WLAN_DUALCORE),
BWN_BCM_DEV(BCM4306_D11G, "BCM4306 802.11b/g", 0),
BWN_BCM_DEV(BCM4306_D11G_ID2, "BCM4306 802.11b/g", 0),
BWN_BCM_DEV(BCM4306_D11DUAL, "BCM4306 802.11a/b/g", 0),
BWN_BCM_DEV(BCM4307, "BCM4307 802.11b", 0), BWN_BCM_DEV(BCM4307, "BCM4307 802.11b", 0),
BWN_BCM_DEV(BCM4311_D11G, "BCM4311 802.11b/g", 0), BWN_BCM_DEV(BCM4311_D11G, "BCM4311 802.11b/g", 0),