Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
HardenedBSD
Commits
4b4cce02
Commit
4b4cce02
authored
Dec 02, 2021
by
Gleb Smirnoff
Browse files
xhci: add PCI IDs for USB controllers found on Supermicro M12SWA-TF
parent
c2d342c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
sys/dev/usb/controller/xhci_pci.c
View file @
4b4cce02
...
...
@@ -95,6 +95,10 @@ xhci_pci_match(device_t self)
switch
(
device_id
)
{
case
0x145c1022
:
return
(
"AMD KERNCZ USB 3.0 controller"
);
case
0x148c1022
:
return
(
"AMD Starship USB 3.0 controller"
);
case
0x149c1022
:
return
(
"AMD Matisse USB 3.0 controller"
);
case
0x43ba1022
:
return
(
"AMD X399 USB 3.0 controller"
);
case
0x43b91022
:
/* X370 */
...
...
@@ -120,6 +124,8 @@ xhci_pci_match(device_t self)
return
(
"ASMedia ASM1042 USB 3.0 controller"
);
case
0x11421b21
:
return
(
"ASMedia ASM1042A USB 3.0 controller"
);
case
0x32421b21
:
return
(
"ASMedia ASM3242 USB 3.2 controller"
);
case
0x0b278086
:
return
(
"Intel Goshen Ridge Thunderbolt 4 USB controller"
);
...
...
@@ -186,6 +192,9 @@ xhci_pci_match(device_t self)
case
0xa01b177d
:
return
(
"Cavium ThunderX USB 3.0 controller"
);
case
0x1ada10de
:
return
(
"NVIDIA TU106 USB 3.1 controller"
);
default:
break
;
}
...
...
HardenedBSD Services
@hardenedbsd-services
mentioned in commit
ce60a1fe
·
Feb 24, 2022
mentioned in commit
ce60a1fe
mentioned in commit ce60a1fe6abec7ae82ba746169471b72a842d62d
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment