Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161918059
D15398.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D15398.diff
View Options
Index: head/sys/dev/ahci/ahci_pci.c
===================================================================
--- head/sys/dev/ahci/ahci_pci.c
+++ head/sys/dev/ahci/ahci_pci.c
@@ -69,7 +69,8 @@
/* Not sure SB8x0/SB9x0 needs this quirk. Be conservative though */
{0x43951002, 0x00, "AMD SB8x0/SB9x0", AHCI_Q_ATI_PMP_BUG},
{0x43b61022, 0x00, "AMD X399", 0},
- {0x43b71022, 0x00, "AMD 300 Series", 0},
+ {0x43b51022, 0x00, "AMD 300 Series", 0}, /* X370 */
+ {0x43b71022, 0x00, "AMD 300 Series", 0}, /* B350 */
{0x78001022, 0x00, "AMD Hudson-2", 0},
{0x78011022, 0x00, "AMD Hudson-2", 0},
{0x78021022, 0x00, "AMD Hudson-2", 0},
Index: head/sys/dev/usb/controller/xhci_pci.c
===================================================================
--- head/sys/dev/usb/controller/xhci_pci.c
+++ head/sys/dev/usb/controller/xhci_pci.c
@@ -101,7 +101,8 @@
return ("AMD KERNCZ USB 3.0 controller");
case 0x43ba1022:
return ("AMD X399 USB 3.0 controller");
- case 0x43bb1022:
+ case 0x43b91022: /* X370 */
+ case 0x43bb1022: /* B350 */
return ("AMD 300 Series USB 3.0 controller");
case 0x78141022:
return ("AMD FCH USB 3.0 controller");
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 9, 12:34 AM (17 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34866229
Default Alt Text
D15398.diff (1 KB)
Attached To
Mode
D15398: Add PCI IDs for AMD X370 AHCI and XHCI
Attached
Detach File
Event Timeline
Log In to Comment