Date: Fri, 2 Nov 2018 15:03:52 +0000 (UTC) From: Hans Petter Selasky <hselasky@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r340059 - head/sys/dev/usb/controller Message-ID: <201811021503.wA2F3qib072492@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: hselasky Date: Fri Nov 2 15:03:52 2018 New Revision: 340059 URL: https://svnweb.freebsd.org/changeset/base/340059 Log: Add new USB v2.0 PCI ID. Submitted by: Dmitry Luhtionov <dmitryluhtionov@gmail.com> Sponsored by: Mellanox Technologies Modified: head/sys/dev/usb/controller/ehci_pci.c Modified: head/sys/dev/usb/controller/ehci_pci.c ============================================================================== --- head/sys/dev/usb/controller/ehci_pci.c Fri Nov 2 15:02:44 2018 (r340058) +++ head/sys/dev/usb/controller/ehci_pci.c Fri Nov 2 15:03:52 2018 (r340059) @@ -210,6 +210,9 @@ ehci_pci_match(device_t self) case 0x15621131: return "Philips ISP156x USB 2.0 controller"; + case 0x70021039: + return "SiS 968 USB 2.0 controller"; + case 0x31041106: return ("VIA VT6202 USB 2.0 controller");
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811021503.wA2F3qib072492>