sys: Remove $FreeBSD$: two-line .h patternRemove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
SPDX: license IDs for some ISC-related files.
sys/dev: further adoption of SPDX licensing ID tags.Mainly focus on files that use BSD 2-Clause license, however the tool Iwas using misidentified many licenses so this was mostly a manual - error
sys/dev: further adoption of SPDX licensing ID tags.Mainly focus on files that use BSD 2-Clause license, however the tool Iwas using misidentified many licenses so this was mostly a manual - errorprone - task.The Software Package Data Exchange (SPDX) group provides a specificationto make it easier for automated tools to detect and summarize well knownopensource licenses. We are gradually adopting the specification, notingthat the tags are considered only advisory and do not, in any way,superceed or replace the license texts.
show more ...
Renumber copyright clause 4Renumber cluase 4 to 3, per what everybody else did when BSD grantedthem permission to remove clause 3. My insistance on keeping the samenumbering for legal reasons is
Renumber copyright clause 4Renumber cluase 4 to 3, per what everybody else did when BSD grantedthem permission to remove clause 3. My insistance on keeping the samenumbering for legal reasons is too pedantic, so give up on that point.Submitted by: Jan Schaumann <[email protected]>Pull Request: https://github.com/freebsd/freebsd/pull/96
[ath_hal] use the correct revision information for QCA953x.This probe/attaches correctly in my local branch and now displaysa useful message:ath0: <Qualcomm Atheros QCA953x> at mem 0x18100000-0x
[ath_hal] use the correct revision information for QCA953x.This probe/attaches correctly in my local branch and now displaysa useful message:ath0: <Qualcomm Atheros QCA953x> at mem 0x18100000-0x1811ffff irq 0 on nexus0...ath0: AR9530 mac 1280.0 RF5110 phy 0.0
Add device identification and probe/attach support for the QCA9565.The QCA9565 is a 1x1 2.4GHz 11n chip with integrated on-chip bluetooth.The AR9300 HAL already has support for this chip; it just
Add device identification and probe/attach support for the QCA9565.The QCA9565 is a 1x1 2.4GHz 11n chip with integrated on-chip bluetooth.The AR9300 HAL already has support for this chip; it just wasn'tincluded in the probe/attach path.Tested:* This commit brought to you over a QCA9565 wifi connection from FreeBSD.* .. ie, basic STA, pings, no iperf or antenna diversity checking just yet.
Add AR9380 devid HAL definitions and probe/attach strings.Obtained from: Device IDs are from Qualcomm Atheros
Bring over the initial 802.11n bluetooth coexistence support code.The Linux ath9k btcoex code is based off of this code.Note this doesn't actually implement functional btcoex; there's somedriver
Bring over the initial 802.11n bluetooth coexistence support code.The Linux ath9k btcoex code is based off of this code.Note this doesn't actually implement functional btcoex; there's somedriver glue and a whole lot of verification that is required.On the other hand, I do have the AR9285+BT and AR9287+BT NICs whichthis code supports..Obtained from: Qualcomm Atheros, Linux ath9k