diff options
author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2018-11-02 15:03:52 +0000 |
---|---|---|
committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2018-11-02 15:03:52 +0000 |
commit | 46b05e1923b90d3d1fb027f39b80648fc8f36ee7 (patch) | |
tree | 232de72bed567496182206cfcaa8d77ca8df5a2c | |
parent | 19a22ae31328d9a960732a0904116c1b5566351b (diff) |
Notes
-rw-r--r-- | sys/dev/usb/controller/ehci_pci.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/usb/controller/ehci_pci.c b/sys/dev/usb/controller/ehci_pci.c index 61efbee453c4..16db4e21ce66 100644 --- a/sys/dev/usb/controller/ehci_pci.c +++ b/sys/dev/usb/controller/ehci_pci.c @@ -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"); |