1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-06 13:09:50 +00:00

USB controller:

- patch from Alexander Motin <mav@freebsd.org>
          - add more ID's
          - P4 ID: 165805

Submitted by:	hps
Approved by:	re
This commit is contained in:
Alfred Perlstein 2009-07-30 00:12:47 +00:00
parent 390065b18e
commit f724bcec31
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=195958
3 changed files with 14 additions and 0 deletions

View File

@ -206,6 +206,8 @@ ehci_pci_match(device_t self)
return "NVIDIA nForce3 250 USB 2.0 controller";
case 0x005b10de:
return "NVIDIA nForce4 USB 2.0 controller";
case 0x03f210de:
return "NVIDIA nForce MCP61 USB 2.0 controller";
case 0x15621131:
return "Philips ISP156x USB 2.0 controller";

View File

@ -172,6 +172,9 @@ ohci_pci_match(device_t self)
case 0x00d710de:
return ("nVidia nForce3 USB Controller");
case 0x03f110de:
return ("nVidia nForce MCP61 USB Controller");
case 0x70011039:
return ("SiS 5571 USB controller");

View File

@ -200,6 +200,15 @@ uhci_pci_match(device_t self)
case 0x265b8086:
return ("Intel 82801FB/FR/FW/FRW (ICH6) USB controller USB-D");
case 0x27c88086:
return ("Intel 82801G (ICH7) USB controller USB-A");
case 0x27c98086:
return ("Intel 82801G (ICH7) USB controller USB-B");
case 0x27ca8086:
return ("Intel 82801G (ICH7) USB controller USB-C");
case 0x27cb8086:
return ("Intel 82801G (ICH7) USB controller USB-D");
case 0x28308086:
return ("Intel 82801H (ICH8) USB controller USB-A");
case 0x28318086: