Searched hist:240574 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdac.hdiff 359114 Thu Mar 19 02:25:28 MDT 2020 gonzo MFC r352775-r352776

r352775:
snd_hda: Add Intel Cannon Lake support

Add PCI ids for Intel Cannon Lake PCH

Tested on: HP Spectre x360 13-p0043dx
PR: 240574
Submitted by: Neel Chauhan <neel@neelc.org>
Reviewed by: imp, mizhka, ray
Differential Revision: https://reviews.freebsd.org/D21789

r352776:
snd_hda: Add Intel Cannon Lake support

Add missing header change ommitted in r352775

X-MFC-with: 352775
H A Dhdac.cdiff 359114 Thu Mar 19 02:25:28 MDT 2020 gonzo MFC r352775-r352776

r352775:
snd_hda: Add Intel Cannon Lake support

Add PCI ids for Intel Cannon Lake PCH

Tested on: HP Spectre x360 13-p0043dx
PR: 240574
Submitted by: Neel Chauhan <neel@neelc.org>
Reviewed by: imp, mizhka, ray
Differential Revision: https://reviews.freebsd.org/D21789

r352776:
snd_hda: Add Intel Cannon Lake support

Add missing header change ommitted in r352775

X-MFC-with: 352775
/freebsd-11-stable/sys/net80211/
H A Dieee80211_node.cdiff 240574 Sun Sep 16 20:50:57 MDT 2012 adrian Fix a crash bug introduced in the iterate node work recently done.

When resuming, the first VAP is checked for max_aid; however if there
is no VAP, this results in a NULL pointer dereference and kernel
panic.

Completed in 157 milliseconds