The branch stable/13 has been updated by zlei:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=298d6896b0aca5a4a67c4147b94113ab0a39c9e3

commit 298d6896b0aca5a4a67c4147b94113ab0a39c9e3
Author:     Zhenlei Huang <z...@freebsd.org>
AuthorDate: 2023-03-20 04:00:59 +0000
Commit:     Zhenlei Huang <z...@freebsd.org>
CommitDate: 2023-03-29 16:50:14 +0000

    xhci(4): Describe Fresco Logic FL1009 USB 3.0 controller
    
    Reviewed by:    hselasky
    MFC after:      1 week
    Differential Revision:  https://reviews.freebsd.org/D38922
    
    (cherry picked from commit 082895ebecb55f342dec918c555309c11e3fe17f)
---
 sys/dev/usb/controller/xhci_pci.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys/dev/usb/controller/xhci_pci.c 
b/sys/dev/usb/controller/xhci_pci.c
index ad49ea7bb38f..2a98bc45b700 100644
--- a/sys/dev/usb/controller/xhci_pci.c
+++ b/sys/dev/usb/controller/xhci_pci.c
@@ -128,6 +128,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");
 

Reply via email to