xhci(4): Describe Fresco Logic FL1009 USB 3.0 controller
Reviewed by: hselasky MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D38922
This commit is contained in:
parent
c917796c04
commit
082895ebec
@ -126,6 +126,8 @@ xhci_pci_match(device_t self)
|
||||
|
||||
case 0x10001b73:
|
||||
return ("Fresco Logic FL1000G USB 3.0 controller");
|
||||
case 0x10091b73:
|
||||
return ("Fresco Logic FL1009 USB 3.0 controller");
|
||||
case 0x11001b73:
|
||||
return ("Fresco Logic FL1100 USB 3.0 controller");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user